- add(Direction) - Method in class aic2021.user.Location
-
Returns the location after moving from the current location following a given direction.
- add(int, int) - Method in class aic2021.user.Location
-
Returns the location after moving from the current location following vector (_x,_y).
- ADDIITONAL_COOLDOWN_WATER - Static variable in class aic2021.user.GameConstants
-
Cooldown factor when entering water tiles if the technology 'Navigation' has not been researched.
- ADDITIONAL_RESOURCES_COIN - Static variable in class aic2021.user.GameConstants
-
Additional resources received at the beginning of each round if the technology 'Coin' has been researched.
- ADDITIONAL_RESOURCES_POISON - Static variable in class aic2021.user.GameConstants
-
Additional resources received by the opponent at the beginning of each round if the technology 'Poison' has been researched.
- aic2021.user - package aic2021.user
-
- amount - Variable in class aic2021.user.ResourceInfo
-
The amount of resource available.
- attack(Location) - Method in interface aic2021.user.UnitController
-
The unit attempts to attack a target location.
- attack - Variable in enum aic2021.user.UnitType
-
Attack power of this unit type.
- ATTACK_COOLDOWN_RATIO_DECREASE_EXPERTISE - Static variable in class aic2021.user.GameConstants
-
Attack cooldown ratio decrease all new units if the technology 'Expertise' has been researched.
- ATTACK_COOLDOWN_UNITS - Static variable in class aic2021.user.GameConstants
-
Array containing the attack cooldown of each unit type.
- ATTACK_RANGE_UNITS - Static variable in class aic2021.user.GameConstants
-
Array containing the attack range of each unit type.
- ATTACK_RATIO_INCREASE_SHARPENERS - Static variable in class aic2021.user.GameConstants
-
Attack ratio increase of new Axemen and Spearmen if the technology 'Sharpeners' has been researched.
- ATTACK_UNITS - Static variable in class aic2021.user.GameConstants
-
Array containing the attack of each unit type.
- attackCooldown - Variable in enum aic2021.user.UnitType
-
Attack cooldown of this unit type.
- attackRange - Variable in enum aic2021.user.UnitType
-
Attack range of this unit type (in square units).