Uses of Enum Class
org.bukkit.TreeSpecies

Packages that use TreeSpecies
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc.
Classes that represents various voxel types and states.
  • Uses of TreeSpecies in org.bukkit

    Methods in org.bukkit that return TreeSpecies
    Modifier and Type
    Method
    Description
    TreeSpecies.getByData(byte data)
    Deprecated.
    Magic value
    TreeSpecies.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static TreeSpecies[]
    TreeSpecies.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.
  • Uses of TreeSpecies in org.bukkit.entity

    Methods in org.bukkit.entity that return TreeSpecies
    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    deprecated in favor of Boat.getBoatType()
    Methods in org.bukkit.entity with parameters of type TreeSpecies
    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    deprecated in favor of Boat.setBoatType(Type)
  • Uses of TreeSpecies in org.bukkit.material

    Fields in org.bukkit.material declared as TreeSpecies
    Modifier and Type
    Field
    Description
    protected static final TreeSpecies
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in org.bukkit.material that return TreeSpecies
    Modifier and Type
    Method
    Description
    Wood.getSpecies()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the current species of this wood block
    Methods in org.bukkit.material with parameters of type TreeSpecies
    Modifier and Type
    Method
    Description
    static Material
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the item type of a wooden door for the given tree species.
    void
    Wood.setSpecies(TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the species of this wood block
    Constructors in org.bukkit.material with parameters of type TreeSpecies
    Modifier
    Constructor
    Description
     
    Door(TreeSpecies species, boolean isHingeRight)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs the top half of a wooden door of the given species and with the hinge on the left or right
     
    Door(TreeSpecies species, BlockFace face)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to closed
     
    Door(TreeSpecies species, BlockFace face, boolean isOpen)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to open or closed
     
    Leaves(Material type, TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a leaf block of the given type and tree species.
     
    Leaves(Material type, TreeSpecies species, boolean isDecayable)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a leaf block of the given type and tree species and flag for whether this leaf block will disappear when too far from a log.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a leaf block of the given tree species.
     
    Leaves(TreeSpecies species, boolean isDecayable)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a leaf block of the given tree species and flag for whether this leaf block will disappear when too far from a log.
     
    Sapling(Material type, TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a sapling of the given type and tree species.
     
    Sapling(Material type, TreeSpecies species, boolean isInstantGrowable)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a sapling of the given type and tree species and if is it instant growable
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a sapling of the given tree species.
     
    Sapling(TreeSpecies species, boolean isInstantGrowable)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a sapling of the given tree species and if is it instant growable
     
    Tree(Material type, TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a tree block of the given type and tree species.
     
    Tree(Material type, TreeSpecies species, BlockFace dir)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a tree block of the given type and tree species, and facing the given direction.
     
    Tree(TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a tree block of the given tree species.
     
    Tree(TreeSpecies species, BlockFace dir)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a tree block of the given tree species, and facing the given direction.
     
    Wood(Material type, TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a wood block of the given type and tree species.
     
    Wood(TreeSpecies species)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a wood block of the given tree species.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a wooden step of the given tree species.
     
    WoodenStep(TreeSpecies species, boolean inv)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a wooden step of the given type and tree species, either inverted or not.