public class ClientChatReceivedEvent extends Event
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
IChatComponent |
message |
byte |
type
Introduced in 1.8:
0 : Standard Text Message
1 : 'System' message, displayed as standard text.
|
| Constructor and Description |
|---|
ClientChatReceivedEvent(byte type,
IChatComponent message) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic IChatComponent message
public final byte type
public ClientChatReceivedEvent(byte type,
IChatComponent message)