Uses of Enum Class
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.bukkit
Methods in org.bukkit that return NetherWartsStateModifier and TypeMethodDescriptionstatic NetherWartsState
Deprecated.Returns the enum constant of this class with the specified name.static NetherWartsState[]
NetherWartsState.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NetherWartsState in org.bukkit.material
Methods 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 TypeMethodDescriptionvoid
NetherWarts.setState
(NetherWartsState state) Deprecated.Sets the growth state of this nether wartConstructors in org.bukkit.material with parameters of type NetherWartsState