CloneableBlockData.@Deprecated public class NetherWarts extends MaterialData
| Constructor | Description |
|---|---|
NetherWarts() |
Deprecated.
|
NetherWarts(Material type) |
Deprecated.
|
NetherWarts(Material type,
byte data) |
Deprecated.
Magic value
|
NetherWarts(NetherWartsState state) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
NetherWarts |
clone() |
Deprecated.
|
NetherWartsState |
getState() |
Deprecated.
Gets the current growth state of this nether wart
|
void |
setState(NetherWartsState state) |
Deprecated.
Sets the growth state of this nether wart
|
String |
toString() |
Deprecated.
|
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStackpublic NetherWarts()
public NetherWarts(NetherWartsState state)
public NetherWarts(Material type)
@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 in class MaterialDatapublic NetherWarts clone()
clone in class MaterialDataCopyright © 2020. All rights reserved.