Uses of Enum Class
org.bukkit.block.data.type.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
TrialSpawner.setTrialSpawnerState
(@NotNull TrialSpawner.State state) Sets the value of the 'trial_spawner_state' property.