- UNIT_MAX_HEALTH - Static variable in class aic2025.user.GameConstants
-
Max health of crafters.
- UNIT_MOVEMENT_RANGE - Static variable in class aic2025.user.GameConstants
-
Crafter's movement range.
- UNIT_VISION_RANGE - Static variable in class aic2025.user.GameConstants
-
Crafter's vision range.
- UNIT_WEIGHT - Static variable in class aic2025.user.GameConstants
-
Crafter's initial weight.
- UnitController - Interface in aic2025.user
-
Each unit has associated an instance of this class.
- UnitInfo - Class in aic2025.user
-
Class with the information of a given unit at a given timestamp.
- UnitInfo(Unit) - Constructor for class aic2025.user.UnitInfo
-
- upgrade(Craftable, Upgrade) - Method in interface aic2025.user.UnitController
-
Upgrades the given craftable to the specified upgrade.
- Upgrade - Enum in aic2025.user
-
Enum containing all possible upgrades.
- useCraftable(Craftable, Location) - Method in interface aic2025.user.UnitController
-
Uses a given craftable at a target location.