@Environment(value=CLIENT) public class GameInfoChatListener extends Object implements ClientChatListener
Modifier and Type | Field and Description |
---|---|
private MinecraftClient |
client |
Constructor and Description |
---|
GameInfoChatListener(MinecraftClient client) |
Modifier and Type | Method and Description |
---|---|
void |
onChatMessage(MessageType messageType,
Text message,
UUID senderUuid) |
private final MinecraftClient client
public GameInfoChatListener(MinecraftClient client)
public void onChatMessage(MessageType messageType, Text message, UUID senderUuid)
onChatMessage
in interface ClientChatListener