Uses of Enum Class
net.minecraft.client.GuiMessageTag.Icon
Package
Description
-
Uses of GuiMessageTag.Icon in net.minecraft.client
Modifier and TypeFieldDescriptionprivate final GuiMessageTag.Icon
GuiMessageTag.icon
The field for theicon
record component.Modifier 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.ModifierConstructorDescriptionGuiMessageTag
(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
Modifier and TypeMethodDescriptionprivate void
ChatComponent.drawTagIcon
(PoseStack p_240586_, int p_240593_, int p_240610_, GuiMessageTag.Icon p_240605_) -
Uses of GuiMessageTag.Icon in net.minecraft.client.gui.screens.reporting
Modifier and TypeFieldDescriptionprivate final GuiMessageTag.Icon
ChatSelectionScreen.ChatSelectionList.MessageEntry.tagIcon