Package org.bukkit.material
Class Skull
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Skull
- All Implemented Interfaces:
- Cloneable,- Directional
@Deprecated(since="1.13",
            forRemoval=true)
public class Skull
extends MaterialData
implements Directional
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a skull.
- 
Constructor SummaryConstructorsConstructorDescriptionSkull()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Instantiate a skull facing in a particular direction.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Magic value
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets the direction this block is facingvoidsetFacingDirection(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing intoString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Skullpublic Skull()Deprecated, for removal: This API element is subject to removal in a future version.
- 
SkullDeprecated, for removal: This API element is subject to removal in a future version.Instantiate a skull facing in a particular direction.- Parameters:
- direction- the direction the skull's face is facing
 
- 
SkullDeprecated, for removal: This API element is subject to removal in a future version.
- 
SkullDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
setFacingDirectionDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
- setFacingDirectionin interface- Directional
- Parameters:
- face- The facing direction
 
- 
getFacingDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
- getFacingin interface- Directional
- Returns:
- the direction this block is facing
 
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.