Uses of Enum Class
org.bukkit.block.data.type.Wall.Height
Packages that use 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
Methods in org.bukkit.block.data.type that return Wall.HeightModifier and TypeMethodDescriptionGets the height of the specified face.@NotNull Wall.HeightGets the height of the specified face.static Wall.HeightReturns 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.Methods in org.bukkit.block.data.type with parameters of type Wall.HeightModifier and TypeMethodDescriptionvoidMossyCarpet.setHeight(@NotNull BlockFace face, Wall.Height height) Set the height of the specified face.voidWall.setHeight(@NotNull BlockFace face, @NotNull Wall.Height height) Set the height of the specified face.