Uses of Class
net.minecraft.state.properties.BambooLeaves
-
Packages that use BambooLeaves Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of BambooLeaves in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BambooLeaves Modifier and Type Field Description static EnumProperty<BambooLeaves>BambooBlock. LEAVES -
Uses of BambooLeaves in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type BambooLeaves Modifier and Type Field Description static EnumProperty<BambooLeaves>BlockStateProperties. BAMBOO_LEAVESMethods in net.minecraft.state.properties that return BambooLeaves Modifier and Type Method Description static BambooLeavesBambooLeaves. 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.
-