类 Sandstone

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sandstone
所有已实现的接口:
Cloneable

public class Sandstone extends MaterialData
代表不同种类的沙石.
  • 构造器详细资料

    • Sandstone

      public Sandstone()
    • Sandstone

      public Sandstone(SandstoneType type)
    • Sandstone

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

      public Sandstone(Material type)
    • Sandstone

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

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

    • getType

      public SandstoneType getType()
      获取这个沙石的种类.

      原文:Gets the current type of this sandstone

      返回:
      沙石的种类
    • setType

      public void setType(SandstoneType type)
      设置这个沙石的种类.

      原文:Sets the type of this sandstone

      参数:
      type - 新种类
    • toString

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

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