Uses of Record Class
net.minecraft.client.GuiMessageTag
Packages that use GuiMessageTag
Package
Description
-
Uses of GuiMessageTag in net.minecraft.client
Fields in net.minecraft.client declared as GuiMessageTagModifier and TypeFieldDescriptionprivate static final GuiMessageTag
GuiMessageTag.CHAT_ERROR
private static final GuiMessageTag
GuiMessageTag.CHAT_NOT_SECURE
private static final GuiMessageTag
GuiMessageTag.SYSTEM
private static final GuiMessageTag
GuiMessageTag.SYSTEM_SINGLE_PLAYER
private final GuiMessageTag
GuiMessage.Line.tag
The field for thetag
record component.private final GuiMessageTag
GuiMessage.tag
The field for thetag
record component.Methods in net.minecraft.client that return GuiMessageTagModifier and TypeMethodDescriptionstatic GuiMessageTag
GuiMessageTag.chatError()
static GuiMessageTag
GuiMessageTag.chatModified
(String p_242878_) static GuiMessageTag
GuiMessageTag.chatNotSecure()
static GuiMessageTag
GuiMessageTag.system()
static GuiMessageTag
GuiMessageTag.systemSinglePlayer()
GuiMessage.Line.tag()
Returns the value of thetag
record component.GuiMessage.tag()
Returns the value of thetag
record component.Constructors in net.minecraft.client with parameters of type GuiMessageTagModifierConstructorDescriptionGuiMessage
(int addedTime, Component content, MessageSignature signature, GuiMessageTag tag) Creates an instance of aGuiMessage
record class.Line
(int addedTime, FormattedCharSequence content, GuiMessageTag tag, boolean endOfEntry) Creates an instance of aLine
record class. -
Uses of GuiMessageTag in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return GuiMessageTagModifier and TypeMethodDescriptionChatComponent.getMessageTagAt
(double p_240576_, double p_240554_) Methods in net.minecraft.client.gui.components with parameters of type GuiMessageTagModifier and TypeMethodDescriptionprivate void
ChatComponent.addMessage
(Component p_240562_, MessageSignature p_241566_, int p_240583_, GuiMessageTag p_240624_, boolean p_240558_) void
ChatComponent.addMessage
(Component p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) private boolean
ChatComponent.hasSelectedMessageTag
(double p_240619_, GuiMessage.Line p_240547_, GuiMessageTag p_240637_) private void
ChatComponent.logChatMessage
(Component p_242919_, GuiMessageTag p_242840_) -
Uses of GuiMessageTag in net.minecraft.client.gui.screens.reporting
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type GuiMessageTagModifierConstructorDescriptionMessageEntry
(int p_240650_, Component p_240525_, Component p_240539_, GuiMessageTag p_240551_, boolean p_240596_, boolean p_240615_) -
Uses of GuiMessageTag in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat that return GuiMessageTag