Uses of Enum Class
org.bukkit.block.data.type.Bamboo.Leaves
Packages that use Bamboo.Leaves
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Bamboo.Leaves in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Bamboo.LeavesModifier and TypeMethodDescription@NotNull Bamboo.LeavesBamboo.getLeaves()Gets the value of the 'leaves' property.static Bamboo.LeavesReturns the enum constant of this class with the specified name.static Bamboo.Leaves[]Bamboo.Leaves.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Bamboo.LeavesModifier and TypeMethodDescriptionvoidBamboo.setLeaves(@NotNull Bamboo.Leaves leaves) Sets the value of the 'leaves' property.