Package de.eimmer.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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The shape of a stair block - used for constructing corners.Nested classes/interfaces inherited from interface de.eimmer.block.data.Bisected
Bisected.Half
-
Method Summary
Modifier and TypeMethodDescriptiongetShape()
Gets the value of the 'shape' property.void
setShape
(Stairs.Shape shape) Sets the value of the 'shape' property.Methods inherited from interface de.eimmer.block.data.BlockData
clone, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface de.eimmer.block.data.Directional
getFaces, getFacing, setFacing
Methods inherited from interface de.eimmer.block.data.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
-