Uses of Enum Class
net.minecraft.block.enums.BambooLeaves
-
Uses of BambooLeaves in net.minecraft.block
-
Uses of BambooLeaves in net.minecraft.block.enums
Modifier 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
Modifier and TypeFieldDescriptionstatic final EnumProperty<BambooLeaves>
Properties.BAMBOO_LEAVES
A property that specifies the size of bamboo leaves.