Package org.bukkit.block.data.type
Interface Stairs
- All Superinterfaces:
Bisected
,BlockData
,Cloneable
,Directional
,Waterlogged
public interface Stairs extends Bisected, Directional, Waterlogged
'shape' represents the texture and bounding box shape of these stairs.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Stairs.Shape
The shape of a stair block - used for constructing corners. -
Method Summary
Modifier and Type Method Description Stairs.Shape
getShape()
Gets the value of the 'shape' property.void
setShape(Stairs.Shape shape)
Sets the value of the 'shape' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge