- INFLATION_FACTOR - Static variable in class aic2023.user.GameConstants
-
Amount of inflation added every round.
- INITIAL_REPUTATION - Static variable in class aic2023.user.GameConstants
-
Reputation of each team at the start of the game.
- isCarryingBall() - Method in class aic2023.user.UnitInfo
-
Returns if this unit is carrying a ball or not.
- isEqual(Direction) - Method in enum aic2023.user.Direction
-
Returns if this direction is equal to target direction.
- isEqual(Location) - Method in class aic2023.user.Location
-
Returns if the given location is equal to this (in value).
- isOutOfMap(Location) - Method in interface aic2023.user.UnitController
-
Returns if the given location is outside the map.