public interface Continent
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<? extends Country> | 
getCountries()
 | 
int | 
getHazardFrequency()
The percentages chance of the environmental hazard that occurs on this
  
Continent of happening. | 
int | 
getMaxHazardCausalties()
 | 
Player | 
getOwner()
 | 
int getMaxHazardCausalties()
Units in a Country's
 Army that the environmental hazard for this Continent will
 kill if it occurs.getHazardFrequency()int getHazardFrequency()
Continent of happening.