类 LongGrass

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

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

    • LongGrass

      public LongGrass()
      已过时。
    • LongGrass

      public LongGrass(GrassSpecies species)
      已过时。
    • LongGrass

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

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

    • getSpecies

      public GrassSpecies getSpecies()
      已过时。
      Gets the current species of this grass
      返回:
      GrassSpecies of this grass
    • setSpecies

      public void setSpecies(GrassSpecies species)
      已过时。
      Sets the species of this grass
      参数:
      species - New species of this grass
    • toString

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

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