- read(int) - Method in interface aic2023.user.UnitController
-
Returns the value stored at the given index of the shared array.
- recruitUnit(UnitType, Direction) - Method in interface aic2023.user.UnitController
-
Attempts to recruit a unit of a given type at a given direction.
- REPUTATION_ROUND - Static variable in class aic2023.user.GameConstants
-
Amount of reputation received each round.
- REPUTATION_STADIUM - Static variable in class aic2023.user.GameConstants
-
Amount of reputation received whenever a pitcher begins its turn at a stadium.
- rotateLeft() - Method in enum aic2023.user.Direction
-
Returns the direction obtained by rotating this direction 45 degrees to the left.
- rotateRight() - Method in enum aic2023.user.Direction
-
Returns the direction obtained by rotating this direction 45 degrees to the right.