Uses of Enum Class
za.co.wethinkcode.robots.server.commands.ImplementedClientCommands
Packages that use ImplementedClientCommands
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 ImplementedClientCommands in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands 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. -
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 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 implementsReloadCommand.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()