Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Interfaces.IBehaviors Interface Reference

Interface defining the behavior composites used in combat routines. More...

Inheritance diagram for ff14bot.Interfaces.IBehaviors:
ff14bot.Interfaces.ICombatRoutine ff14bot.AClasses.CombatRoutine ff14bot.Managers.InvalidRoutineWrapper

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.

Detailed Description

Interface defining the behavior composites used in combat routines.

Property Documentation

◆ CombatBehavior

Composite ff14bot.Interfaces.IBehaviors.CombatBehavior
get

Gets the combat behavior composite that handles the main combat rotation.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ CombatBuffBehavior

Composite ff14bot.Interfaces.IBehaviors.CombatBuffBehavior
get

Gets the combat buff behavior composite that handles buff application during combat.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ DeathBehavior

Composite ff14bot.Interfaces.IBehaviors.DeathBehavior
get

Gets the death behavior composite that handles actions when the character dies.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ HealBehavior

Composite ff14bot.Interfaces.IBehaviors.HealBehavior
get

Gets the heal behavior composite that handles healing actions.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ PreCombatBuffBehavior

Composite ff14bot.Interfaces.IBehaviors.PreCombatBuffBehavior
get

Gets the pre-combat buff behavior composite that handles buff application before entering combat.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ PullBehavior

Composite ff14bot.Interfaces.IBehaviors.PullBehavior
get

Gets the pull behavior composite that handles pulling enemies into combat.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ PullBuffBehavior

Composite ff14bot.Interfaces.IBehaviors.PullBuffBehavior
get

Gets the pull buff behavior composite that handles buff application during the pull phase.

Implemented in ff14bot.AClasses.CombatRoutine.

◆ RestBehavior

Composite ff14bot.Interfaces.IBehaviors.RestBehavior
get

Gets the rest behavior composite that handles actions during rest periods.

Implemented in ff14bot.AClasses.CombatRoutine.