Uses of Class
energyTycoon.game.Season

Packages that use Season
energyTycoon   
energyTycoon.game   
 

Uses of Season in energyTycoon
 

Methods in energyTycoon that return Season
static Season Main.intToSeason(int season)
          get a season from a string (0 to 3)
static Season Main.stringToSeason(java.lang.String str)
          get a season from a string
 

Methods in energyTycoon with parameters of type Season
static java.lang.String Main.seasonToString(Season season)
          get season string
 

Uses of Season in energyTycoon.game
 

Methods in energyTycoon.game that return Season
 Season Game.getSeason()
           
static Season Season.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Season[] Season.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in energyTycoon.game with parameters of type Season
 void ClientGame.changeDate(int day, Season season, int year)
          change date
 void Game.setStartDate(int day, Season season)