Uses of Record Class
za.co.wethinkcode.robots.server.networking.ClientID
Packages that use ClientID
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
Classes in this package encapsulate networking related behavior e.g.
This package contains all functionality related to the titular Robots of the Robot World Game
Classes and submodules in this module encapsulate all functionality of the world
-
Uses of ClientID in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands with parameters of type ClientIDModifier and TypeMethodDescriptionExternalCommandSwitcher.defineCommand(String input, ClientID id) Take in the raw string input from a client and return out anExternalCommand -
Uses of ClientID in za.co.wethinkcode.robots.server.commands.external
Constructors in za.co.wethinkcode.robots.server.commands.external with parameters of type ClientIDModifierConstructorDescriptionLaunchCommand(com.google.gson.JsonObject json, ClientID id) Overload command constructor -
Uses of ClientID in za.co.wethinkcode.robots.server.networking
Methods in za.co.wethinkcode.robots.server.networking that return ClientIDModifier and TypeMethodDescriptionstatic ClientIDConnectedClient.generateClientId(World w, Socket s) ConnectedClient.getClientID() -
Uses of ClientID in za.co.wethinkcode.robots.server.robots
Methods in za.co.wethinkcode.robots.server.robots that return ClientIDConstructors in za.co.wethinkcode.robots.server.robots with parameters of type ClientIDModifierConstructorDescriptionClientControlledRobot(String name, RobotKind kind, ClientID owner) Constructor for a robot controlled by a client. -
Uses of ClientID in za.co.wethinkcode.robots.server.world
Methods in za.co.wethinkcode.robots.server.world with parameters of type ClientIDModifier and TypeMethodDescriptionvoidWorld.disconnectRobotsFromClientId(ClientID clientId) Take in aClientIDand remove all bots from the server associated with this clientID