Uses of Class
org.bukkit.TreeSpecies

Packages that use TreeSpecies
org.bukkit More generalized classes in the API. 
org.bukkit.material Classes that represents various voxel types and states. 
 

Uses of TreeSpecies in org.bukkit
 

Methods in org.bukkit that return TreeSpecies
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.
 

Uses of TreeSpecies in org.bukkit.material
 

Methods in org.bukkit.material that return TreeSpecies
 TreeSpecies Tree.getSpecies()
          Gets the current species of this tree
 TreeSpecies Leaves.getSpecies()
          Gets the current species of this leave
 TreeSpecies WoodenStep.getSpecies()
          Gets the current species of this tree
 

Methods in org.bukkit.material with parameters of type TreeSpecies
 void Tree.setSpecies(TreeSpecies species)
          Sets the species of this tree
 void Leaves.setSpecies(TreeSpecies species)
          Sets the species of this leave
 void WoodenStep.setSpecies(TreeSpecies species)
          Sets the species of this tree
 

Constructors in org.bukkit.material with parameters of type TreeSpecies
Leaves(TreeSpecies species)
           
Tree(TreeSpecies species)
           
Tree(TreeSpecies species, BlockFace dir)
           
WoodenStep(TreeSpecies species)
           
WoodenStep(TreeSpecies species, boolean inv)
           
 



Copyright © 2014. All rights reserved.