|
Rebornbuddy
|
Interface defining the behavior composites used in combat routines. More...
Properties | |
| Composite | CombatBehavior [get] |
| Gets the combat behavior composite that handles the main combat rotation. | |
| Composite | CombatBuffBehavior [get] |
| Gets the combat buff behavior composite that handles buff application during combat. | |
| Composite | DeathBehavior [get] |
| Gets the death behavior composite that handles actions when the character dies. | |
| Composite | HealBehavior [get] |
| Gets the heal behavior composite that handles healing actions. | |
| Composite | PreCombatBuffBehavior [get] |
| Gets the pre-combat buff behavior composite that handles buff application before entering combat. | |
| Composite | PullBehavior [get] |
| Gets the pull behavior composite that handles pulling enemies into combat. | |
| Composite | PullBuffBehavior [get] |
| Gets the pull buff behavior composite that handles buff application during the pull phase. | |
| Composite | RestBehavior [get] |
| Gets the rest behavior composite that handles actions during rest periods. | |
Interface defining the behavior composites used in combat routines.
|
get |
Gets the combat behavior composite that handles the main combat rotation.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the combat buff behavior composite that handles buff application during combat.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the death behavior composite that handles actions when the character dies.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the heal behavior composite that handles healing actions.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the pre-combat buff behavior composite that handles buff application before entering combat.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the pull behavior composite that handles pulling enemies into combat.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the pull buff behavior composite that handles buff application during the pull phase.
Implemented in ff14bot.AClasses.CombatRoutine.
|
get |
Gets the rest behavior composite that handles actions during rest periods.
Implemented in ff14bot.AClasses.CombatRoutine.