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 @Nullable GuiMessageTagGuiMessage.Line.tagThe field for thetagrecord component.private final @Nullable GuiMessageTagGuiMessage.tagThe field for thetagrecord component.Methods in net.minecraft.client that return GuiMessageTagModifier and TypeMethodDescriptionstatic GuiMessageTagGuiMessageTag.chatError()static GuiMessageTagGuiMessageTag.chatModified(String originalText) static GuiMessageTagGuiMessageTag.chatNotSecure()static GuiMessageTagGuiMessageTag.system()static GuiMessageTagGuiMessageTag.systemSinglePlayer()@Nullable GuiMessageTagGuiMessage.Line.tag()Returns the value of thetagrecord component.@Nullable GuiMessageTagGuiMessage.tag()Returns the value of thetagrecord component.Constructors in net.minecraft.client with parameters of type GuiMessageTagModifierConstructorDescriptionGuiMessage(int addedTime, Component content, @Nullable MessageSignature signature, @Nullable GuiMessageTag tag) Creates an instance of aGuiMessagerecord class.Line(int addedTime, FormattedCharSequence content, @Nullable 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 with parameters of type GuiMessageTagModifier and TypeMethodDescriptionvoidChatComponent.addMessage(Component message, @Nullable MessageSignature headerSignature, @Nullable GuiMessageTag tag) voidChatComponent.ChatGraphicsAccess.handleTag(int minX, int minY, int maxX, int maxY, float opacity, GuiMessageTag tag) voidChatComponent.ClickableTextOnlyGraphicsAccess.handleTag(int p_457827_, int p_457944_, int p_457877_, int p_458280_, float p_458186_, GuiMessageTag p_458254_) voidChatComponent.DrawingBackgroundGraphicsAccess.handleTag(int p_469205_, int p_467121_, int p_469773_, int p_467576_, float p_467290_, GuiMessageTag p_469281_) voidChatComponent.DrawingFocusedGraphicsAccess.handleTag(int p_467877_, int p_466920_, int p_468297_, int p_466977_, float p_468579_, GuiMessageTag p_468230_) voidChatComponent.ChatGraphicsAccess.handleTagIcon(int x, int y, boolean drawIcon, GuiMessageTag tag, GuiMessageTag.Icon icon) voidChatComponent.ClickableTextOnlyGraphicsAccess.handleTagIcon(int p_457913_, int p_457716_, boolean p_458037_, GuiMessageTag p_458041_, GuiMessageTag.Icon p_458129_) voidChatComponent.DrawingBackgroundGraphicsAccess.handleTagIcon(int p_468887_, int p_469864_, boolean p_467710_, GuiMessageTag p_467238_, GuiMessageTag.Icon p_469770_) voidChatComponent.DrawingFocusedGraphicsAccess.handleTagIcon(int p_469427_, int p_469103_, boolean p_467801_, GuiMessageTag p_467777_, GuiMessageTag.Icon p_469613_) private voidChatComponent.DrawingFocusedGraphicsAccess.showTooltip(GuiMessageTag tag) -
Uses of GuiMessageTag in net.minecraft.client.gui.screens.reporting
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type GuiMessageTagModifierConstructorDescriptionMessageEntry(int chatId, Component text, Component narration, @Nullable GuiMessageTag tagIcon, boolean canReport, boolean playerMessage) -
Uses of GuiMessageTag in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat that return GuiMessageTagModifier and TypeMethodDescription@Nullable GuiMessageTagChatTrustLevel.createTag(PlayerChatMessage chatMessage)