Uses of Class
net.minecraft.block.enums.BambooLeaves
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.enums | |
net.minecraft.state.property |
-
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.block.enums
Methods in net.minecraft.block.enums that return BambooLeaves Modifier and Type Method Description static BambooLeaves
BambooLeaves. valueOf(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. -
Uses of BambooLeaves in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type BambooLeaves Modifier and Type Field Description static EnumProperty<BambooLeaves>
Properties. BAMBOO_LEAVES
A property that specifies the size of bamboo leaves.