Uses of Enum
org.bukkit.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
Modifier and TypeMethodDescriptionstatic TreeSpecies
TreeSpecies.getByData(byte data)
Deprecated.Magic valuestatic TreeSpecies
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.entity
Modifier and TypeMethodDescriptionvoid
Boat.setWoodType(TreeSpecies species)
Sets the wood type of the boat. -
Uses of TreeSpecies in org.bukkit.material
Modifier and TypeMethodDescriptionWood.getSpecies()
Deprecated.Gets the current species of this wood blockModifier and TypeMethodDescriptionstatic Material
Door.getWoodDoorOfSpecies(TreeSpecies species)
Deprecated.Returns the item type of a wooden door for the given tree species.void
Wood.setSpecies(TreeSpecies species)
Deprecated.Sets the species of this wood blockModifierConstructorDescriptionDoor(TreeSpecies species, boolean isHingeRight)
Deprecated.Constructs the top half of a wooden door of the given species and with the hinge on the left or rightDoor(TreeSpecies species, BlockFace face)
Deprecated.Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to closedDoor(TreeSpecies species, BlockFace face, boolean isOpen)
Deprecated.Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to open or closedLeaves(Material type, TreeSpecies species)
Deprecated.Constructs a leaf block of the given type and tree species.Leaves(Material type, TreeSpecies species, boolean isDecayable)
Deprecated.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.Leaves(TreeSpecies species)
Deprecated.Constructs a leaf block of the given tree species.Leaves(TreeSpecies species, boolean isDecayable)
Deprecated.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.Constructs a sapling of the given type and tree species.Sapling(Material type, TreeSpecies species, boolean isInstantGrowable)
Deprecated.Constructs a sapling of the given type and tree species and if is it instant growableSapling(TreeSpecies species)
Deprecated.Constructs a sapling of the given tree species.Sapling(TreeSpecies species, boolean isInstantGrowable)
Deprecated.Constructs a sapling of the given tree species and if is it instant growableTree(Material type, TreeSpecies species)
Deprecated.Constructs a tree block of the given type and tree species.Tree(Material type, TreeSpecies species, BlockFace dir)
Deprecated.Constructs a tree block of the given type and tree species, and facing the given direction.Tree(TreeSpecies species)
Deprecated.Constructs a tree block of the given tree species.Tree(TreeSpecies species, BlockFace dir)
Deprecated.Constructs a tree block of the given tree species, and facing the given direction.Wood(Material type, TreeSpecies species)
Deprecated.Constructs a wood block of the given type and tree species.Wood(TreeSpecies species)
Deprecated.Constructs a wood block of the given tree species.WoodenStep(TreeSpecies species)
Deprecated.Constructs a wooden step of the given tree species.WoodenStep(TreeSpecies species, boolean inv)
Deprecated.Constructs a wooden step of the given type and tree species, either inverted or not.