Uses of Interface
net.minecraft.client.report.log.ChatLog
-
Uses of ChatLog in net.minecraft.client.report
Modifier and TypeFieldDescriptionprivate final ChatLog
AbuseReportContext.chatLog
The field for thechatLog
record component.private final ChatLog
MessagesListAdder.log
Modifier and TypeMethodDescriptionAbuseReportContext.chatLog()
Returns the value of thechatLog
record component.Modifier and TypeMethodDescriptionprivate com.mojang.authlib.minecraft.report.ReportEvidence
ChatAbuseReport.collectEvidence
(ChatLog log) private static Int2ObjectMap<ReceivedMessage.ChatMessage>
ChatAbuseReport.collectEvidences
(ChatLog log, int selectedIndex, com.mojang.authlib.minecraft.report.AbuseReportLimits abuseReportLimits) private static IntCollection
ChatAbuseReport.collectIndicesUntilLastSeen
(ChatLog log, int selectedIndex, SignedMessage message) private static void
ChatAbuseReport.collectPrecedingMessages
(ChatLog log, int selectedIndex, ChatAbuseReport.IndexedMessageConsumer consumer) private Stream<ChatLog.IndexedEntry<HeaderEntry>>
ChatAbuseReport.streamHeadersFrom
(ChatLog log, Int2ObjectMap<ReceivedMessage.ChatMessage> evidences, UUID senderUuid) private static Stream<ChatLog.IndexedEntry<ReceivedMessage.ChatMessage>>
ChatAbuseReport.streamSucceedingMessages
(ChatLog log, int selectedIndex, int maxCount) ModifierConstructorDescriptionAbuseReportContext
(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog) -
Uses of ChatLog in net.minecraft.client.report.log
Modifier and TypeClassDescriptionclass
An implementation ofChatLog
using a fixed-size array and0
as the starting index.ModifierConstructorDescription(package private)
Streams
(ChatLog log, PrimitiveIterator.OfInt indicesIterator)