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 static final MessageIndicatorMessageIndicator.CHAT_ERRORprivate final MessageIndicatorChatHudLine.indicatorThe field for theindicatorrecord component.private final MessageIndicatorChatHudLine.Visible.indicatorThe field for theindicatorrecord component.private static final MessageIndicatorMessageIndicator.NOT_SECUREprivate static final MessageIndicatorMessageIndicator.SINGLE_PLAYERprivate static final MessageIndicatorMessageIndicator.SYSTEMMethods in net.minecraft.client.gui.hud that return MessageIndicatorModifier and TypeMethodDescriptionstatic MessageIndicatorMessageIndicator.chatError()@Nullable MessageIndicatorChatHudLine.indicator()Returns the value of theindicatorrecord component.@Nullable MessageIndicatorChatHudLine.Visible.indicator()Returns the value of theindicatorrecord component.static MessageIndicatorstatic MessageIndicatorMessageIndicator.notSecure()static MessageIndicatorMessageIndicator.singlePlayer()static MessageIndicatorMessageIndicator.system()Methods in net.minecraft.client.gui.hud with parameters of type MessageIndicatorModifier and TypeMethodDescriptionvoidChatHud.addMessage(Text message, @Nullable MessageSignatureData signatureData, @Nullable MessageIndicator indicator) voidChatHud.Backend.indicator(int x1, int y1, int x2, int y2, float opacity, MessageIndicator indicator) voidChatHud.Drawer.indicator(int x1, int y1, int x2, int y2, float opacity, MessageIndicator indicator) voidChatHud.Forwarder.indicator(int x1, int y1, int x2, int y2, float opacity, MessageIndicator indicator) voidChatHud.Backend.indicatorIcon(int left, int bottom, boolean forceDraw, MessageIndicator indicator, MessageIndicator.Icon icon) voidChatHud.Drawer.indicatorIcon(int left, int bottom, boolean forceDraw, MessageIndicator indicator, MessageIndicator.Icon icon) voidChatHud.Forwarder.indicatorIcon(int left, int bottom, boolean forceDraw, MessageIndicator indicator, MessageIndicator.Icon icon) private voidChatHud.Drawer.indicatorTooltip(MessageIndicator indicator) Constructors in net.minecraft.client.gui.hud with parameters of type MessageIndicatorModifierConstructorDescriptionChatHudLine(int creationTick, Text content, @Nullable MessageSignatureData signature, @Nullable MessageIndicator indicator) Creates an instance of aChatHudLinerecord class.Visible(int addedTime, OrderedText content, @Nullable MessageIndicator indicator, boolean endOfEntry) Creates an instance of aVisiblerecord class. -
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 MessageIndicatorModifier and TypeMethodDescription@Nullable MessageIndicatorMessageTrustStatus.createIndicator(SignedMessage message)