Uses of Class
soc.message.SOCMovePiece

Packages that use SOCMovePiece
soc.client   
soc.message   
 

Uses of SOCMovePiece in soc.client
 

Methods in soc.client with parameters of type SOCMovePiece
private  void SOCPlayerClient.MessageTreater.handleMOVEPIECE(SOCMovePiece mes)
          Handle moving a piece (a ship) around on the board.
protected  void SOCDisplaylessPlayerClient.handleMOVEPIECE(SOCMovePiece mes)
          Handle moving a piece (a ship) around on the board.
 

Uses of SOCMovePiece in soc.message
 

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