Uses of Class
za.co.wethinkcode.robots.client.clientRobot.ClientRobot
Packages that use ClientRobot
Package
Description
All classes and subpackages in this package are used by the client binary.
Classes in this package are focused on helping the client robot work
Classes for Client side requests for a command to be executed on the server
-
Uses of ClientRobot in za.co.wethinkcode.robots.client
Methods in za.co.wethinkcode.robots.client that return ClientRobotModifier and TypeMethodDescriptionClientState.getCurrentTarget()Getter for the currently selected targetMethods in za.co.wethinkcode.robots.client with parameters of type ClientRobotModifier and TypeMethodDescriptionbooleanClientState.addRobot(ServerResponse response, ClientRobot robot) add a bot to the client memory and return true if it was addedvoidClientState.setCurrentTarget(ClientRobot currentTarget) Setter for the currentTarget in the memory of this sessionConstructor parameters in za.co.wethinkcode.robots.client with type arguments of type ClientRobot -
Uses of ClientRobot in za.co.wethinkcode.robots.client.clientRobot
Subclasses of ClientRobot in za.co.wethinkcode.robots.client.clientRobotMethods in za.co.wethinkcode.robots.client.clientRobot that return ClientRobotModifier and TypeMethodDescriptionstatic ClientRobotClientRobotFactory.create(LaunchCommandServerResponse serverResponse, LaunchCommandRequest req) -
Uses of ClientRobot in za.co.wethinkcode.robots.client.commands
Methods in za.co.wethinkcode.robots.client.commands with parameters of type ClientRobotModifier and TypeMethodDescriptionClientCommandRequestFactory.create(ClientRobot clientRobot, String userInput)