Package com.deco2800.game.ai.tasks
Interface PriorityTask
- All Superinterfaces:
 Task
- All Known Implementing Classes:
 ChaseTask,DistanceTask,MovingTask,SwitchTask,WanderTask
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.deco2800.game.ai.tasks.Task
Task.Status - 
Method Summary
 
- 
Method Details
- 
getPriority
int getPriority() 
 -