Uses of Enum Class
net.minecraft.block.enums.BambooLeaves
Packages that use BambooLeaves
-
Uses of BambooLeaves in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BambooLeaves -
Uses of BambooLeaves in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return BambooLeavesModifier and TypeMethodDescriptionstatic BambooLeaves
Returns 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.property
Fields in net.minecraft.state.property with type parameters of type BambooLeavesModifier and TypeFieldDescriptionstatic EnumProperty<BambooLeaves>
Properties.BAMBOO_LEAVES
A property that specifies the size of bamboo leaves.