类 Coal

所有已实现的接口:
Cloneable

public class Coal extends MaterialData
代表不同种类的煤(煤和木炭)
  • 构造器详细资料

    • Coal

      public Coal()
    • Coal

      public Coal(CoalType type)
    • Coal

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

      public Coal(Material type)
    • Coal

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

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

    • getType

      public CoalType getType()
      获取这个煤的种类.

      原文:Gets the current type of this coal

      返回:
      这个煤的种类(CoalType)
    • setType

      public void setType(CoalType type)
      设置这个煤的种类.

      原文:Sets the type of this coal

      参数:
      type - 这个煤的新种类
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Coal clone()
      覆盖:
      clone 在类中 MaterialData