Package com.csse3200.game.ai.tasks
Interface PriorityTask
- All Superinterfaces:
Task
- All Known Implementing Classes:
BossChaseTask
,ChaseTask
,DashAttackTask
,GPTFastChaseTask
,GPTGroundFastChaseTask
,GPTGroundSlowChaseTask
,GPTSlowChaseTask
,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.csse3200.game.ai.tasks.Task
Task.Status
-
Method Summary
-
Method Details
-
getPriority
int getPriority()
-