- EnergyBuyPrice - Variable in class com.mygdx.game.Market
-
Variable holding energy resource buying price.
- EnergySellPrice - Variable in class com.mygdx.game.Market
-
Variable holding energy resource selling price.
- EnergyStock - Variable in class com.mygdx.game.Market
-
Variable holding current Energy resource amount as an int, initialises at 16 as stated in the brief.
- energyStockLabel - Variable in class com.mygdx.game.Market
-
Visualises the amount of energy stocks currently held by the market
- energyTradeAmount - Variable in class com.mygdx.game.Market
-
variable storing amount of energy to be traded
- energyTradeLabel - Variable in class com.mygdx.game.Market
-
label to show amount of energy being traded
- engine - Variable in class com.mygdx.game.Market
-
Engine class that handles all of the game's logical processing