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 Summary
ConstructorDescriptionDeprecated, 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 Summary
Modifier 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 wartvoid
setState
(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.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
NetherWarts
public NetherWarts()Deprecated, for removal: This API element is subject to removal in a future version. -
NetherWarts
Deprecated, for removal: This API element is subject to removal in a future version. -
NetherWarts
Deprecated, for removal: This API element is subject to removal in a future version. -
NetherWarts
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
getState
Deprecated, 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
-
setState
Deprecated, 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
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classMaterialData
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classMaterialData
-
BlockData
.