Class Skull

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Skull
All Implemented Interfaces:
java.lang.Cloneable, Directional

public class Skull
extends MaterialData
implements Directional
Represents a skull.
  • Constructor Details

    • 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

      @Deprecated public Skull​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • Skull

      public Skull​(Material type)
    • Skull

      @Deprecated public Skull​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • Skull

      @Deprecated public Skull​(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details