- UNIT_STATS - Static variable in class aic2022.user.GameConstants
-
Array containing the original stats of each unit type.
- UnitController - Interface in aic2022.user
-
Each unit has associated an instance of this class.
- UnitInfo - Class in aic2022.user
-
Class with the information of a given unit at a given timestamp.
- UnitInfo(Unit) - Constructor for class aic2022.user.UnitInfo
-
- UnitStat - Enum in aic2022.user
-
Enum with all unit stats.
- UnitType - Enum in aic2022.user
-
Enum with all unit types and their stats.
- useArtifact(int) - Method in interface aic2022.user.UnitController
-
Orders this unit to use the given artifact.
- useFirstAbility(Location) - Method in interface aic2022.user.UnitController
-
Uses this unit's first ability on target location.
- useSecondAbility(Location) - Method in interface aic2022.user.UnitController
-
Uses this unit's second ability on target location.