| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeType | |
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.event.world | Eventstriggered by variousworldstates or changes. | 
| Uses of TreeType in org.bukkit | 
|---|
| Methods in org.bukkit that return TreeType | |
|---|---|
| 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 | |
|---|---|
|  boolean | World.generateTree(Location location,
                         TreeType type)Creates a tree at the given Location | 
|  boolean | World.generateTree(Location loc,
                         TreeType type,
                         BlockChangeDelegate delegate)Creates a tree at the given Location | 
| Uses of TreeType in org.bukkit.event.world | 
|---|
| Methods in org.bukkit.event.world that return TreeType | |
|---|---|
|  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 | |
|---|---|
| StructureGrowEvent(Location location,
                                     TreeType species,
                                     boolean bonemeal,
                                     Player player,
                                     List<BlockState> blocks) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||