类 Wool

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

public class Wool extends MaterialData implements Colorable
代表羊毛/地毯方块。
  • 构造器详细资料

    • Wool

      public Wool()
    • Wool

      public Wool(DyeColor color)
    • Wool

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

      public Wool(Material type)
    • Wool

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

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