- INITIAL_OXYGEN_HQ - Static variable in class aic2024.user.GameConstants
-
Initial amount of oxygen in each HQ.
- isBeingConstructed() - Method in class aic2024.user.AstronautInfo
-
Returns if this astronaut is currently being constructed.
- isDomed(Location) - Method in interface aic2024.user.UnitController
-
Returns true if the location is covered by a Dome.
- isEqual(Direction) - Method in enum aic2024.user.Direction
-
Returns if this direction is equal to target direction.
- isEqual(Location) - Method in class aic2024.user.Location
-
Returns if the given location is equal to this (in value).
- isOutOfMap(Location) - Method in interface aic2024.user.UnitController
-
Returns if the given location is outside the map.
- isStructure() - Method in interface aic2024.user.UnitController
-
Returns if this unit is a structure or not.
- isTerraformed(Location) - Method in interface aic2024.user.UnitController
-
Returns true if the location is terraformed.