パッケージ model.artifact
クラス AubadeOfMorningstarAndMoon
java.lang.Object
model.entity.ArtifactSet
model.artifact.AubadeOfMorningstarAndMoon
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidonSwitchIn(CombatSimulator sim, Character owner) Called by the simulator when the equipped character switches onto the field.voidonSwitchOut(CombatSimulator sim, Character owner) Called by the simulator when the equipped character switches off the field.クラスから継承されたメソッド model.entity.ArtifactSet
applyPassive, getName, getStats, onBurst, onDamage, onReaction
-
コンストラクタの詳細
-
AubadeOfMorningstarAndMoon
public AubadeOfMorningstarAndMoon() -
AubadeOfMorningstarAndMoon
-
-
メソッドの詳細
-
onSwitchOut
クラスからコピーされた説明:ArtifactSetCalled 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 simulatorowner- the character who has this artifact set equipped
-
onSwitchIn
クラスからコピーされた説明:ArtifactSetCalled 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 simulatorowner- the character who has this artifact set equipped
-