- parameter - Variable in class me.gandhiinc.blindeye.Game
-
- phase - Variable in class me.gandhiinc.blindeye.GameEngine
-
- PHASE_TIME_CONST - Variable in class me.gandhiinc.blindeye.GameEngine
-
- phaseTime - Variable in class me.gandhiinc.blindeye.GameEngine
-
- Player - Class in me.gandhiinc.blindeye
-
This where all of the information for each player is along with all of the actions they can perform.
- Player(String, int, int, int) - Constructor for class me.gandhiinc.blindeye.Player
-
The is the constructor of the Player class to instantiate a new instance of the Player class
- player - Variable in class me.gandhiinc.blindeye.Plot
-
- playLottery(int, int, int) - Method in class me.gandhiinc.blindeye.Pub
-
- playOneArmBandit() - Method in class me.gandhiinc.blindeye.Pub
-
- playScratchcard() - Method in class me.gandhiinc.blindeye.Pub
-
- Plot - Class in me.gandhiinc.blindeye
-
This is the Plot class.
- Plot(int, int, int, int) - Constructor for class me.gandhiinc.blindeye.Plot
-
The is the constructor of the Plot class to instantiate a new instance of the Plot class.
- plots - Variable in class me.gandhiinc.blindeye.GameEngine
-
- plots - Variable in class me.gandhiinc.blindeye.Player
-
- prevEnergyStock - Variable in class me.gandhiinc.blindeye.MarketPlace
-
- prevOreStock - Variable in class me.gandhiinc.blindeye.MarketPlace
-
- priceOfPlayingLottery - Variable in class me.gandhiinc.blindeye.Pub
-
- priceOfPlayingOneArmBandit - Variable in class me.gandhiinc.blindeye.Pub
-
- priceOfPlayingScratchCard - Variable in class me.gandhiinc.blindeye.Pub
-
- ProduceResources() - Method in class me.gandhiinc.blindeye.Player
-
This is the function to automatically produce the resources which is based upon the plots the player owns and the Roboticons which have been assigned.
- produceRoboticon() - Method in class me.gandhiinc.blindeye.MarketPlace
-
This function should be called at the end of each round to regenerate the Roboticon stock based on the amount of ore the market has
- pub - Variable in class me.gandhiinc.blindeye.MarketPlace
-
- Pub - Class in me.gandhiinc.blindeye
-
Represents the Pub methods, ie the gambling system of the game.
- Pub() - Constructor for class me.gandhiinc.blindeye.Pub
-