Package za.co.wethinkcode.robots.client
Class Memory
java.lang.Object
za.co.wethinkcode.robots.client.Memory
This class stores the memory of the currently running client
The currently selected robot as well as all the robots launched
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ClientRobot newRobot) voidaddAndSetCurrentRobot(ClientRobot currentRobot) voidsetCurrentRobot(String currentRobot) voidsetCurrentRobot(ClientRobot currentRobot)
-
Constructor Details
-
Memory
public Memory()
-
-
Method Details
-
add
-
addAndSetCurrentRobot
-
setCurrentRobot
-
setCurrentRobot
-
getCurrentRobot
-