Uses of Enum Class
org.bukkit.block.data.type.TrialSpawner.State
Packages that use TrialSpawner.State
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of TrialSpawner.State in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return TrialSpawner.StateModifier and TypeMethodDescriptionTrialSpawner.getTrialSpawnerState()
Gets the value of the 'trial_spawner_state' property.static TrialSpawner.State
Returns the enum constant of this class with the specified name.static TrialSpawner.State[]
TrialSpawner.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 TrialSpawner.StateModifier and TypeMethodDescriptionvoid
TrialSpawner.setTrialSpawnerState
(TrialSpawner.State state) Sets the value of the 'trial_spawner_state' property.