Uses of Class
org.jogre.common.Game

Packages that use Game
org.jogre.common This package contains classes which are common to both a client or a server. 
 

Uses of Game in org.jogre.common
 

Methods in org.jogre.common that return Game
 Game GameList.getGame(String gameKey)
          Return a Game object from a game key.
 

Methods in org.jogre.common with parameters of type Game
 void GameList.addGame(Game game)
          Add a game to the game list.
 

Constructors in org.jogre.common with parameters of type Game
GameSnapshot(Game game)
          Constructor for a game state.