Uses of Class
glassfrog.model.Gamedef

Packages that use Gamedef
bot   
game   
 

Uses of Gamedef in bot
 

Methods in bot with parameters of type Gamedef
 boolean Bot.newGame(Gamedef gamedef)
          Initializes a new game.
 boolean IF_Bot_Talk.newGame(Gamedef gamedef)
           
 

Uses of Gamedef in game
 

Fields in game declared as Gamedef
private  Gamedef State.gamedef
           
 

Constructors in game with parameters of type Gamedef
State(Gamedef gamedef)