Class Wool

All Implemented Interfaces:
Cloneable, Colorable

public class Wool extends MaterialData implements Colorable
Represents a Wool/Cloth block
  • Constructor Details

    • Wool

      public Wool()
    • Wool

      public Wool(DyeColor color)
    • Wool

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

      public Wool(Material type)
    • Wool

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

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