Uses of Enum Class
net.minecraft.world.level.block.state.properties.BambooLeaves
Packages that use BambooLeaves
Package
Description
- 
Uses of BambooLeaves in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type BambooLeaves
- 
Uses of BambooLeaves in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type BambooLeavesModifier and TypeFieldDescriptionstatic final EnumProperty<BambooLeaves>BlockStateProperties.BAMBOO_LEAVESMethods in net.minecraft.world.level.block.state.properties 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.