Package net.minecraft.client.gui.chat
Interface IChatListener
-
- All Known Implementing Classes:
NarratorChatListener
,NormalChatListener
,OverlayChatListener
public interface IChatListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(ChatType p_192576_1_, ITextComponent p_192576_2_, java.util.UUID p_192576_3_)
-
-
-
Method Detail
-
handle
void handle(ChatType p_192576_1_, ITextComponent p_192576_2_, java.util.UUID p_192576_3_)
-
-