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