Uses of Record Class
net.minecraft.client.gui.hud.MessageIndicator
Package
Description
-
Uses of MessageIndicator in net.minecraft.client.gui.hud
Modifier and TypeFieldDescriptionprivate static final MessageIndicator
MessageIndicator.CHAT_ERROR
private 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 TypeMethodDescriptionstatic MessageIndicator
MessageIndicator.chatError()
ChatHud.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 TypeMethodDescriptionvoid
ChatHud.addMessage
(Text message, @Nullable MessageSignatureData signatureData, @Nullable MessageIndicator indicator) private boolean
ChatHud.isXInsideIndicatorIcon
(double x, ChatHudLine.Visible line, 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