net.sf.freecol.server.generator
Interface IMapGenerator

All Known Implementing Classes:
MapGenerator

public interface IMapGenerator

Creates maps and sets the starting locations for the players.


Method Summary
 void createMap(Game game)
          Creates the map with the current set options
 MapGeneratorOptions getMapGeneratorOptions()
          Gets the options used when generating the map.
 

Method Detail

createMap

void createMap(Game game)
               throws FreeColException
Creates the map with the current set options

Throws:
FreeColException

getMapGeneratorOptions

MapGeneratorOptions getMapGeneratorOptions()
Gets the options used when generating the map.

Returns:
The MapGeneratorOptions.