- vaccinated() - Method in interface aic2020.user.UnitController
-
Returns if this unit is vaccinated or not.
- VACCINE_COST - Static variable in class aic2020.user.GameConstants
-
Amount of toilet paper necessary to develop a vaccine.
- valueOf(String) - Static method in enum aic2020.user.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum aic2020.user.Team
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum aic2020.user.UnitType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum aic2020.user.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum aic2020.user.Team
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum aic2020.user.UnitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VIRUS_DAMAGE - Static variable in class aic2020.user.GameConstants
-
Damage taken by each infected unit with symptoms every turn.
- VIRUS_TURNS - Static variable in class aic2020.user.GameConstants
-
Necessary number of rounds that takes for a unit to heal.
- visionRange - Variable in enum aic2020.user.UnitType
-
Vision range of this unit type.