Package com.csse3200.game.components.tasks
package com.csse3200.game.components.tasks
-
ClassesClassDescriptionChases a target entity until they get too far away or line of sight is lost.Waits around for a set amount of time and then fires a projectile at a target.BossTask controls actions of the Boss Entity.Chases a target entity until they get too far away or line of sight is lostMove to a given position, finishing when you get close enough.Projectile moves towards the target in a straight line and is disposed once it reaches the target positionRuns away from target entity if it gets too closeShoots a projectile at a target in game.Fires Boss' Special AttackTask that does nothing other than waiting for a given time.Represents a task that causes the entity to wander around by moving to random positions within a specified range of its starting position.