| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.state.properties |
| Modifier and Type | Field and Description |
|---|---|
static EnumProperty<StairsShape> |
StairsBlock.SHAPE |
| Modifier and Type | Method and Description |
|---|---|
private static StairsShape |
StairsBlock.getShapeProperty(BlockState state,
IBlockReader worldIn,
BlockPos pos) |
| Modifier and Type | Field and Description |
|---|---|
static EnumProperty<StairsShape> |
BlockStateProperties.STAIRS_SHAPE |
| Modifier and Type | Method and Description |
|---|---|
static StairsShape |
StairsShape.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.
|