类 LongGrass
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.LongGrass
- 所有已实现的接口:
Cloneable
代表两种不同的草丛.
-
构造器概要
-
方法概要
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
LongGrass
public LongGrass() -
LongGrass
-
LongGrass
已过时。不安全的参数- 参数:
type
- the raw type id
-
LongGrass
-
LongGrass
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
LongGrass
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
getSpecies
获取草丛的种类.原文:Gets the current species of this grass
- 返回:
- 草丛的 GrassSpecies
-
setSpecies
设置草丛的种类.原文:Sets the species of this grass
- 参数:
species
- 新种类
-
toString
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-