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()Deprecated, for removal: This API element is subject to removal in a future version.Vault.getVaultState()Gets the value of the 'vault_state' property.static Vault.StateReturns 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 TypeMethodDescriptionvoidVault.setTrialSpawnerState(Vault.State state) Deprecated, for removal: This API element is subject to removal in a future version.voidVault.setVaultState(Vault.State state) Sets the value of the 'vault_state' property.
Vault.getVaultState()