|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.material.MaterialData org.bukkit.material.NetherWarts
public class NetherWarts
Represents nether wart
Constructor Summary | |
---|---|
NetherWarts()
|
|
NetherWarts(int type)
Deprecated. Magic value |
|
NetherWarts(int type,
byte data)
Deprecated. Magic value |
|
NetherWarts(Material type)
|
|
NetherWarts(Material type,
byte data)
Deprecated. Magic value |
|
NetherWarts(NetherWartsState state)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.bukkit.material.MaterialData |
---|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NetherWarts()
public NetherWarts(NetherWartsState state)
@Deprecated public NetherWarts(int type)
public NetherWarts(Material type)
@Deprecated public NetherWarts(int type, byte data)
@Deprecated public NetherWarts(Material type, byte data)
Method Detail |
---|
public NetherWartsState getState()
public void setState(NetherWartsState state)
state
- New growth state of this nether wartpublic String toString()
toString
in class MaterialData
public NetherWarts clone()
clone
in class MaterialData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |