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