パッケージ model.artifact

クラス AubadeOfMorningstarAndMoon

java.lang.Object
model.entity.ArtifactSet
model.artifact.AubadeOfMorningstarAndMoon

public class AubadeOfMorningstarAndMoon extends ArtifactSet
  • コンストラクタの詳細

    • AubadeOfMorningstarAndMoon

      public AubadeOfMorningstarAndMoon()
    • AubadeOfMorningstarAndMoon

      public AubadeOfMorningstarAndMoon(StatsContainer stats)
  • メソッドの詳細

    • onSwitchOut

      public void onSwitchOut(CombatSimulator sim, Character owner)
      クラスからコピーされた説明: ArtifactSet
      Called by the simulator when the equipped character switches off the field. Use this hook for on-switch-out set bonuses. Default implementation is a no-op.
      オーバーライド:
      onSwitchOut クラス内 ArtifactSet
      パラメータ:
      sim - the active combat simulator
      owner - the character who has this artifact set equipped
    • onSwitchIn

      public void onSwitchIn(CombatSimulator sim, Character owner)
      クラスからコピーされた説明: ArtifactSet
      Called by the simulator when the equipped character switches onto the field. Use this hook for on-switch-in set bonuses. Default implementation is a no-op.
      オーバーライド:
      onSwitchIn クラス内 ArtifactSet
      パラメータ:
      sim - the active combat simulator
      owner - the character who has this artifact set equipped