Uses of Class
za.co.wethinkcode.robots.server.errors.NoSuchRobotException
Packages that use NoSuchRobotException
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.
Classes that store info about how the world is created and managed
-
Uses of NoSuchRobotException in za.co.wethinkcode.robots.server.clientCommands
Constructors in za.co.wethinkcode.robots.server.clientCommands that throw NoSuchRobotExceptionModifierConstructorDescriptionLookClientCommand(LookCommandRequest lookCommandRequest, WorldState worldState, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Standard constructor for the Look command from a client before evaluationStateClientCommand(StateCommandRequest req, WorldState worldState, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Standard constructor for the state command from a client before evaluationStateCommandResult(ServerRobot target, WorldState worldState, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of NoSuchRobotException in za.co.wethinkcode.robots.server.worldinfo
Methods in za.co.wethinkcode.robots.server.worldinfo that throw NoSuchRobotExceptionModifier and TypeMethodDescription@Nullable ServerRobotWorldState.getRobotByName(String robotName) Getter for a Robot in the World