- senseMaterialAtLocation(Location) - Method in interface aic2025.user.UnitController
-
Returns the information of the material at a given location.
- senseMaterials(Material, float) - Method in interface aic2025.user.UnitController
-
Returns an array with all visible materials of a given type inside the map and inside a given radius.
- senseMaterials(float) - Method in interface aic2025.user.UnitController
-
Returns an array with the information of materials sensed by this unit inside a given radius around it.
- senseStructureAtLocation(Location) - Method in interface aic2025.user.UnitController
-
Returns the information of the structure at a given location.
- senseStructures(float, Team, StructureType) - Method in interface aic2025.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.
- senseUnitAtLocation(Location) - Method in interface aic2025.user.UnitController
-
Returns the information of the unit at a given location.
- senseUnits(float, Team) - Method in interface aic2025.user.UnitController
-
Returns an array with all other units of a given team that can be sensed by this unit inside a given radius around it.
- SNOWBALL_COOLDOWN - Static variable in class aic2025.user.GameConstants
-
Amount of cooldown inflicted by snowball.
- spawn(Location) - Method in interface aic2025.user.UnitController
-
Spawns the unit on the map on the given location.
- spawnProbability(Biome) - Method in enum aic2025.user.Material
-
Returns the probability that this material spawns whenever a material is gathered in a given biome.
- SPYGLASS_VISION_RANGE - Static variable in class aic2025.user.GameConstants
-
Vision range of crafters that own a Spyglass craftable.
- structureHealth - Static variable in class aic2025.user.GameConstants
-
HP of all structures in the game.
- StructureInfo - Class in aic2025.user
-
Class with the information of a given structure at a given timestamp.
- StructureInfo(StructureType, int, Location, Team) - Constructor for class aic2025.user.StructureInfo
-
- StructureType - Enum in aic2025.user
-
Enum containing all types of Structures.