Package com.csse3200.game.ai.tasks
Interface PriorityTask
- All Superinterfaces:
Task
- All Known Implementing Classes:
AttackTask
,ChaseTask
,IdleTask
,MoveLeftTask
,RobotAttackTask
,RobotTargetDetectionTasks
,TargetDetectionTasks
A priority task is a task that also has a priority. This is required for an AI task component to
decide which task to run.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.csse3200.game.ai.tasks.Task
Task.Status
-
Method Summary
-
Method Details
-
getPriority
int getPriority()Gets the priority of this task.- Returns:
- the priority value
-