Package org.bukkit.material
Class Skull
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Skull
- All Implemented Interfaces:
- Cloneable,- Directional
Deprecated.
Represents a skull.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Skullpublic Skull()Deprecated.
- 
SkullDeprecated.Instantiate a skull facing in a particular direction.- Parameters:
- direction- the direction the skull's face is facing
 
- 
SkullDeprecated.
- 
SkullDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
setFacingDirectionDeprecated.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
- setFacingDirectionin interface- Directional
- Parameters:
- face- The facing direction
 
- 
getFacingDeprecated.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
- getFacingin interface- Directional
- Returns:
- the direction this block is facing
 
- 
toStringDeprecated.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.