Uses of Class
za.co.wethinkcode.robots.server.commands.Command
Packages that use Command
Package
Description
Behaviour related to the behaviour and interactions with the robot-world api
Parent module for the server of the Robot World game
This package represents all commands sent in from clients in the Robot World Game
-
Uses of Command in za.co.wethinkcode.robots.api
Methods in za.co.wethinkcode.robots.api that return Command -
Uses of Command in za.co.wethinkcode.robots.server
Methods in za.co.wethinkcode.robots.server with parameters of type CommandModifier and TypeMethodDescriptioncom.google.gson.JsonObjectSingleThreadConnection.executeCommand(Command c) Takes in aCommandand executes it. -
Uses of Command in za.co.wethinkcode.robots.server.commands.external
Subclasses of Command in za.co.wethinkcode.robots.server.commands.externalModifier and TypeClassDescriptionclassclassclassAbstract class of commands external to server, typically from clientsclassFire Command - fires a bullet in the direction the robot is facing.classclassStandard Launch command.classThe Look command class.classclassThe Repair Command restores a robot's shield to their configured maximum.classclassclassThe World command describes this world's configuration parameters.