Uses of Enum Class
net.minecraft.client.GuiMessageTag.Icon
Packages that use GuiMessageTag.Icon
Package
Description
- 
Uses of GuiMessageTag.Icon in net.minecraft.clientFields 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 TypeMethodDescriptionGuiMessageTag.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.componentsMethods in net.minecraft.client.gui.components with parameters of type GuiMessageTag.IconModifier and TypeMethodDescriptionprivate voidChatComponent.drawTagIcon(GuiGraphics p_283206_, int p_281677_, int p_281878_, GuiMessageTag.Icon p_282783_) 
- 
Uses of GuiMessageTag.Icon in net.minecraft.client.gui.screens.reportingFields in net.minecraft.client.gui.screens.reporting declared as GuiMessageTag.IconModifier and TypeFieldDescriptionprivate final GuiMessageTag.IconChatSelectionScreen.ChatSelectionList.MessageEntry.tagIcon