Package net.minecraft.client.gui.chat
Class NormalChatListener
- java.lang.Object
-
- net.minecraft.client.gui.chat.NormalChatListener
-
- All Implemented Interfaces:
IChatListener
public class NormalChatListener extends java.lang.Object implements IChatListener
-
-
Constructor Summary
Constructors Constructor Description NormalChatListener(Minecraft p_i47393_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(ChatType p_192576_1_, ITextComponent p_192576_2_, java.util.UUID p_192576_3_)
-
-
-
Field Detail
-
minecraft
private final Minecraft minecraft
-
-
Constructor Detail
-
NormalChatListener
public NormalChatListener(Minecraft p_i47393_1_)
-
-
Method Detail
-
handle
public void handle(ChatType p_192576_1_, ITextComponent p_192576_2_, java.util.UUID p_192576_3_)
- Specified by:
handle
in interfaceIChatListener
-
-