- Team - Enum in aic2020.user
-
Enum with all the information of a given team.
- TEAM_ARRAY_SIZE - Static variable in class aic2020.user.GameConstants
-
Length of the team communication array.
- TOILET_PAPER_ROUND - Static variable in class aic2020.user.GameConstants
-
Toilet paper that each team gets every round.
- toiletPaperDonated() - Method in interface aic2020.user.UnitController
-
Returns the amount of toilet paper donated for the vaccine development.
- toString() - Method in class aic2020.user.Location
-
- TURNS_FOR_LEVEL_UP - Static variable in class aic2020.user.GameConstants
-
How many rounds it takes until all zombies level up.
- turnsUntilNextFoodUnit() - Method in class aic2020.user.FarmInfo
-
Returns the amount of turns until the next unit of food is produced.