Interface Stairs
- All Superinterfaces:
Bisected, BlockData, Cloneable, Directional, Waterlogged
'shape' represents the texture and bounding box shape of these stairs.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe shape of a stair block - used for constructing corners.Nested classes/interfaces inherited from interface Bisected
Bisected.Half -
Method Summary
Modifier 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 BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isReplaceable, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface Directional
getFaces, getFacing, setFacingMethods inherited from interface Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getShape
Gets the value of the 'shape' property.- Returns:
- the 'shape' value
-
setShape
Sets the value of the 'shape' property.- Parameters:
shape- the new 'shape' value
-