Uses of Class
net.sf.freecol.server.FreeColServer.GameState

Packages that use FreeColServer.GameState
net.sf.freecol.server The main package of the server package tree. 
 

Uses of FreeColServer.GameState in net.sf.freecol.server
 

Methods in net.sf.freecol.server that return FreeColServer.GameState
 FreeColServer.GameState FreeColServer.getGameState()
          Gets the current state of the game.
static FreeColServer.GameState FreeColServer.GameState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FreeColServer.GameState[] FreeColServer.GameState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.server with parameters of type FreeColServer.GameState
 void FreeColServer.setGameState(FreeColServer.GameState state)
          Sets the current state of the game.