Uses of Enum Class
net.minecraft.client.gui.hud.MessageIndicator.Icon
-
Uses of MessageIndicator.Icon in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate final MessageIndicator.Icon
MessageIndicator.icon
The field for theicon
record component.Modifier and TypeMethodDescriptionMessageIndicator.icon()
Returns the value of theicon
record component.static MessageIndicator.Icon
Returns the enum constant of this class with the specified name.static MessageIndicator.Icon[]
MessageIndicator.Icon.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
ChatHud.drawIndicatorIcon
(DrawContext context, int x, int y, MessageIndicator.Icon icon) ModifierConstructorDescriptionMessageIndicator
(int int2, @Nullable MessageIndicator.Icon icon, @Nullable Text text, @Nullable String string) -
Uses of MessageIndicator.Icon in net.minecraft.client.gui.screen.report
Modifier and TypeFieldDescriptionprivate final MessageIndicator.Icon
ChatSelectionScreen.SelectionListWidget.MessageEntry.indicatorIcon