- OreBuyPrice - Variable in class com.mygdx.game.Market
-
Variable holding ore resource buying price.
- OreSellPrice - Variable in class com.mygdx.game.Market
-
Variable holding ore resource selling price.
- OreStock - Variable in class com.mygdx.game.Market
-
Variable holding current Ore resource amount as an int, initialises at 0 as stated in the brief.
- oreStockLabel - Variable in class com.mygdx.game.Market
-
Visualises the amount of ore stocks currently held by the market
- oreTradeAmount - Variable in class com.mygdx.game.Market
-
variable storing amount of ore to be traded
- oreTradeLabel - Variable in class com.mygdx.game.Market
-
label to show amount of ore being traded
- otherPlayer - Variable in class com.mygdx.game.Market
-
a list of players that the current player can trade with