Package net.minecraft.client.gui
Interface ClientChatListener
- All Known Implementing Classes:
ChatHudListener
,GameInfoChatListener
,NarratorManager
- Mappings:
Namespace Name official dyp
intermediary net/minecraft/class_334
named net/minecraft/client/gui/ClientChatListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onChatMessage
(MessageType type, Text message, UUID sender)
-
Method Details
-
onChatMessage
- Mappings:
Namespace Name Mixin selector official a
Ldyp;a(Lpw;Lpz;Ljava/util/UUID;)V
intermediary method_1794
Lnet/minecraft/class_334;method_1794(Lnet/minecraft/class_2556;Lnet/minecraft/class_2561;Ljava/util/UUID;)V
named onChatMessage
Lnet/minecraft/client/gui/ClientChatListener;onChatMessage(Lnet/minecraft/network/MessageType;Lnet/minecraft/text/Text;Ljava/util/UUID;)V
-