org.bukkit.material
public class Skull extends MaterialData implements Directional
| Constructor and Description | 
|---|
Skull()  | 
Skull(BlockFace direction)
Instantiate a skull facing in a particular direction. 
 | 
Skull(int type)
Deprecated. 
 
Magic value 
 | 
Skull(int type,
     byte data)
Deprecated. 
 
Magic value 
 | 
Skull(Material type)  | 
Skull(Material type,
     byte data)
Deprecated. 
 
Magic value 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Skull | 
clone()  | 
BlockFace | 
getFacing()
Gets the direction this block is facing 
 | 
void | 
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in 
 | 
String | 
toString()  | 
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic Skull()
public Skull(BlockFace direction)
direction - the direction the skull's face is facing@Deprecated public Skull(int type)
public Skull(Material type)
@Deprecated public Skull(int type, byte data)
@Deprecated public Skull(Material type, byte data)
public void setFacingDirection(BlockFace face)
DirectionalsetFacingDirection in interface Directionalface - The facing directionpublic BlockFace getFacing()
DirectionalgetFacing in interface Directionalpublic String toString()
toString in class MaterialDatapublic Skull clone()
clone in class MaterialDataCopyright © 2014. All rights reserved.