- senseAstronaut(Location) - Method in interface aic2024.user.UnitController
-
Returns the information of the astronaut at a given location.
- senseAstronauts(float, Team) - Method in interface aic2024.user.UnitController
-
Returns an array with all other astronauts of a given team that can be sensed by this unit inside a given radius around it.
- senseCarePackage(Location) - Method in interface aic2024.user.UnitController
-
Returns the information of the care package at a given location (null if none).
- senseCarePackages(float) - Method in interface aic2024.user.UnitController
-
Returns an array with the information of all care packages that can be sensed by this unit inside a given radius around it.
- senseObjectAtLocation(Location) - Method in interface aic2024.user.UnitController
-
Returns the information of the object at a given location.
- senseObjects(MapObject, float) - Method in interface aic2024.user.UnitController
-
Returns an array with all visible objects inside the map and inside a given radius.
- senseStructure(Location) - Method in interface aic2024.user.UnitController
-
Returns the information of the structure at a given location.
- senseStructures(float, Team) - Method in interface aic2024.user.UnitController
-
Returns an array with all other structures of a given team that can be sensed by this unit inside a given radius around it.
- senseTileType(Location) - Method in interface aic2024.user.UnitController
-
Returns the tile type (LAND, WATER or HOT_ZONE) at a given location.
- SETTLEMENT_HP - Static variable in class aic2024.user.GameConstants
-
Health points of the settlements.
- SETTLEMENT_OXYGEN_PRODUCTION - Static variable in class aic2024.user.GameConstants
-
Oxygen production of settlements.
- SETTLEMENT_VISION_RANGE - Static variable in class aic2024.user.GameConstants
-
Vision range of the settlements.
- StructureInfo - Class in aic2024.user
-
Class with the information of a given structure at a given timestamp.
- StructureInfo(Unit) - Constructor for class aic2024.user.StructureInfo
-
- StructureInfo(StructureType, Location) - Constructor for class aic2024.user.StructureInfo
-
- StructureType - Enum in aic2024.user
-
Types of Structures.