Package org.bukkit.material
Class NetherWarts
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.NetherWarts
- All Implemented Interfaces:
- Cloneable
Deprecated.
Represents nether wart
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.NetherWarts(Material type) Deprecated.NetherWarts(Material type, byte data) Deprecated.Magic valueNetherWarts(NetherWartsState state) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.getState()Deprecated.Gets the current growth state of this nether wartvoidsetState(NetherWartsState state) Deprecated.Sets the growth state of this nether warttoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
NetherWartspublic NetherWarts()Deprecated.
- 
NetherWartsDeprecated.
- 
NetherWartsDeprecated.
- 
NetherWartsDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getStateDeprecated.Gets the current growth state of this nether wart- Returns:
- NetherWartsState of this nether wart
 
- 
setStateDeprecated.Sets the growth state of this nether wart- Parameters:
- state- New growth state of this nether wart
 
- 
toStringDeprecated.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.