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