パッケージ mechanics.optimization

クラス ProfileLoader.ActionProfile

java.lang.Object
mechanics.optimization.ProfileLoader.ActionProfile
含まれているクラス:
ProfileLoader

public static class ProfileLoader.ActionProfile extends Object
A named sequence of action commands for one character.

Action strings are matched case-insensitively in the rotation evaluator and correspond to standard commands such as SKILL, BURST, ATTACK, and ATTACK_UNTIL_END.

  • フィールド詳細

    • name

      public String name
      Human-readable name of this profile (e.g. "BurstCombo").
    • actions

      public List<String> actions
      Ordered list of action command strings to execute in sequence.
  • コンストラクタの詳細

    • ActionProfile

      public ActionProfile(String name, List<String> actions)
      パラメータ:
      name - profile name
      actions - ordered action commands
  • メソッドの詳細