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
    Follows 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.
    The entity finds a living plant and moves towards it
    The entity finds a ship and moves towards it.
    A panic task that causes the owner's entity to move randomly within a specified range for a certain duration.
    Runs from a target entity until they get too far away or line of sight is lost
     
    Task that does nothing other than waiting for a given time.
    Wander around by moving a random position within a range of the starting position.