Package com.csse3200.game.components.tasks


package com.csse3200.game.components.tasks
  • Classes
    Class
    Description
    Allows an entity to attack the closest target entity from a list of potential targets.
    Chases a target entity until they get too far away or line of sight is lost
    Keeps an entity idle until a target entity is detected within the attack range.
    Wander around by moving a random position within a range of the starting position.
    Move to a given position, finishing when you get close enough.
    Allows an entity to attack the closest target entity from a list of potential targets.
     
     
    Teleport behaviour component for enemies.
    Task that does nothing other than waiting for a given time.