public class NetherWarts extends MaterialData
| コンストラクタと説明 |
|---|
NetherWarts() |
NetherWarts(int type)
非推奨です。
Magic value
|
NetherWarts(int type,
byte data)
非推奨です。
Magic value
|
NetherWarts(Material type) |
NetherWarts(Material type,
byte data)
非推奨です。
Magic value
|
NetherWarts(NetherWartsState state) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
NetherWarts |
clone() |
NetherWartsState |
getState()
Gets the current growth state of this nether wart
|
void |
setState(NetherWartsState state)
Sets the growth state of this nether wart
|
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()
public void setState(NetherWartsState state)
state - New growth state of this nether wartpublic String toString()
toString クラス内 MaterialDatapublic NetherWarts clone()
clone クラス内 MaterialDataCopyright © 2016. All rights reserved.