Uses of Enum Class
org.bukkit.block.data.type.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
Modifier 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.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.Modifier and TypeMethodDescriptionvoid
Vault.setTrialSpawnerState
(@NotNull Vault.State state) Deprecated, for removal: This API element is subject to removal in a future version.void
Vault.setVaultState
(@NotNull Vault.State state) Sets the value of the 'vault_state' property.
Vault.getVaultState()