Uses of Class
rails.game.GameOption

Packages that use GameOption
rails.game   
rails.ui.swing   
 

Uses of GameOption in rails.game
 

Fields in rails.game with type parameters of type GameOption
protected  java.util.List<GameOption> GameManager.availableGameOptions
          A List of available game options
 

Methods in rails.game that return GameOption
static GameOption GameOption.getByName(java.lang.String name)
           
 

Methods in rails.game that return types with arguments of type GameOption
static java.util.List<GameOption> GamesInfo.getOptions(java.lang.String name)
           
 

Uses of GameOption in rails.ui.swing
 

Fields in rails.ui.swing with type parameters of type GameOption
(package private)  java.util.List<GameOption> GameSetupWindow.availableOptions