Class Wool

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Wool
All Implemented Interfaces:
java.lang.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