Uses of Record Class
net.minecraft.client.gui.hud.MessageIndicator
Packages that use MessageIndicator
Package
Description
-
Uses of MessageIndicator in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as MessageIndicatorModifier and TypeFieldDescriptionprivate final @Nullable MessageIndicatorChatHudLine.indicatorThe field for theindicatorrecord component.private final @Nullable MessageIndicatorChatHudLine.Visible.indicatorThe field for theindicatorrecord component.private static final MessageIndicatorMessageIndicator.NOT_SECUREprivate static final MessageIndicatorMessageIndicator.SYSTEMMethods in net.minecraft.client.gui.hud that return MessageIndicatorModifier and TypeMethodDescriptionChatHud.getIndicatorAt(double mouseX, double mouseY) ChatHudLine.indicator()Returns the value of theindicatorrecord component.ChatHudLine.Visible.indicator()Returns the value of theindicatorrecord component.static MessageIndicatorstatic MessageIndicatorMessageIndicator.notSecure()static MessageIndicatorMessageIndicator.system()Methods in net.minecraft.client.gui.hud with parameters of type MessageIndicatorModifier and TypeMethodDescriptionvoidChatHud.addMessage(Text message, @Nullable MessageIndicator indicator) private voidChatHud.addMessage(Text message, @Nullable MessageSignature messageSignature, int int2, @Nullable MessageIndicator messageIndicator, boolean bool) private booleanChatHud.isXInsideIndicatorIcon(double x, ChatHudLine.Visible line, MessageIndicator indicator) voidChatHud.method_44811(Text text, @Nullable MessageSignature messageSignature, @Nullable MessageIndicator messageIndicator) Constructors in net.minecraft.client.gui.hud with parameters of type MessageIndicatorModifierConstructorDescriptionChatHudLine(int creationTick, Text text, @Nullable MessageSignature messageSignature, @Nullable MessageIndicator messageIndicator) Visible(int int2, OrderedText orderedText, @Nullable MessageIndicator messageIndicator, boolean bool) -
Uses of MessageIndicator in net.minecraft.client.gui.screen.report
Constructors in net.minecraft.client.gui.screen.report with parameters of type MessageIndicatorModifierConstructorDescriptionMessageEntry(int index, Text message, Text narration, @Nullable MessageIndicator indicator, boolean fromReportedPlayer, boolean isChatMessage) -
Uses of MessageIndicator in net.minecraft.client.network.message
Methods in net.minecraft.client.network.message that return MessageIndicator