Uses of Class
soc.robot.SOCRobotClient

Packages that use SOCRobotClient
soc.robot   
soc.server   
 

Uses of SOCRobotClient in soc.robot
 

Fields in soc.robot declared as SOCRobotClient
(package private)  SOCRobotClient SOCRobotResetThread.client
           
protected  SOCRobotClient SOCRobotBrain.client
          The client we are hooked up to
 

Methods in soc.robot that return SOCRobotClient
 SOCRobotClient SOCRobotBrain.getClient()
           
 

Constructors in soc.robot with parameters of type SOCRobotClient
SOCRobotBrain(SOCRobotClient rc, SOCRobotParameters params, SOCGame ga, CappedQueue<SOCMessage> mq)
          Create a robot brain to play a game.
SOCRobotResetThread(SOCRobotClient cl)
          constructor
 

Uses of SOCRobotClient in soc.server
 

Fields in soc.server declared as SOCRobotClient
(package private)  SOCRobotClient SOCLocalRobotClient.rob
          This bot's client in SOCLocalRobotClient.robotClients.
 

Fields in soc.server with type parameters of type SOCRobotClient
static java.util.Hashtable<java.lang.String,SOCRobotClient> SOCLocalRobotClient.robotClients
          All the started SOCRobotClients.
 

Constructors in soc.server with parameters of type SOCRobotClient
SOCLocalRobotClient(SOCRobotClient rc)