Uses of Enum Class
net.minecraft.state.properties.StairsShape
-
Uses of StairsShape in net.minecraft.block
Modifier and TypeMethodDescriptionprivate static StairsShape
StairsBlock.getStairsShape
(BlockState p_208064_0_, IBlockReader p_208064_1_, BlockPos p_208064_2_) -
Uses of StairsShape in net.minecraft.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.