- scratchCard(Player) - Method in class me.gandhiinc.blindeye.MarketPlace
-
- sellEnergy(Player, int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
This method is used for a player to sell energy.
- sellOre(Player, int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
This method is used for a player to sell ore.
- SellResources(MarketPlace) - Method in class me.gandhiinc.blindeye.AIPlayer
-
If the player has any resources available it will sell them all to the market given
- setActivePlot(Plot) - Method in class me.gandhiinc.blindeye.GameEngine
-
Sets the currently active plot to the plot passed to the function
- setBaseProd(Resource, int) - Method in class me.gandhiinc.blindeye.Roboticon
-
Sets the base production for the given resource to the given value
- setEnergy(int) - Method in class me.gandhiinc.blindeye.Player
-
This sets the energy the player has to specific value
- setMarketEnergyBuyPrice(float) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the purchase price of the market's energy
- setMarketEnergySellPrice(float) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the selling price of the market's energy
- setMarketEnergyStock(int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the stock of the market's energy
- setMarketFoodStock(int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the stock of the market's food
- setMarketOreBuyPrice(float) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the purchase price of the market's ore
- setMarketOreSellPrice(float) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the selling price of the market's ore
- setMarketOreStock(int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the stock of the market's ore
- setMarketRoboticonSellPrice(int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the selling price of the market's roboticons
- setMarketRoboticonStock(int) - Method in class me.gandhiinc.blindeye.MarketPlace
-
Setter for the stock of the market's roboticons
- setMoney(int) - Method in class me.gandhiinc.blindeye.Player
-
This sets the money the player has to specific value
- setOre(int) - Method in class me.gandhiinc.blindeye.Player
-
This sets the ore the player has to specific value
- setPhase(int) - Method in class me.gandhiinc.blindeye.GameEngine
-
Sets the current phase to the value passed
- setPhaseTime(float) - Method in class me.gandhiinc.blindeye.GameEngine
-
Sets the phase time to the phase time passed to the function
- setPlayer(Player) - Method in class me.gandhiinc.blindeye.Plot
-
A setter for the player who owns the plot.
- setPlot(Plot) - Method in class me.gandhiinc.blindeye.Roboticon
-
Set the plot the roboticon is assigned to
- setPrices() - Method in class me.gandhiinc.blindeye.MarketPlace
-
- setSpec(Resource) - Method in class me.gandhiinc.blindeye.Roboticon
-
Takes an enumerated resource type and sets the specialisation
and base production rates accordingly
- shapeRenderer - Variable in class me.gandhiinc.blindeye.Game
-
- Specialisation - Variable in class me.gandhiinc.blindeye.Roboticon
-
- SpecialiseRoboticon(Roboticon, Resource) - Method in class me.gandhiinc.blindeye.Player
-
Allow the player to specialise their roboticon to a given a resource
- specialiseRoboticonButton - Variable in class me.gandhiinc.blindeye.Game
-
- start() - Method in class me.gandhiinc.blindeye.GameEngine
-
Starts the game
- stop() - Method in class me.gandhiinc.blindeye.GameEngine
-
Stops the game