public static interface PlayerStats.TellMsg
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | from() | Who the message was from | 
| java.lang.String | message() | The message text itself | 
| long | time() | When the message was sent/received | 
| java.lang.String | to() | Who the message was to | 
java.lang.String to()
java.lang.String from()
long time()
java.lang.String message()