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