Uses of Record Class
net.minecraft.client.report.log.ReceivedMessage.ChatMessage
Packages that use ReceivedMessage.ChatMessage
Package
Description
-
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report with type parameters of type ReceivedMessage.ChatMessageMethods in net.minecraft.client.gui.screen.report with parameters of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionvoid
ChatSelectionScreen.SelectionListWidget.addMessage
(int int2, ReceivedMessage.ChatMessage chatMessage) private void
ChatSelectionScreen.SelectionListWidget.addSenderEntry
(ReceivedMessage.ChatMessage message, boolean fromReportedPlayer) -
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.report
Methods in net.minecraft.client.report that return types with arguments of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionprivate static Int2ObjectMap<ReceivedMessage.ChatMessage>
ChatAbuseReport.collectEvidences
(ChatLog log, int selectedIndex, com.mojang.authlib.minecraft.report.AbuseReportLimits abuseReportLimits) private static Stream<ChatLog.IndexedEntry<ReceivedMessage.ChatMessage>>
ChatAbuseReport.streamSucceedingMessages
(ChatLog log, int selectedIndex, int maxCount) Methods in net.minecraft.client.report with parameters of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionboolean
ChatAbuseReport.IndexedMessageConsumer.accept
(int index, ReceivedMessage.ChatMessage message) private com.mojang.authlib.minecraft.report.ReportChatMessage
ChatAbuseReport.toReportChatMessage
(int index, ReceivedMessage.ChatMessage message) Method parameters in net.minecraft.client.report with type arguments of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionprivate Stream<ChatLog.IndexedEntry<HeaderEntry>>
ChatAbuseReport.streamHeadersFrom
(ChatLog log, Int2ObjectMap<ReceivedMessage.ChatMessage> evidences, UUID senderUuid) -
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.report.log
Methods in net.minecraft.client.report.log that return ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionstatic ReceivedMessage.ChatMessage
ReceivedMessage.of
(com.mojang.authlib.GameProfile gameProfile, Text displayName, SignedMessage message, MessageTrustStatus trustStatus) Returns the received message constructed from a chat message's elements.