|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Gets the TreeSpecies with the given data 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're declared. |
Uses of TreeSpecies in org.bukkit.material |
---|
Methods in org.bukkit.material that return TreeSpecies | |
---|---|
TreeSpecies |
Leaves.getSpecies()
Gets the current species of this leave |
TreeSpecies |
Tree.getSpecies()
Gets the current species of this tree |
TreeSpecies |
WoodenStep.getSpecies()
Gets the current species of this tree |
Methods in org.bukkit.material with parameters of type TreeSpecies | |
---|---|
void |
Leaves.setSpecies(TreeSpecies species)
Sets the species of this leave |
void |
Tree.setSpecies(TreeSpecies species)
Sets the species of this tree |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |