パッケージ simulation

列挙クラス CombatSimulator.Moonsign

java.lang.Object
java.lang.Enum<CombatSimulator.Moonsign>
simulation.CombatSimulator.Moonsign
すべての実装されたインタフェース:
Serializable, Comparable<CombatSimulator.Moonsign>, Constable
含まれているクラス:
CombatSimulator

public static enum CombatSimulator.Moonsign extends Enum<CombatSimulator.Moonsign>
Represents the global Moonsign state of the party, which governs Ascendant Blessing eligibility — a custom Lunar mechanic not present in the official game.
  • NONE — no Lunar characters in the party; no Moonsign effects active.
  • NASCENT_GLEAM — exactly one Lunar character; Moonsign is active but Ascendant Blessing does not trigger.
  • ASCENDANT_GLEAM — two or more Lunar characters; non-Lunar characters trigger CombatSimulator.applyAscendantBlessing(model.entity.Character) when they use a Skill or Burst.
Updated automatically by CombatSimulator.updateMoonsign() based on party composition.
  • 列挙型定数の詳細

  • メソッドの詳細

    • values

      public static CombatSimulator.Moonsign[] values()
      この列挙クラスの定数を含む配列を宣言されている順序で 返します。
      戻り値:
      この列挙クラスの定数を宣言されている順序で含む配列
    • valueOf

      public static CombatSimulator.Moonsign valueOf(String name)
      このクラスの列挙型定数を指定した名前で返します。 文字列は、このクラスの列挙型定数の宣言に使用された識別子と正確に 一致する必要があります。(余分な空白文字は使用 できません。)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - この列挙クラスに、指定した名前の定数がない場合
      NullPointerException - 引数がnullの場合