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 GuiMessageTag.IconGuiMessageTag.iconThe field for theiconrecord component.Methods in net.minecraft.client that return GuiMessageTag.IconModifier and TypeMethodDescriptionGuiMessage.icon()GuiMessageTag.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, GuiMessageTag.Icon icon, Component text, 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 TypeMethodDescriptionprivate voidChatComponent.drawTagIcon(GuiGraphics guiGraphics, int left, int bottom, GuiMessageTag.Icon tagIcon) -
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 GuiMessageTag.IconChatSelectionScreen.ChatSelectionList.MessageEntry.tagIcon