Uses of Class
soc.message.SOCRemovePiece

Packages that use SOCRemovePiece
soc.client   
soc.message   
 

Uses of SOCRemovePiece in soc.client
 

Methods in soc.client with parameters of type SOCRemovePiece
private  void SOCPlayerClient.MessageTreater.handleREMOVEPIECE(SOCRemovePiece mes)
          Handle removing a piece (a ship) from the board in certain scenarios.
protected  void SOCDisplaylessPlayerClient.handleREMOVEPIECE(SOCRemovePiece mes)
          A player's piece (a ship) has been removed from the board.
 

Uses of SOCRemovePiece in soc.message
 

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