Uses of Record Class
net.minecraft.client.GuiMessageTag
Package
Description
-
Uses of GuiMessageTag in net.minecraft.client
Modifier and TypeFieldDescriptionprivate 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.Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionGuiMessage
(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
Modifier and TypeMethodDescriptionChatComponent.getMessageTagAt
(double p_240576_, double p_240554_) Modifier 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
ModifierConstructorDescriptionMessageEntry
(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