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.IconMessageIndicator.iconThe field for theiconrecord component.Methods in net.minecraft.client.gui.hud that return MessageIndicator.IconModifier and TypeMethodDescriptionMessageIndicator.icon()Returns the value of theiconrecord component.static MessageIndicator.IconReturns 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 TypeMethodDescriptionvoidChatHud.class_12233.method_75810(int int2, int int3, boolean bool, MessageIndicator messageIndicator, MessageIndicator.Icon icon) voidChatHud.class_12234.method_75810(int int2, int int3, boolean bool, MessageIndicator messageIndicator, MessageIndicator.Icon icon) voidChatHud.class_12235.method_75810(int int2, int int3, boolean bool, MessageIndicator messageIndicator, MessageIndicator.Icon icon) Constructors in net.minecraft.client.gui.hud with parameters of type MessageIndicator.IconModifierConstructorDescriptionMessageIndicator(int indicatorColor, @Nullable MessageIndicator.Icon icon, @Nullable Text text, @Nullable String logTag) -
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.IconChatSelectionScreen.SelectionListWidget.MessageEntry.indicatorIcon