Package org.bukkit.material
Class Skull
- java.lang.Object
-
- org.bukkit.material.MaterialData
-
- org.bukkit.material.Skull
-
- All Implemented Interfaces:
Cloneable,Directional
public class Skull extends MaterialData implements Directional
Represents a skull.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Skullclone()BlockFacegetFacing()Gets the direction this block is facingvoidsetFacingDirection(BlockFace face)Sets the direction that this block is facing inStringtoString()-
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
-
-
-
Constructor Detail
-
Skull
public Skull()
-
Skull
public Skull(BlockFace direction)
Instantiate a skull facing in a particular direction.- Parameters:
direction- the direction the skull's face is facing
-
Skull
public Skull(Material type)
-
Skull
@Deprecated public Skull(Material type, byte data)
Deprecated.Magic value- Parameters:
type- the typedata- the raw data value
-
-
Method Detail
-
setFacingDirection
public void setFacingDirection(BlockFace face)
Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
getFacing
public BlockFace getFacing()
Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
getFacingin interfaceDirectional- Returns:
- the direction this block is facing
-
toString
public String toString()
- Overrides:
toStringin classMaterialData
-
clone
public Skull clone()
- Overrides:
clonein classMaterialData
-
-