Uses of Class
net.sourceforge.simplegamenet.specs.to.GameSettings

Packages that use GameSettings
net.sourceforge.simplegamenet.specs.model   
net.sourceforge.simplegamenet.specs.to   
net.sourceforge.simplegamenet.specs.tools   
 

Uses of GameSettings in net.sourceforge.simplegamenet.specs.model
 

Methods in net.sourceforge.simplegamenet.specs.model that return GameSettings
 GameSettings GameFactory.createDefaultGameSettings()
          Creates new game settings with default values.
 GameSettings Engine.getGameSettings()
           
 

Methods in net.sourceforge.simplegamenet.specs.model with parameters of type GameSettings
 void GameServer.gameSettingsUpdated(GameSettings outdatedGameSettings, GameSettings updatedGameSettings)
           
 void GamePlayerClient.gameSettingsUpdated(GameSettings outdatedGameSettings, GameSettings updatedGameSettings)
           
 

Uses of GameSettings in net.sourceforge.simplegamenet.specs.to
 

Methods in net.sourceforge.simplegamenet.specs.to that return GameSettings
abstract  GameSettings GameSettings.createChangedGameSettings(GameSettingsPanel gameSettingsPanel)
          Creates a new GameSettings based on the GameSettingsPanel.
 

Methods in net.sourceforge.simplegamenet.specs.to with parameters of type GameSettings
 boolean GameSettings.isChangeGameSettingsAllowed(GameSettings changedGameSettings)
          Returns true if the current game state allows these game settings to be updated to the changed game settings.
 

Uses of GameSettings in net.sourceforge.simplegamenet.specs.tools
 

Subclasses of GameSettings in net.sourceforge.simplegamenet.specs.tools
 class MultiPlayerGameSettings
           
 class TwoPlayerGameSettings
           
 

Methods in net.sourceforge.simplegamenet.specs.tools that return GameSettings
 GameSettings TwoPlayerGameSettings.createChangedGameSettings(GameSettingsPanel gameSettingsPanel)
           
 GameSettings MultiPlayerGameSettings.createChangedGameSettings(GameSettingsPanel gameSettingsPanel)
           
 

Methods in net.sourceforge.simplegamenet.specs.tools with parameters of type GameSettings
 boolean TwoPlayerGameSettings.isChangeGameSettingsAllowed(GameSettings changedGameSettings)
           
 boolean MultiPlayerGameSettings.isChangeGameSettingsAllowed(GameSettings changedGameSettings)
           
 



Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.