类 LongGrass
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.LongGrass
- 所有已实现的接口:
Cloneable
已过时。
Represents the different types of long grasses.
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
已过时。已过时。Gets the current species of this grassvoid
setSpecies
(GrassSpecies species) 已过时。Sets the species of this grasstoString()
已过时。从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
LongGrass
public LongGrass()已过时。 -
LongGrass
已过时。 -
LongGrass
已过时。 -
LongGrass
已过时。Magic value- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
getSpecies
已过时。Gets the current species of this grass- 返回:
- GrassSpecies of this grass
-
setSpecies
已过时。Sets the species of this grass- 参数:
species
- New species of this grass
-
toString
已过时。- 覆盖:
toString
在类中MaterialData
-
clone
已过时。- 覆盖:
clone
在类中MaterialData
-
BlockData
.