Uses of Class
soc.message.SOCPieceValue

Packages that use SOCPieceValue
soc.client   
soc.message   
 

Uses of SOCPieceValue in soc.client
 

Methods in soc.client with parameters of type SOCPieceValue
protected  void SOCPlayerClient.MessageTreater.handlePIECEVALUE(SOCPieceValue mes)
          Update a village piece's value on the board (cloth remaining) in _SC_CLVI, or a pirate fortress's strength in _SC_PIRI.
protected  void SOCDisplaylessPlayerClient.handlePIECEVALUE(SOCPieceValue mes)
          Update a village piece's value on the board (cloth remaining) in _SC_CLVI, or a pirate fortress's strength in _SC_PIRI.
 

Uses of SOCPieceValue in soc.message
 

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