Uses of Record Class
net.minecraft.client.GuiMessageTag
Packages that use GuiMessageTag
Package
Description
- 
Uses of GuiMessageTag in net.minecraft.clientFields 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 p_242878_) 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.componentsMethods 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 voidChatComponent.addMessage(Component p_240562_, MessageSignature p_241566_, int p_240583_, GuiMessageTag p_240624_, boolean p_240558_) voidChatComponent.addMessage(Component p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) private booleanChatComponent.hasSelectedMessageTag(double p_240619_, GuiMessage.Line p_240547_, GuiMessageTag p_240637_) private voidChatComponent.logChatMessage(Component p_242919_, GuiMessageTag p_242840_) 
- 
Uses of GuiMessageTag in net.minecraft.client.gui.screens.reportingConstructors 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.chatMethods in net.minecraft.client.multiplayer.chat that return GuiMessageTag