Uses of Class
za.co.wethinkcode.robots.client.commands.LookCommandRequest
Packages that use LookCommandRequest
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.
-
Uses of LookCommandRequest in za.co.wethinkcode.robots.server.clientCommands
Constructors in za.co.wethinkcode.robots.server.clientCommands with parameters of type LookCommandRequestModifierConstructorDescriptionLookClientCommand(LookCommandRequest lookCommandRequest) Standard constructor for the Look command from a client before evaluationLookClientCommand(LookCommandRequest lookCommandRequest, WorldState worldState, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Standard constructor for the Look command from a client before evaluation