public class NetherWarts extends MaterialData
| 构造器和说明 |
|---|
NetherWarts() |
NetherWarts(int type)
已过时。
不安全的参数
|
NetherWarts(int type,
byte data)
已过时。
不安全的参数
|
NetherWarts(Material type) |
NetherWarts(Material type,
byte data)
已过时。
不安全的参数
|
NetherWarts(NetherWartsState state) |
| 限定符和类型 | 方法和说明 |
|---|---|
NetherWarts |
clone() |
NetherWartsState |
getState()
获取这个地狱疣的生长状态.
|
void |
setState(NetherWartsState state)
设置这个地狱疣的生长状态.
|
java.lang.String |
toString() |
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStackpublic NetherWarts()
public NetherWarts(NetherWartsState state)
@Deprecated public NetherWarts(int type)
type - the raw type idpublic NetherWarts(Material type)
@Deprecated
public NetherWarts(int type,
byte data)
type - the raw type iddata - the raw data value@Deprecated public NetherWarts(Material type, byte data)
type - the typedata - the raw data valuepublic NetherWartsState getState()
原文:Gets the current growth state of this nether wart
public void setState(NetherWartsState state)
原文:Sets the growth state of this nether wart
state - 这个地狱疣的生长状态public java.lang.String toString()
toString 在类中 MaterialDatapublic NetherWarts clone()
clone 在类中 MaterialData