Uses of Enum
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 type with the specified name.static Rail.Shape[]
Rail.Shape.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRail.getShapes()
Gets the shapes which are applicable to this block.Modifier and TypeMethodDescriptionvoid
Rail.setShape
(Rail.Shape shape) Sets the value of the 'shape' property.