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.
2 : 'Status' message, displayed above action bar, where song notifications are.
|
Constructor and Description |
---|
ClientChatReceivedEvent(byte type,
IChatComponent message) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public IChatComponent message
public final byte type
public ClientChatReceivedEvent(byte type, IChatComponent message)