Uses of Class
com.askywhale.missing.Game

Uses of Game in com.askywhale.missing
 

Methods in com.askywhale.missing that return Game
 Game Player.getGame()
           
 Game GameFactory.getGame()
           
 Game GameFactory.getGame(Game oldGame)
           
 

Methods in com.askywhale.missing with parameters of type Game
 Game GameFactory.getGame(Game oldGame)
           
 void Player.setGame(Game game)
           
 

Constructors in com.askywhale.missing with parameters of type Game
Game(Game oldGame)
          copy constructor to avoid clone
SoundPlayer(Game game)