Uses of Class
energyTycoon.game.Game

Packages that use Game
energyTycoon.customer   
energyTycoon.game   
 

Uses of Game in energyTycoon.customer
 

Constructors in energyTycoon.customer with parameters of type Game
City(int id, Game game, java.lang.String name, int settingPrice, int developmentRate, double pop, int eco, int prosp)
           
Customer(int _id, Game ga, java.lang.String _name, int _settingPrice, int _developmentRate)
          Contructor of a customer with parameters
Industry(int id, Game game, java.lang.String name, int settingPrice, int developmentRate, int needed, boolean night)
          Constructor of the industry with parameters
 

Uses of Game in energyTycoon.game
 

Subclasses of Game in energyTycoon.game
 class ClientGame
          Client Game engine, will connect to server
 class ServerGame
          Game server class