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 pOriginalText) 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 GuiMessageTagMethods in net.minecraft.client.gui.components with parameters of type GuiMessageTagModifier and TypeMethodDescriptionvoid
ChatComponent.addMessage
(Component pChatComponent, MessageSignature pHeaderSignature, GuiMessageTag pTag) private boolean
ChatComponent.hasSelectedMessageTag
(double pX, GuiMessage.Line pLine, GuiMessageTag pTag) -
Uses of GuiMessageTag in net.minecraft.client.gui.screens.reporting
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type GuiMessageTagModifierConstructorDescriptionMessageEntry
(int pChatId, Component pText, Component pNarration, GuiMessageTag pTagIcon, boolean pCanReport, boolean pPlayerMessage) -
Uses of GuiMessageTag in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat that return GuiMessageTag