Interface ClientChatEvent.Client
- Enclosing interface:
 - ClientChatEvent
 
@Environment(CLIENT)
public static interface ClientChatEvent.Client
- 
Method Summary
 
- 
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:
 - Returning 
InteractionResultHolder.fail(Object)will result in an empty string being used as message. 
 
 -