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