接口 Vault

所有超级接口:
BlockData, Cloneable, Directional

'vault_state' indicates the current operational phase of the vault block.
'ominous' indicates if the block has ominous effects.
  • 方法详细资料

    • getTrialSpawnerState

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

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

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

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