Package org.bukkit.block.data.type
Interface Stairs
- All Superinterfaces:
- Bisected,- BlockData,- Cloneable,- Directional,- Waterlogged
'shape' represents the texture and bounding box shape of these stairs.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe shape of a stair block - used for constructing corners.Nested classes/interfaces inherited from interface org.bukkit.block.data.BisectedBisected.Half
- 
Method SummaryModifier and TypeMethodDescriptiongetShape()Gets the value of the 'shape' property.voidsetShape(@NotNull Stairs.Shape shape) Sets the value of the 'shape' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDropsMethods inherited from interface org.bukkit.block.data.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
getShapeGets the value of the 'shape' property.- Returns:
- the 'shape' value
 
- 
setShapeSets the value of the 'shape' property.- Parameters:
- shape- the new 'shape' value
 
 
-