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.Icon
GuiMessageTag.icon
The field for theicon
record component.Methods in net.minecraft.client that return GuiMessageTag.IconModifier and TypeMethodDescriptionGuiMessageTag.icon()
Returns the value of theicon
record component.static GuiMessageTag.Icon
Returns 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 aGuiMessageTag
record 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 void
ChatComponent.drawTagIcon
(GuiGraphics p_283206_, int p_281677_, int p_281878_, GuiMessageTag.Icon p_282783_) -
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.Icon
ChatSelectionScreen.ChatSelectionList.MessageEntry.tagIcon