Package com.csse3200.game.components.tasks


package com.csse3200.game.components.tasks
  • Classes
    Class
    Description
    Chases 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 lost
    Move 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 position
    Runs away from target entity if it gets too close
    Shoots a projectile at a target in game.
    Fires Boss' Special Attack
    Task 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.