Package net.sf.colossus.ai.objectives
Interface IObjectiveHelper
- All Known Implementing Classes:
AbstractObjectiveHelper
,BasicObjectiveHelper
,SecondObjectiveHelper
public interface IObjectiveHelper
Trivial interface for getting a list of objectives, depending on whether
we are the attacker or the defender.
- Author:
- Romain Dolbeau
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
attackerObjective
List<TacticalObjective> attackerObjective() -
defenderObjective
List<TacticalObjective> defenderObjective()
-