Package org.bukkit.material
Class Tree
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Wood
org.bukkit.material.Tree
- All Implemented Interfaces:
Cloneable
Deprecated.
Represents the different types of Tree block that face a direction.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final BlockFace
Deprecated.protected static final Material
Deprecated.Fields inherited from class org.bukkit.material.Wood
DEFAULT_SPECIES
-
Constructor Summary
ConstructorDescriptionTree()
Deprecated.Constructs a tree block.Deprecated.Constructs a tree block of the given type.Deprecated.Magic valueTree
(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. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.Deprecated.Get direction of the logvoid
setDirection
(BlockFace dir) Deprecated.Set direction of the logtoString()
Deprecated.Methods inherited from class org.bukkit.material.Wood
getSpecies, setSpecies
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Field Details
-
DEFAULT_TYPE
Deprecated. -
DEFAULT_DIRECTION
Deprecated.
-
-
Constructor Details
-
Tree
public Tree()Deprecated.Constructs a tree block. -
Tree
Deprecated.Constructs a tree block of the given tree species.- Parameters:
species
- the species of the tree block
-
Tree
Deprecated.Constructs a tree block of the given tree species, and facing the given direction.- Parameters:
species
- the species of the tree blockdir
- the direction the tree block is facing
-
Tree
Deprecated.Constructs a tree block of the given type.- Parameters:
type
- the type of tree block
-
Tree
Deprecated.Constructs a tree block of the given type and tree species.- Parameters:
type
- the type of tree blockspecies
- the species of the tree block
-
Tree
Deprecated.Constructs a tree block of the given type and tree species, and facing the given direction.- Parameters:
type
- the type of tree blockspecies
- the species of the tree blockdir
- the direction the tree block is facing
-
Tree
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
getDirection
Deprecated.Get direction of the log- Returns:
- one of:
- BlockFace.TOP for upright (default)
- BlockFace.NORTH (east-west)
- BlockFace.WEST (north-south)
- BlockFace.SELF (directionless)
-
setDirection
Deprecated.Set direction of the log- Parameters:
dir
- - direction of end of log (BlockFace.SELF for no direction)
-
toString
Deprecated. -
clone
Deprecated.
-
BlockData
.