Uses of Class
za.co.wethinkcode.robots.server.commands.external.ExternalCommand
Packages that use ExternalCommand
Package
Description
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 ExternalCommand in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands that return ExternalCommandModifier and TypeMethodDescriptionExternalCommandSwitcher.defineCommand(String input, ClientID id) Take in the raw string input from a client and return out anExternalCommand -
Uses of ExternalCommand in za.co.wethinkcode.robots.server.commands.external
Subclasses of ExternalCommand in za.co.wethinkcode.robots.server.commands.externalModifier and TypeClassDescriptionclassclassclassFire 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.