Uses of Class
net.minecraft.block.enums.StairShape
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.state.property |
-
Uses of StairShape in net.minecraft.block
Fields in net.minecraft.block with type parameters of type StairShape Modifier and Type Field Description static EnumProperty<StairShape>StairsBlock. SHAPEMethods in net.minecraft.block that return StairShape Modifier and Type Method Description private static StairShapeStairsBlock. getStairShape(BlockState state, BlockView world, BlockPos pos) -
Uses of StairShape in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return StairShape Modifier and Type Method Description static StairShapeStairShape. valueOf(String name)Returns the enum constant of this type with the specified name.static StairShape[]StairShape. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StairShape in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type StairShape Modifier and Type Field Description static EnumProperty<StairShape>Properties. STAIR_SHAPEA property that specifies the shape of a stair block.