Modifier and Type | Field and Description |
---|---|
private Roboticon |
Tile.roboticonStored
The roboticon that has been placed on the tile.
|
private Roboticon |
Malfunction.roboticonToMalfunction |
Modifier and Type | Method and Description |
---|---|
Roboticon |
Tile.getRoboticonStored()
Retuns the Roboticon assigned to this tile
|
Roboticon |
Malfunction.getRoboticonToMalfunction()
Gets the roboticon which will malfunction.
|
Modifier and Type | Method and Description |
---|---|
void |
Tile.assignRoboticon(Roboticon roboticon)
Adds a Roboticon to the roboticon list.
|
void |
Drawer.drawRoboticon(Roboticon roboticon,
float x,
float y) |
void |
Tile.unassignRoboticon(Roboticon Roboticon)
Removes the first instance of the roboticon from the list.
|