Modifier and Type | Field and Description |
---|---|
private Roboticon |
Plot.roboticon |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Roboticon> |
Player.roboticons |
Modifier and Type | Method and Description |
---|---|
Roboticon |
Plot.getRoboticon()
A getter to retrieve a plot's assigned roboticon.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Roboticon> |
Player.getRoboticons()
Gets the list of Roboticons the player owns
|
java.util.ArrayList<Roboticon> |
Player.getUnassignedRoboticons()
This returns the list of roboticons that currently have no assigned plot
|
java.util.ArrayList<Roboticon> |
Player.getUnspecialisedRoboticons()
This returns the list of roboticons that currently have no specialisation
|
Modifier and Type | Method and Description |
---|---|
void |
Plot.addRoboticon(Roboticon roboticon)
A setter for the roboticon working on the plot.
|
void |
Player.addRoboticon(Roboticon roboticon)
This adds a roboticon to the list of roboticons the player owns
|
void |
Player.SpecialiseRoboticon(Roboticon roboticon,
Resource resource)
Allow the player to specialise their roboticon to a given a resource
|