Uses of Enum Class
net.minecraft.world.level.block.state.properties.StairsShape
Package
Description
-
Uses of StairsShape in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprivate static StairsShape
StairBlock.getStairsShape
(BlockState p_56977_, BlockGetter p_56978_, BlockPos p_56979_) -
Uses of StairsShape in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<StairsShape>
BlockStateProperties.STAIRS_SHAPE
Modifier and TypeMethodDescriptionstatic StairsShape
Returns the enum constant of this class with the specified name.static StairsShape[]
StairsShape.values()
Returns an array containing the constants of this enum class, in the order they are declared.