Package edu.wisc.game.rest
Class ChatWriteReport
java.lang.Object
edu.wisc.game.rest.ResponseBase
edu.wisc.game.rest.FileWriteReport
edu.wisc.game.rest.ChatWriteReport
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
findPartnerPlayerId
(String moverPlayerId) static FileWriteReport
Records a chat line (a text message sent by a 2PG player to his partner)Methods inherited from class edu.wisc.game.rest.FileWriteReport
getByteCnt, getPath, setByteCnt, setPath
-
Method Details
-
findPartnerPlayerId
-
writeChat
Records a chat line (a text message sent by a 2PG player to his partner)- Parameters:
moverPlayerId
- The player who sent the messagetext
- The text of the message, entered by the player, to record
-