Uses of Enum Class
org.bukkit.block.data.type.PotentSulfur.State
Packages that use PotentSulfur.State
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of PotentSulfur.State in org.bukkit.block.data.type
Subclasses with type arguments of type PotentSulfur.State in org.bukkit.block.data.typeModifier and TypeClassDescriptionstatic enumThe environmental state of the potent sulfur.Methods in org.bukkit.block.data.type that return PotentSulfur.StateModifier and TypeMethodDescriptionPotentSulfur.getPotentSulfurState()Gets the value of the 'potent_sulfur_state' property.static PotentSulfur.StateReturns the enum constant of this class with the specified name.static PotentSulfur.State[]PotentSulfur.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type PotentSulfur.StateModifier and TypeMethodDescriptionvoidPotentSulfur.setPotentSulfurState(PotentSulfur.State state) Sets the value of the 'potent_sulfur_state' property.