public interface Player
| Modifier and Type | Method and Description | 
|---|---|
int | 
getContinentsRuled()
 | 
int | 
getCountriesRuled()
 | 
Army | 
getDistributableArmy()
 | 
int | 
getDistributableArmyStrength()
Deprecated. 
 
use  
getDistributableArmy() then
             Army.getStrength() | 
int | 
getPoints()
Retrieves all the number of points that this  
Player has. | 
Army | 
getTotalArmy()
 | 
int | 
getTotalArmyStrength()
Deprecated. 
 
use  
getTotalArmy() then Army.getStrength() | 
int getTotalArmyStrength()
getTotalArmy() then Army.getStrength()int getCountriesRuled()
Countrys ruled.int getContinentsRuled()
Continents ruled.int getDistributableArmyStrength()
getDistributableArmy() then
             Army.getStrength()Player has available to
 distribute during the reinforce state of the game.Army getDistributableArmy()
Army that this Player has available to
 distribute during the reinforce state of the game.Armyint getPoints()
Player has.