Uses of Class
soc.message.SOCDebugFreePlace

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

Uses of SOCDebugFreePlace in soc.client
 

Methods in soc.client with parameters of type SOCDebugFreePlace
private  void SOCPlayerClient.MessageTreater.handleDEBUGFREEPLACE(SOCDebugFreePlace mes)
          Handle the server's debug piece placement on/off message.
 

Uses of SOCDebugFreePlace in soc.message
 

Methods in soc.message that return SOCDebugFreePlace
static SOCDebugFreePlace SOCDebugFreePlace.parseDataStr(java.lang.String s)
          parse the command string into a PutPiece message
 

Uses of SOCDebugFreePlace in soc.server
 

Methods in soc.server with parameters of type SOCDebugFreePlace
private  void SOCGameHandler.handleDEBUGFREEPLACE(SOCGame ga, StringConnection c, SOCDebugFreePlace mes)
          Handle the client's debug Free Placement putpiece request.