Interface Vault

All Superinterfaces:
BlockData, Cloneable, Directional

@MinecraftExperimental(UPDATE_1_21) @Experimental public interface Vault extends Directional
'vault_state' indicates the current operational phase of the vault block.
'ominous' indicates if the block has ominous effects.
  • Method Details

    • getTrialSpawnerState

      @NotNull Vault.State getTrialSpawnerState()
      Gets the value of the 'vault_state' property.
      Returns:
      the 'vault_state' value
    • setTrialSpawnerState

      void setTrialSpawnerState(@NotNull Vault.State state)
      Sets the value of the 'vault_state' property.
      Parameters:
      state - the new 'vault_state' value
    • isOminous

      boolean isOminous()
      Gets the value of the 'ominous' property.
      Returns:
      the 'ominous' value
    • setOminous

      void setOminous(boolean ominous)
      Sets the value of the 'ominous' property.
      Parameters:
      ominous - the new 'ominous' value