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 GuiMessageTagGuiMessageTag.CHAT_ERRORprivate static final GuiMessageTagGuiMessageTag.CHAT_NOT_SECUREprivate static final GuiMessageTagGuiMessageTag.SYSTEMprivate static final GuiMessageTagGuiMessageTag.SYSTEM_SINGLE_PLAYERprivate final GuiMessageTagGuiMessage.Line.tagThe field for thetagrecord component.private final GuiMessageTagGuiMessage.tagThe field for thetagrecord component.Methods in net.minecraft.client that return GuiMessageTagModifier and TypeMethodDescriptionstatic GuiMessageTagGuiMessageTag.chatError()static GuiMessageTagGuiMessageTag.chatModified(String pOriginalText) static GuiMessageTagGuiMessageTag.chatNotSecure()static GuiMessageTagGuiMessageTag.system()static GuiMessageTagGuiMessageTag.systemSinglePlayer()GuiMessage.Line.tag()Returns the value of thetagrecord component.GuiMessage.tag()Returns the value of thetagrecord component.Constructors in net.minecraft.client with parameters of type GuiMessageTagModifierConstructorDescriptionGuiMessage(int addedTime, Component content, MessageSignature signature, GuiMessageTag tag) Creates an instance of aGuiMessagerecord class.Line(int addedTime, FormattedCharSequence content, GuiMessageTag tag, boolean endOfEntry) Creates an instance of aLinerecord 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 TypeMethodDescriptionvoidChatComponent.addMessage(Component pChatComponent, MessageSignature pHeaderSignature, GuiMessageTag pTag) private booleanChatComponent.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