- canEnlistAstronaut(Direction, int, CarePackage) - Method in interface aic2024.user.UnitController
-
Returns if this unit can enlist an astronaut at a given direction, with a given quantity of oxygen, and equipped with a given carePackage (null if no care package).
- canPerformAction(ActionType, Direction, int) - Method in interface aic2024.user.UnitController
-
Returns if a given action can be performed following the given direction with a particular numerical value (only used for JUMP action).
- canSenseLocation(Location) - Method in interface aic2024.user.UnitController
-
Returns if the unit can sense target location.
- CARE_PACKAGE_PROBABILITIES - Static variable in class aic2024.user.GameConstants
-
Probabilities of dropping a care package on a given land tile.
- CarePackage - Enum in aic2024.user
-
All types of Care Packages
- CarePackageInfo - Class in aic2024.user
-
- CarePackageInfo(CarePackage, Location) - Constructor for class aic2024.user.CarePackageInfo
-
- cleanBroadcastBuffer() - Method in interface aic2024.user.UnitController
-
Erases all elements from the broadcast buffer.
- CONSTRUCTION_TURNS - Static variable in class aic2024.user.GameConstants
-
Turns that astronauts take since their construction until they can move and attack.