类 Skull

所有已实现的接口:
Cloneable, Directional

@Deprecated public class Skull extends MaterialData implements Directional
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a skull.
  • 构造器详细资料

    • Skull

      public Skull()
      已过时。
    • Skull

      public Skull(BlockFace direction)
      已过时。
      Instantiate a skull facing in a particular direction.
      参数:
      direction - the direction the skull's face is facing
    • Skull

      public Skull(Material type)
      已过时。
    • Skull

      @Deprecated public Skull(Material type, byte data)
      已过时。
      Magic value
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料