| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.material | Classes that represents various voxel types and states. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TreeSpecies | TreeSpecies. getByData(byte data)Deprecated. 
 Magic value | 
| static TreeSpecies | TreeSpecies. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TreeSpecies[] | TreeSpecies. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| TreeSpecies | WoodenStep. getSpecies()Gets the current species of this tree | 
| TreeSpecies | Leaves. getSpecies()Gets the current species of this leave | 
| TreeSpecies | Tree. getSpecies()Gets the current species of this tree | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WoodenStep. setSpecies(TreeSpecies species)Sets the species of this tree | 
| void | Leaves. setSpecies(TreeSpecies species)Sets the species of this leave | 
| void | Tree. setSpecies(TreeSpecies species)Sets the species of this tree | 
| Constructor and Description | 
|---|
| Leaves(TreeSpecies species) | 
| Tree(TreeSpecies species) | 
| Tree(TreeSpecies species,
    BlockFace dir) | 
| WoodenStep(TreeSpecies species) | 
| WoodenStep(TreeSpecies species,
          boolean inv) | 
Copyright © 2015. All rights reserved.