类 Skull

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

public class Skull extends MaterialData implements Directional
代表头颅.
  • 构造器详细资料

    • Skull

      public Skull()
    • Skull

      public Skull(BlockFace direction)
      实例化一个特定朝向的头颅.

      原文:Instantiate a skull facing in a particular direction.

      参数:
      direction - 头颅的朝向
    • Skull

      @Deprecated public Skull(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Skull

      public Skull(Material type)
    • Skull

      @Deprecated public Skull(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Skull

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