Uses of Enum Class
net.minecraft.block.enums.BambooLeaves
Packages that use BambooLeaves
- 
Uses of BambooLeaves in net.minecraft.blockFields in net.minecraft.block with type parameters of type BambooLeaves
- 
Uses of BambooLeaves in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return BambooLeavesModifier and TypeMethodDescriptionstatic BambooLeavesReturns the enum constant of this class with the specified name.static BambooLeaves[]BambooLeaves.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of BambooLeaves in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type BambooLeavesModifier and TypeFieldDescriptionstatic final EnumProperty<BambooLeaves>Properties.BAMBOO_LEAVESA property that specifies the size of bamboo leaves.