Uses of Class
energyTycoon.game.ClientGame

Packages that use ClientGame
energyTycoon   
energyTycoon.client   
energyTycoon.gui.game   
energyTycoon.player   
energyTycoon.powerStation   
 

Uses of ClientGame in energyTycoon
 

Constructors in energyTycoon with parameters of type ClientGame
ExchangeClient(ClientGame game, NetworkDistantPlayer provider)
           
 

Uses of ClientGame in energyTycoon.client
 

Methods in energyTycoon.client that return ClientGame
 ClientGame ClientManagement.getGame()
          get the game
 

Methods in energyTycoon.client with parameters of type ClientGame
 void ClientManagement.setGame(ClientGame game)
           
 

Uses of ClientGame in energyTycoon.gui.game
 

Methods in energyTycoon.gui.game that return ClientGame
 ClientGame GameListener.getGame()
          get the game
 

Uses of ClientGame in energyTycoon.player
 

Fields in energyTycoon.player declared as ClientGame
 ClientGame PhysicPlayer.game
           
 

Constructors in energyTycoon.player with parameters of type ClientGame
PhysicPlayer(int id, ClientGame game)
           
 

Uses of ClientGame in energyTycoon.powerStation
 

Methods in energyTycoon.powerStation with parameters of type ClientGame
 void EnergyProviderBuilding.setClient(ClientGame client)
          set the client
 

Constructors in energyTycoon.powerStation with parameters of type ClientGame
Battery(ClientGame client, FullPlayer player)
           
CoalCentral(ClientGame client, int stationId, FullPlayer player, PowerStationType powerStationType)
           
EnergyProviderBuilding(ClientGame client, int stationId, FullPlayer player, PowerStationType powerStationType)
          EnergyProviderBuilding constructor
NuclearStation(ClientGame client, int stationId, FullPlayer player, PowerStationType powerStationType)
          Constructor
PowerStation(ClientGame game, int stationId, FullPlayer player, PowerStationType powerStationType)
           
SolarPanel(ClientGame client, int stationId, FullPlayer player, PowerStationType powerStationType)
           
Weir(ClientGame client, int stationId, FullPlayer player, PowerStationType powerStationType)
           
WindMachine(ClientGame client, int stationId, FullPlayer player, PowerStationType powerStationType)