Uses of Enum Class
net.minecraft.util.text.ChatType
Package
Description
-
Uses of ChatType in net.minecraft.client.gui
Modifier and TypeFieldDescriptionprotected final Map<ChatType,
List<IChatListener>> IngameGui.chatListeners
Modifier and TypeMethodDescriptionvoid
IngameGui.handleChat
(ChatType p_238450_1_, ITextComponent p_238450_2_, UUID p_238450_3_) -
Uses of ChatType in net.minecraft.client.gui.chat
Modifier and TypeMethodDescriptionvoid
IChatListener.handle
(ChatType p_192576_1_, ITextComponent p_192576_2_, UUID p_192576_3_) void
NarratorChatListener.handle
(ChatType p_192576_1_, ITextComponent p_192576_2_, UUID p_192576_3_) void
NormalChatListener.handle
(ChatType p_192576_1_, ITextComponent p_192576_2_, UUID p_192576_3_) void
OverlayChatListener.handle
(ChatType p_192576_1_, ITextComponent p_192576_2_, UUID p_192576_3_) -
Uses of ChatType in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.sendMessage
(ITextComponent p_241151_1_, ChatType p_241151_2_, UUID p_241151_3_) -
Uses of ChatType in net.minecraft.network.play.server
ModifierConstructorDescriptionSChatPacket
(ITextComponent p_i232578_1_, ChatType p_i232578_2_, UUID p_i232578_3_) -
Uses of ChatType in net.minecraft.server.management
Modifier and TypeMethodDescriptionvoid
PlayerList.broadcastMessage
(ITextComponent p_232641_1_, ChatType p_232641_2_, UUID p_232641_3_) -
Uses of ChatType in net.minecraft.util.text
Modifier and TypeMethodDescriptionstatic ChatType
ChatType.getForIndex
(byte p_192582_0_) static ChatType
Returns the enum constant of this class with the specified name.static ChatType[]
ChatType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChatType in net.minecraftforge.client.event
ModifierConstructorDescriptionClientChatReceivedEvent
(ChatType type, ITextComponent message, UUID senderUUID) -
Uses of ChatType in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic ITextComponent
ForgeEventFactory.onClientChat
(ChatType type, ITextComponent message, UUID senderUUID)