Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.state.properties |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<Half> |
TrapDoorBlock.HALF |
static EnumProperty<Half> |
StairsBlock.HALF |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<Half> |
BlockStateProperties.HALF |
Modifier and Type | Method and Description |
---|---|
static Half |
Half.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Half[] |
Half.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|