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 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 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
Methods in za.co.wethinkcode.robots.server.commands that return CommandModifier and TypeMethodDescriptionstatic CommandCommandFactory.create(CommandRequest request) Creates the appropriate concreteCommandfrom a parsed client request. -
Uses of Command in za.co.wethinkcode.robots.server.commands.external
Subclasses of Command in za.co.wethinkcode.robots.server.commands.externalModifier and TypeClassDescriptionclassfinal classDisplays help information for commands available to the Robot World client.classclassAbstract 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.classclassReturns the current direction that a robot is facing.classclassThe Repair Command restores a robot's shield to their configured maximum.classclassclassThe World command describes this world's configuration parameters.