Package | Description |
---|---|
net.minecraft.block |
Modifier and Type | Field and Description |
---|---|
static PropertyEnum<BlockStairs.EnumShape> |
BlockStairs.SHAPE |
Modifier and Type | Method and Description |
---|---|
private static BlockStairs.EnumShape |
BlockStairs.getStairsShape(IBlockState p_185706_0_,
IBlockAccess p_185706_1_,
BlockPos p_185706_2_) |
static BlockStairs.EnumShape |
BlockStairs.EnumShape.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockStairs.EnumShape[] |
BlockStairs.EnumShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|