Uses of Enum Class
za.co.wethinkcode.robots.domain.ImplementedClientCommands
Packages that use ImplementedClientCommands
Package
Description
Parent module of the client of the Robot World Game
Classes in the domain package encapsulate shared domain specific behaviour
between the server and client
This package represents all commands sent in from clients in the Robot World Game
-
Uses of ImplementedClientCommands in za.co.wethinkcode.robots.client
Methods in za.co.wethinkcode.robots.client that return ImplementedClientCommands -
Uses of ImplementedClientCommands in za.co.wethinkcode.robots.client.memory
Methods in za.co.wethinkcode.robots.client.memory that return ImplementedClientCommandsModifier and TypeMethodDescriptionRequestResponse.command()Returns the value of thecommandrecord component.Constructors in za.co.wethinkcode.robots.client.memory with parameters of type ImplementedClientCommandsModifierConstructorDescriptionRequestResponse(ImplementedClientCommands command, String request, String response) Creates an instance of aRequestResponserecord class. -
Uses of ImplementedClientCommands in za.co.wethinkcode.robots.domain
Methods in za.co.wethinkcode.robots.domain that return ImplementedClientCommandsModifier and TypeMethodDescriptionstatic ImplementedClientCommandsReturns the enum constant of this class with the specified name.static ImplementedClientCommands[]ImplementedClientCommands.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in za.co.wethinkcode.robots.domain that return types with arguments of type ImplementedClientCommandsModifier and TypeMethodDescriptionstatic Optional<ImplementedClientCommands> ImplementedClientCommands.resolveFromAlias(String s) Returns either an Implemented ClientCommand or null, but leads it to the call site to handle the null case -
Uses of ImplementedClientCommands in za.co.wethinkcode.robots.server.commands.external
Methods in za.co.wethinkcode.robots.server.commands.external that return ImplementedClientCommandsModifier and TypeMethodDescriptionBackCommand.getCommandName()Return which client command this command implementsClientHelpCommand.getCommandName()Return which client command this command implementsClientQuitCommand.getCommandName()Return which client command this command implementsabstract ImplementedClientCommandsExternalCommand.getCommandName()Return which client command this command implementsFireCommand.getCommandName()Return which client command this command implementsForwardCommand.getCommandName()Return which client command this command implementsLaunchCommand.getCommandName()Return which client command this command implementsLookCommand.getCommandName()Return which client command this command implementsMineCommand.getCommandName()Return which client command this command implementsOrientationCommand.getCommandName()ReloadCommand.getCommandName()Return which client command this command implementsRepairCommand.getCommandName()Return which client command this command implementsStateCommand.getCommandName()Return which client command this command implementsTurnCommand.getCommandName()Return which client command this command implementsWorldCommand.getCommandName()