Uses of Interface
net.minecraft.client.report.ChatLog
Packages that use ChatLog
-
Uses of ChatLog in net.minecraft.client.report
Classes in net.minecraft.client.report that implement ChatLogModifier and TypeClassDescriptionclassAn implementation ofChatLogusing a fixed-size array and0as the starting index.Fields in net.minecraft.client.report declared as ChatLogModifier and TypeFieldDescriptionprivate final ChatLogAbuseReportContext.chatLogThe field for thechatLogrecord component.private final ChatLogChatLog.Streams.logprivate final ChatLogMessagesListAdder.logMethods in net.minecraft.client.report that return ChatLogModifier and TypeMethodDescriptionAbuseReportContext.chatLog()Returns the value of thechatLogrecord component.Methods in net.minecraft.client.report with parameters of type ChatLogModifier and TypeMethodDescriptionprivate com.mojang.authlib.minecraft.report.ReportEvidenceChatAbuseReport.collectEvidence(ChatLog log) private static Stream<ChatLog.IndexedMessage<ReceivedMessage.ChatMessage>>ChatAbuseReport.method_44957(ChatLog chatLog, int int2, int int3) private static Int2ObjectMap<ReceivedMessage.ChatMessage>ChatAbuseReport.method_44958(ChatLog chatLog, int int2, com.mojang.authlib.minecraft.report.AbuseReportLimits abuseReportLimits) private static IntCollectionChatAbuseReport.method_44959(ChatLog chatLog, int int2, ReceivedMessage.ChatMessage chatMessage) private static voidChatAbuseReport.method_44960(ChatLog chatLog, int int2, ChatAbuseReport.class_7632 class_7632) private Stream<ChatLog.IndexedMessage<class_7630>>ChatAbuseReport.method_44961(ChatLog chatLog, Int2ObjectMap<ReceivedMessage.ChatMessage> int2ObjectMap, UUID uUID) Constructors in net.minecraft.client.report with parameters of type ChatLogModifierConstructorDescriptionAbuseReportContext(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog) MessagesListAdder(ChatLog log, Predicate<ReceivedMessage> reportablePredicate) (package private)Streams(ChatLog log, PrimitiveIterator.OfInt indicesIterator)