Uses of Class
soc.message.SOCSVPTextMessage

Packages that use SOCSVPTextMessage
soc.client   
soc.message   
 

Uses of SOCSVPTextMessage in soc.client
 

Methods in soc.client with parameters of type SOCSVPTextMessage
protected  void SOCPlayerClient.MessageTreater.handleSVPTEXTMSG(SOCSVPTextMessage mes)
          Text that a player has been awarded Special Victory Point(s).
 

Uses of SOCSVPTextMessage in soc.message
 

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