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

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

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

Methods in net.sf.freecol.common.model that return LostCityRumour
 LostCityRumour TileItemContainer.getLostCityRumour()
          Get the LostCityRumour value.
 LostCityRumour Tile.getLostCityRumour()
          Returns the lost city rumour on this Tile if any
 LostCityRumour PlayerExploredTile.getLostCityRumour()
           
 

Methods in net.sf.freecol.common.model with parameters of type LostCityRumour
 void PlayerExploredTile.setLostCityRumour(LostCityRumour lostCityRumour)