Uses of Enum Class
net.minecraft.block.enums.StairShape
-
Uses of StairShape in net.minecraft.block
Modifier and TypeMethodDescriptionprivate static StairShape
StairsBlock.getStairShape
(BlockState state, BlockView world, BlockPos pos) -
Uses of StairShape in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic StairShape
Returns the enum constant of this class with the specified name.static StairShape[]
StairShape.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StairShape in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<StairShape>
Properties.STAIR_SHAPE
A property that specifies the shape of a stair block.