Uses of Enum Class
net.minecraft.world.level.block.state.properties.StairsShape
Packages that use StairsShape
Package
Description
-
Uses of StairsShape in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type StairsShapeMethods in net.minecraft.world.level.block that return StairsShapeModifier and TypeMethodDescriptionprivate static StairsShape
StairBlock.getStairsShape
(BlockState pState, BlockGetter pLevel, BlockPos pPos) Returns a stair shape property based on the surrounding stairs from the given blockstate and position -
Uses of StairsShape in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type StairsShapeModifier and TypeFieldDescriptionstatic final EnumProperty
<StairsShape> BlockStateProperties.STAIRS_SHAPE
Methods in net.minecraft.world.level.block.state.properties that return StairsShapeModifier 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.