Class LookCommandRequest

java.lang.Object
za.co.wethinkcode.robots.client.commands.ClientCommandRequest
za.co.wethinkcode.robots.client.commands.LookCommandRequest

public class LookCommandRequest extends ClientCommandRequest
Class for requesting a look command be executed
  • Constructor Details

    • LookCommandRequest

      public LookCommandRequest()
    • LookCommandRequest

      public LookCommandRequest(String robotName, String[] arguments)
      Publicly available constructor for the look command
      Parameters:
      robotName - name of the clientRobot that the command is being executed on
      arguments - arguments for the function
  • Method Details