Uses of Class
za.co.wethinkcode.robots.errors.UnsupportedRobotWorldCommand
Packages that use UnsupportedRobotWorldCommand
Package
Description
Behaviour related to the behaviour and interactions with the robot-world api
Parent module of the client of the Robot World Game
This module stores all commands executed in the Robot World Game
This package represents all commands sent in from clients in the Robot World Game
-
Uses of UnsupportedRobotWorldCommand in za.co.wethinkcode.robots.api
Methods in za.co.wethinkcode.robots.api with parameters of type UnsupportedRobotWorldCommandModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectServerAPI.error(UnsupportedRobotWorldCommand e) Overload to send back a specific error message for the customUnsupportedRobotWorldCommandexception -
Uses of UnsupportedRobotWorldCommand in za.co.wethinkcode.robots.client
Constructors in za.co.wethinkcode.robots.client that throw UnsupportedRobotWorldCommandModifierConstructorDescriptionInputParser(String input, boolean strictErrors) Stricter Command Input Parsers that enforces validation -
Uses of UnsupportedRobotWorldCommand in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands that throw UnsupportedRobotWorldCommandModifier and TypeMethodDescriptionExternalCommandSwitcher.defineCommand(String input, ClientID id) Take in the raw string input from a client and return out anExternalCommand -
Uses of UnsupportedRobotWorldCommand in za.co.wethinkcode.robots.server.commands.external
Constructors in za.co.wethinkcode.robots.server.commands.external that throw UnsupportedRobotWorldCommandModifierConstructorDescriptionForwardCommand(com.google.gson.JsonObject json) Overload command constructor