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()
Unit
s in a Country
's
Army
that the environmental hazard for this Continent
will
kill if it occurs.getHazardFrequency()
int getHazardFrequency()
Continent
of happening.