Package com.deco2800.game.ai.tasks
Interface PriorityTask
- All Superinterfaces:
Task
- All Known Implementing Classes:
ChaseTask
,ObstacleAttackTask
,WanderTask
public interface PriorityTask extends Task
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
-
Method Summary
Modifier and Type Method Description int
getPriority()
-
Method Details
-
getPriority
int getPriority()
-