Uses of Enum Class
org.bukkit.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
Modifier and TypeMethodDescriptionstatic NetherWartsState
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static NetherWartsState[]
NetherWartsState.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NetherWartsState in org.bukkit.material
Modifier and TypeMethodDescriptionNetherWarts.getState()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the current growth state of this nether wartModifier and TypeMethodDescriptionvoid
NetherWarts.setState
(NetherWartsState state) Deprecated, for removal: This API element is subject to removal in a future version.Sets the growth state of this nether wartModifierConstructorDescriptionNetherWarts
(NetherWartsState state) Deprecated, for removal: This API element is subject to removal in a future version.