Uses of Enum
org.bukkit.NetherWartsState
Packages that use NetherWartsState
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes that represents various voxel types and states.
- 
Uses of NetherWartsState in org.bukkitMethods in org.bukkit that return NetherWartsStateModifier and TypeMethodDescriptionstatic NetherWartsStateReturns 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.materialMethods in org.bukkit.material that return NetherWartsStateModifier and TypeMethodDescriptionNetherWarts.getState()Deprecated.Gets the current growth state of this nether wartMethods in org.bukkit.material with parameters of type NetherWartsStateModifier and TypeMethodDescriptionvoidNetherWarts.setState(NetherWartsState state) Deprecated.Sets the growth state of this nether wartConstructors in org.bukkit.material with parameters of type NetherWartsState