Uses of Enum Class
org.bukkit.block.data.type.Crafter.Orientation
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Crafter.Orientation in org.bukkit.block.data.type
Modifier and TypeMethodDescriptionCrafter.getOrientation()
Gets the value of the 'orientation' property.static Crafter.Orientation
Returns the enum constant of this class with the specified name.static Crafter.Orientation[]
Crafter.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Crafter.setOrientation
(@NotNull Crafter.Orientation orientation) Sets the value of the 'orientation' property.