Uses of Class
soc.robot.SOCRobotClient

Packages that use SOCRobotClient
soc.client   
soc.robot   
 

Uses of SOCRobotClient in soc.client
 

Fields in soc.client declared as SOCRobotClient
(package private)  SOCRobotClient SOCPlayerClient.SOCPlayerLocalRobotRunner.rob
           
 

Constructors in soc.client with parameters of type SOCRobotClient
SOCPlayerClient.SOCPlayerLocalRobotRunner(SOCRobotClient rc)
           
 

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
SOCRobotResetThread(SOCRobotClient cl)
          constructor
SOCRobotBrain(SOCRobotClient rc, SOCRobotParameters params, SOCGame ga, CappedQueue mq)
          Create a robot brain to play a game