类 Sandstone

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

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

    • Sandstone

      public Sandstone()
      已过时。
    • Sandstone

      public Sandstone(SandstoneType type)
      已过时。
    • Sandstone

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

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

    • getType

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

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

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

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