Uses of Class
soc.message.SOCChoosePlayer

Packages that use SOCChoosePlayer
soc.client   
soc.message   
soc.server   
 

Uses of SOCChoosePlayer in soc.client
 

Methods in soc.client with parameters of type SOCChoosePlayer
protected  void SOCPlayerClient.MessageTreater.handleCHOOSEPLAYER(SOCChoosePlayer mes)
          The server wants this player to choose to rob cloth or rob resources, after moving the pirate ship.
 

Uses of SOCChoosePlayer in soc.message
 

Methods in soc.message that return SOCChoosePlayer
static SOCChoosePlayer SOCChoosePlayer.parseDataStr(java.lang.String s)
          Parse the command String into a ChoosePlayer message
 

Uses of SOCChoosePlayer in soc.server
 

Methods in soc.server with parameters of type SOCChoosePlayer
private  void SOCGameHandler.handleCHOOSEPLAYER(SOCGame ga, StringConnection c, SOCChoosePlayer mes)
          handle "choose player" message during robbery.