Uses of Interface
za.co.wethinkcode.robots.shared.CommandResult
Packages that use CommandResult
Package
Description
This package encapsulates the behavior of all commands sent by a client to be executed on the server
Their unevaluated and evaluated versions are contained here.
This package contains classes that encapsulate internal server error handling
This package contains the functionality of all server specific commands
This package contains all classes shared between the server and client binary
It primarily contains enums and interfaces
-
Uses of CommandResult in za.co.wethinkcode.robots.server.clientCommands
Classes in za.co.wethinkcode.robots.server.clientCommands that implement CommandResultModifier and TypeClassDescriptionclassAbstract parent class of the result of a client's command being executedstatic classclassEvaluated Result of the look command.classMethods in za.co.wethinkcode.robots.server.clientCommands that return CommandResultModifier and TypeMethodDescriptionClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) Overload of execute method that supports passing in a robot as the target for a commandLaunchClientCommand.execute(Map<String, Argument> args, WorldState worldState) LaunchClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) Overload of execute method that supports passing in a robot as the target for a commandLookClientCommand.execute(Map<String, Argument> args, WorldState worldState) LookClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) StateClientCommand.execute(Map<String, Argument> args, WorldState worldState) StateClientCommand.execute(ServerRobot target, Map<String, Argument> args, WorldState worldState) -
Uses of CommandResult in za.co.wethinkcode.robots.server.errors
Classes in za.co.wethinkcode.robots.server.errors that implement CommandResultModifier and TypeClassDescriptionclassStandard Error CommandResult that can be constructed anywhere -
Uses of CommandResult in za.co.wethinkcode.robots.server.serverCommands
Classes in za.co.wethinkcode.robots.server.serverCommands that implement CommandResultModifier and TypeClassDescriptionclassEvaluated Result of a Dump CommandclassMethods in za.co.wethinkcode.robots.server.serverCommands that return CommandResultModifier and TypeMethodDescriptionDumpCommand.execute(Map<String, Argument> args, WorldState worldstate) QuitCommand.execute(Map<String, Argument> args, WorldState worldstate) RobotsCommand.execute(Map<String, Argument> args, WorldState worldstate)