Uses of Class
net.minecraft.state.properties.StairsShape
-
Packages that use StairsShape Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of StairsShape in net.minecraft.block
Fields in net.minecraft.block with type parameters of type StairsShape Modifier and Type Field Description static EnumProperty<StairsShape>StairsBlock. SHAPEMethods in net.minecraft.block that return StairsShape Modifier and Type Method Description private static StairsShapeStairsBlock. getStairsShape(BlockState p_208064_0_, IBlockReader p_208064_1_, BlockPos p_208064_2_) -
Uses of StairsShape in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type StairsShape Modifier and Type Field Description static EnumProperty<StairsShape>BlockStateProperties. STAIRS_SHAPEMethods in net.minecraft.state.properties that return StairsShape Modifier and Type Method Description static StairsShapeStairsShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StairsShape[]StairsShape. values()Returns an array containing the constants of this enum type, in the order they are declared.
-