Uses of Class
org.bukkit.NetherWartsState
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.material |
Classes that represents various voxel types and states.
|
-
Uses of NetherWartsState in org.bukkit
Methods in org.bukkit that return NetherWartsState Modifier and Type Method Description static NetherWartsState
NetherWartsState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetherWartsState[]
NetherWartsState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetherWartsState in org.bukkit.material
Methods in org.bukkit.material that return NetherWartsState Modifier and Type Method Description NetherWartsState
NetherWarts. getState()
Deprecated.Gets the current growth state of this nether wartMethods in org.bukkit.material with parameters of type NetherWartsState Modifier and Type Method Description void
NetherWarts. setState(NetherWartsState state)
Deprecated.Sets the growth state of this nether wartConstructors in org.bukkit.material with parameters of type NetherWartsState Constructor Description NetherWarts(NetherWartsState state)
Deprecated.