- add(Direction) - Method in class aic2020.user.Location
-
Returns the location after moving from the current location at a given direction.
- add(int, int) - Method in class aic2020.user.Location
-
Returns the location after moving from the current location following vector (_x,_y).
- aic2020.user - package aic2020.user
-
- attack(Location) - Method in interface aic2020.user.UnitController
-
Orders this unit to attack the given location.
- attack - Variable in enum aic2020.user.UnitType
-
Attack points of this unit type.
- attackDelay - Variable in enum aic2020.user.UnitType
-
Attack cooldown of this unit type.
- attackRange - Variable in enum aic2020.user.UnitType
-
Attack range of this unit type.