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 classStairs.ShapeThe shape of a stair block - used for constructing corners. -
Method Summary
Modifier and Type Method Description Stairs.ShapegetShape()Gets the value of the 'shape' property.voidsetShape(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