public class ClientChatReceivedEvent
extends net.minecraftforge.eventbus.api.Event
Constructor and Description |
---|
ClientChatReceivedEvent(ChatType type,
ITextComponent message) |
Modifier and Type | Method and Description |
---|---|
ITextComponent |
getMessage() |
ChatType |
getType() |
void |
setMessage(ITextComponent message) |
public ClientChatReceivedEvent(ChatType type, ITextComponent message)
public ITextComponent getMessage()
public void setMessage(ITextComponent message)
public ChatType getType()