Uses of Class
org.bukkit.TreeType
-
Packages that use TreeType Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.event.world -
-
Uses of TreeType in org.bukkit
Methods in org.bukkit that return TreeType Modifier and Type Method Description static TreeType
TreeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TreeType[]
TreeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit with parameters of type TreeType Modifier and Type Method Description boolean
World. generateTree(@NotNull Location location, @NotNull TreeType type)
Creates a tree at the givenLocation
boolean
World. generateTree(@NotNull Location loc, @NotNull TreeType type, @NotNull BlockChangeDelegate delegate)
Creates a tree at the givenLocation
-
Uses of TreeType in org.bukkit.event.world
Methods in org.bukkit.event.world that return TreeType Modifier and Type Method Description @NotNull TreeType
StructureGrowEvent. getSpecies()
Gets the species type (birch, normal, pine, red mushroom, brown mushroom)Constructors in org.bukkit.event.world with parameters of type TreeType Constructor Description StructureGrowEvent(@NotNull Location location, @NotNull TreeType species, boolean bonemeal, @Nullable Player player, @NotNull List<BlockState> blocks)
-