Uses of Enum Class
net.minecraft.util.text.ChatType
Packages that use ChatType
Package
Description
-
Uses of ChatType in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type ChatTypeModifier and TypeFieldDescriptionprotected final Map<ChatType,
List<IChatListener>> IngameGui.chatListeners
Methods in net.minecraft.client.gui with parameters of type ChatTypeModifier 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
Methods in net.minecraft.client.gui.chat with parameters of type ChatTypeModifier 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
Methods in net.minecraft.entity.player with parameters of type ChatTypeModifier 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
Fields in net.minecraft.network.play.server declared as ChatTypeMethods in net.minecraft.network.play.server that return ChatTypeConstructors in net.minecraft.network.play.server with parameters of type ChatTypeModifierConstructorDescriptionSChatPacket
(ITextComponent p_i232578_1_, ChatType p_i232578_2_, UUID p_i232578_3_) -
Uses of ChatType in net.minecraft.server.management
Methods in net.minecraft.server.management with parameters of type ChatTypeModifier and TypeMethodDescriptionvoid
PlayerList.broadcastMessage
(ITextComponent p_232641_1_, ChatType p_232641_2_, UUID p_232641_3_) -
Uses of ChatType in net.minecraft.util.text
Methods in net.minecraft.util.text that return ChatTypeModifier 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
Fields in net.minecraftforge.client.event declared as ChatTypeMethods in net.minecraftforge.client.event that return ChatTypeConstructors in net.minecraftforge.client.event with parameters of type ChatTypeModifierConstructorDescriptionClientChatReceivedEvent
(ChatType type, ITextComponent message, UUID senderUUID) -
Uses of ChatType in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ChatTypeModifier and TypeMethodDescriptionstatic ITextComponent
ForgeEventFactory.onClientChat
(ChatType type, ITextComponent message, UUID senderUUID)