public class ChatHandling extends Object
Constructor and Description |
---|
ChatHandling() |
Modifier and Type | Method and Description |
---|---|
static void |
processChatInfo(UserData data,
String nickname,
String msg)
Processes the information of the Event and changes UserData object
accordingly.
|
static void |
updateDemographicInformation(String msg,
UserData data)
Updates Demographics information according to various rules.
|
public static void processChatInfo(UserData data, String nickname, String msg)
data
- UserData of the player.nickname
- Nickname of the player during the event.msg
- Message sent by the player.Copyright © 2017. All rights reserved.