Uses of Enum Class
net.minecraft.client.GuiMessageTag.Icon
Packages that use GuiMessageTag.Icon
Package
Description
-
Uses of GuiMessageTag.Icon in net.minecraft.client
Fields in net.minecraft.client declared as GuiMessageTag.IconModifier and TypeFieldDescriptionprivate final @Nullable GuiMessageTag.IconGuiMessageTag.iconThe field for theiconrecord component.Methods in net.minecraft.client that return GuiMessageTag.IconModifier and TypeMethodDescription@Nullable GuiMessageTag.IconGuiMessageTag.icon()Returns the value of theiconrecord component.static GuiMessageTag.IconReturns the enum constant of this class with the specified name.static GuiMessageTag.Icon[]GuiMessageTag.Icon.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client with parameters of type GuiMessageTag.IconModifierConstructorDescriptionGuiMessageTag(int indicatorColor, @Nullable GuiMessageTag.Icon icon, @Nullable Component text, @Nullable String logTag) Creates an instance of aGuiMessageTagrecord class. -
Uses of GuiMessageTag.Icon in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type GuiMessageTag.IconModifier and TypeMethodDescriptionvoidChatComponent.ChatGraphicsAccess.handleTagIcon(int pX, int pY, boolean pDrawIcon, GuiMessageTag pTag, GuiMessageTag.Icon pIcon) 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_) -
Uses of GuiMessageTag.Icon in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as GuiMessageTag.IconModifier and TypeFieldDescriptionprivate final @Nullable GuiMessageTag.IconChatSelectionScreen.ChatSelectionList.MessageEntry.tagIcon