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