类 LongGrass

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

public class LongGrass extends MaterialData
代表两种不同的草丛.
  • 构造器详细资料

    • LongGrass

      public LongGrass()
    • LongGrass

      public LongGrass(GrassSpecies species)
    • LongGrass

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

      public LongGrass(Material type)
    • LongGrass

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

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

    • getSpecies

      public GrassSpecies getSpecies()
      获取草丛的种类.

      原文:Gets the current species of this grass

      返回:
      草丛的 GrassSpecies
    • setSpecies

      public void setSpecies(GrassSpecies species)
      设置草丛的种类.

      原文:Sets the species of this grass

      参数:
      species - 新种类
    • toString

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

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