Uses of Enum Class
org.bukkit.block.data.type.Wall.Height
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Wall.Height in org.bukkit.block.data.type
Modifier and TypeMethodDescriptionGets the height of the specified face.static Wall.Height
Returns the enum constant of this class with the specified name.static Wall.Height[]
Wall.Height.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Wall.setHeight
(@NotNull BlockFace face, @NotNull Wall.Height height) Set the height of the specified face.