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