Uses of Enum Class
net.minecraft.block.enums.StairShape
Packages that use StairShape
- 
Uses of StairShape in net.minecraft.blockFields in net.minecraft.block with type parameters of type StairShapeMethods in net.minecraft.block that return StairShapeModifier and TypeMethodDescriptionprivate static StairShapeStairsBlock.getStairShape(BlockState state, BlockView world, BlockPos pos) 
- 
Uses of StairShape in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return StairShapeModifier and TypeMethodDescriptionstatic StairShapeReturns 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.propertyFields in net.minecraft.state.property with type parameters of type StairShapeModifier and TypeFieldDescriptionstatic final EnumProperty<StairShape> Properties.STAIR_SHAPEA property that specifies the shape of a stair block.