Uses of Enum Class
org.bukkit.block.data.type.MossyCarpet.Height
Packages that use 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
Subclasses with type arguments of type MossyCarpet.Height in org.bukkit.block.data.typeModifier and TypeClassDescriptionstatic enumThe different heights a face may have.Methods in org.bukkit.block.data.type that return MossyCarpet.HeightModifier and TypeMethodDescriptionGets the height of the specified face.static MossyCarpet.HeightReturns 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.Methods in org.bukkit.block.data.type with parameters of type MossyCarpet.HeightModifier and TypeMethodDescriptionvoidMossyCarpet.setHeight(BlockFace face, MossyCarpet.Height height) Set the height of the specified face.