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 io.papermc.paper.event.block
Methods in io.papermc.paper.event.block that return Vault.StateModifier and TypeMethodDescriptionVaultChangeStateEvent.getCurrentState()Gets the state the vault is currently in.VaultChangeStateEvent.getNewState()Gets the state the vault is attempting to transition to.Constructors in io.papermc.paper.event.block with parameters of type Vault.StateModifierConstructorDescriptionVaultChangeStateEvent(Block vaultBlock, @Nullable Player player, Vault.State currentState, Vault.State newState) -
Uses of Vault.State in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Vault.StateModifier and TypeMethodDescriptiondefault @NotNull Vault.StateVault.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 TypeMethodDescriptiondefault voidVault.setTrialSpawnerState(@NotNull Vault.State state) Deprecated, for removal: This API element is subject to removal in a future version.voidVault.setVaultState(@NotNull Vault.State state) Sets the value of the 'vault_state' property.
Vault.getVaultState()