Uses of Class
za.co.wethinkcode.robots.server.serverRobot.ServerRobot
Packages that use ServerRobot
Package
Description
This package encapsulates the behavior of all commands sent by a client to be executed on the server
Their unevaluated and evaluated versions are contained here.
All classes in this package manage how robots work on the serverside
Classes that store info about how the world is created and managed
-
Uses of ServerRobot in za.co.wethinkcode.robots.server.clientCommands
Methods in za.co.wethinkcode.robots.server.clientCommands that return ServerRobotModifier and TypeMethodDescriptionLaunchClientCommand.LaunchCommandResult.getNewRobot()Getter for the new Robot being madeMethods in za.co.wethinkcode.robots.server.clientCommands with parameters of type ServerRobotModifier and TypeMethodDescriptionClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) Overload of execute method that supports passing in a robot as the target for a commandLaunchClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) Overload of execute method that supports passing in a robot as the target for a commandLookClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) StateClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) Constructors in za.co.wethinkcode.robots.server.clientCommands with parameters of type ServerRobotModifierConstructorDescriptionLaunchCommandResult(InternalResponseCode response, ServerRobot robot, WorldState worldState, Position spawn) LookClientCommandResult(ServerRobot target, WorldState worldState, com.fasterxml.jackson.databind.ObjectMapper objectMapper) StateCommandResult(ServerRobot target, WorldState worldState, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ServerRobot in za.co.wethinkcode.robots.server.serverRobot
Subclasses of ServerRobot in za.co.wethinkcode.robots.server.serverRobotMethods in za.co.wethinkcode.robots.server.serverRobot that return ServerRobot -
Uses of ServerRobot in za.co.wethinkcode.robots.server.worldinfo
Methods in za.co.wethinkcode.robots.server.worldinfo that return ServerRobotModifier and TypeMethodDescription@Nullable ServerRobotWorldState.getRobotByName(String robotName) Getter for a Robot in the World