Uses of Enum Class
org.bukkit.block.data.Rail.Shape
-
Uses of Rail.Shape in org.bukkit.block.data
Modifier and TypeMethodDescriptionRail.getShape()
Gets the value of the 'shape' property.static Rail.Shape
Returns the enum constant of this class with the specified name.static Rail.Shape[]
Rail.Shape.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRail.getShapes()
Gets the shapes which are applicable to this block.Modifier and TypeMethodDescriptionvoid
Rail.setShape
(@NotNull Rail.Shape shape) Sets the value of the 'shape' property.