Uses of Record Class
net.minecraft.client.gui.hud.MessageIndicator
Package
Description
-
Uses of MessageIndicator in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate final @Nullable MessageIndicator
ChatHudLine.indicator
The field for theindicator
record component.private final @Nullable MessageIndicator
ChatHudLine.Visible.indicator
The field for theindicator
record component.private static final MessageIndicator
MessageIndicator.NOT_SECURE
private static final MessageIndicator
MessageIndicator.SINGLE_PLAYER
private static final MessageIndicator
MessageIndicator.SYSTEM
Modifier and TypeMethodDescriptionChatHud.getIndicatorAt
(double mouseX, double mouseY) ChatHudLine.indicator()
Returns the value of theindicator
record component.ChatHudLine.Visible.indicator()
Returns the value of theindicator
record component.static MessageIndicator
static MessageIndicator
MessageIndicator.notSecure()
static MessageIndicator
MessageIndicator.singlePlayer()
static MessageIndicator
MessageIndicator.system()
Modifier and TypeMethodDescriptionprivate void
ChatHud.addMessage
(Text message, @Nullable MessageSignatureData signature, int ticks, @Nullable MessageIndicator indicator, boolean refresh) void
ChatHud.addMessage
(Text message, @Nullable MessageSignatureData signature, @Nullable MessageIndicator indicator) private boolean
ChatHud.isXInsideIndicatorIcon
(double x, ChatHudLine.Visible line, MessageIndicator indicator) private void
ChatHud.logChatMessage
(Text message, @Nullable MessageIndicator indicator) ModifierConstructorDescriptionChatHudLine
(int creationTick, Text text, @Nullable MessageSignatureData messageSignatureData, @Nullable MessageIndicator messageIndicator) Visible
(int int2, OrderedText orderedText, @Nullable MessageIndicator messageIndicator, boolean bool) -
Uses of MessageIndicator in net.minecraft.client.gui.screen.report
ModifierConstructorDescriptionMessageEntry
(int index, Text message, Text narration, @Nullable MessageIndicator indicator, boolean fromReportedPlayer, boolean isChatMessage) -
Uses of MessageIndicator in net.minecraft.client.network.message