Uses of Enum Class
net.minecraft.client.gui.hud.MessageIndicator.Icon
Packages that use MessageIndicator.Icon
-
Uses of MessageIndicator.Icon in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as MessageIndicator.IconModifier and TypeFieldDescriptionprivate final MessageIndicator.Icon
MessageIndicator.icon
The field for theicon
record component.Methods in net.minecraft.client.gui.hud that return MessageIndicator.IconModifier and TypeMethodDescriptionChatHudLine.getIcon()
MessageIndicator.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.Methods in net.minecraft.client.gui.hud with parameters of type MessageIndicator.IconModifier and TypeMethodDescriptionprivate void
ChatHud.drawIndicatorIcon
(DrawContext context, int x, int y, MessageIndicator.Icon icon) Constructors in net.minecraft.client.gui.hud with parameters of type MessageIndicator.IconModifierConstructorDescriptionMessageIndicator
(int int2, @Nullable MessageIndicator.Icon icon, @Nullable Text text, @Nullable String string) -
Uses of MessageIndicator.Icon in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as MessageIndicator.IconModifier and TypeFieldDescriptionprivate final MessageIndicator.Icon
ChatSelectionScreen.SelectionListWidget.MessageEntry.indicatorIcon