类 Coal

所有已实现的接口:
Cloneable

@Deprecated public class Coal extends MaterialData
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents the different types of coals.
  • 构造器详细资料

    • Coal

      public Coal()
      已过时。
    • Coal

      public Coal(CoalType type)
      已过时。
    • Coal

      public Coal(Material type)
      已过时。
    • Coal

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

    • getType

      public CoalType getType()
      已过时。
      Gets the current type of this coal
      返回:
      CoalType of this coal
    • setType

      public void setType(CoalType type)
      已过时。
      Sets the type of this coal
      参数:
      type - New type of this coal
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Coal clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData