Uses of Class
za.co.wethinkcode.robots.client.ClientRobot
Packages that use ClientRobot
Package
Description
Classes in the client.networking module encapsulate the way the Robot Worlds
Client interacts with the network
-
Uses of ClientRobot in za.co.wethinkcode.robots.client.commands
Methods in za.co.wethinkcode.robots.client.commands with parameters of type ClientRobotModifier and TypeMethodDescriptionvoidSwapClientCommand.execute(Memory memory, ClientRobot yourRobo) -
Uses of ClientRobot in za.co.wethinkcode.robots.client.memory
Methods in za.co.wethinkcode.robots.client.memory that return types with arguments of type ClientRobotMethods in za.co.wethinkcode.robots.client.memory with parameters of type ClientRobotModifier and TypeMethodDescriptionvoidMemory.addAndSetCurrentRobot(ClientRobot currentRobot) Add and automatically set a newClientRobotthat commands will be sent fromvoidMemory.setCurrentRobot(ClientRobot currentRobot) Set the current robot that commands will be sent from to a robot that is displayed here -
Uses of ClientRobot in za.co.wethinkcode.robots.client.networking
Methods in za.co.wethinkcode.robots.client.networking with parameters of type ClientRobotModifier and TypeMethodDescriptionvoidClientNetworkOutput.sendRequest(InputParser input, Memory memory, ClientRobot launched) -
Uses of ClientRobot in za.co.wethinkcode.robots.rendering.gui.ui
Methods in za.co.wethinkcode.robots.rendering.gui.ui with parameters of type ClientRobotModifier and TypeMethodDescriptionjavafx.scene.text.TextGameWindow.styleClientRobot(ClientRobot cr)