Class Coal

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Coal
All Implemented Interfaces:
java.lang.Cloneable

public class Coal
extends MaterialData
Represents the different types of coals.
  • Constructor Details

    • Coal

      public Coal()
    • Coal

      public Coal​(CoalType type)
    • Coal

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

      public Coal​(Material type)
    • Coal

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

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