Uses of Enum Class
org.bukkit.block.data.Rail.Shape
Packages that use Rail.Shape
-
Uses of Rail.Shape in org.bukkit.block.data
Methods in org.bukkit.block.data that return Rail.ShapeModifier 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.Methods in org.bukkit.block.data that return types with arguments of type Rail.ShapeModifier and TypeMethodDescriptionRail.getShapes()
Gets the shapes which are applicable to this block.Methods in org.bukkit.block.data with parameters of type Rail.ShapeModifier and TypeMethodDescriptionvoid
Rail.setShape
(@NotNull Rail.Shape shape) Sets the value of the 'shape' property.