Uses of Class
net.sf.freecol.common.model.Monarch

Packages that use Monarch
net.sf.freecol.common.model Contains the game model. 
 

Uses of Monarch in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Monarch
 Monarch Player.getMonarch()
          Returns the monarch object this player has.
 

Methods in net.sf.freecol.common.model with parameters of type Monarch
 void Player.setMonarch(Monarch monarch)
          Sets the monarch object this player has.