- read(Location) - Method in interface aic2021.user.UnitController
-
Returns the rock art painted at target location.
- readSmokeSignals() - Method in interface aic2021.user.UnitController
-
Returns an array containing all current smoke signals.
- researchTechnology(Technology) - Method in interface aic2021.user.UnitController
-
Attempts to research target technology.
- Resource - Enum in aic2021.user
-
Enum containing the different types of resource.
- ResourceInfo - Class in aic2021.user
-
This class contains all the information about a given resource source.
- ResourceInfo(Resource, int, Location) - Constructor for class aic2021.user.ResourceInfo
-
- RESOURCES_RETURNED_TACTICS - Static variable in class aic2021.user.GameConstants
-
Proportion of the resources that are returned when creating a new unit if the technology 'Tactics' has been researched.
- RESOURCES_WORKER_ROUND - Static variable in class aic2021.user.GameConstants
-
Amount of resources of a given type that a worker can gather each round.
- RESOURCES_WORKER_ROUND_UTENSILS - Static variable in class aic2021.user.GameConstants
-
Amount of resources of a given type that a worker can gather each round if the technology 'Utencils' has been researched.
- resourceType - Variable in class aic2021.user.ResourceInfo
-
The resource type.
- rotateLeft() - Method in enum aic2021.user.Direction
-
Returns the direction obtained by rotating this direction 45 degrees to the left.
- rotateRight() - Method in enum aic2021.user.Direction
-
Returns the direction obtained by rotating this direction 45 degrees to the right.