Interface ClientChatEvent.Process
- Enclosing interface:
- ClientChatEvent
@Environment(CLIENT)
public static interface ClientChatEvent.Process
-
Method Summary
Modifier and TypeMethodDescriptionEvent to modify the chat message a clients sends.
-
Method Details
-
process
Event to modify the chat message a clients sends. Equivalent to Forge'sClientChatEventevent.- Parameters:
message- The raw chat message the client wants to send.- Returns:
- A
CompoundEventResultdetermining the outcome of the event, if an outcome is set, the sent message is overridden.
-