Uses of Interface
net.minecraft.client.report.ChatLog
Packages that use ChatLog
-
Uses of ChatLog in net.minecraft.client.network.abusereport
Fields in net.minecraft.client.network.abusereport declared as ChatLogMethods in net.minecraft.client.network.abusereport with parameters of type ChatLogModifier and TypeMethodDescriptionprivate com.mojang.authlib.minecraft.report.ReportEvidenceChatAbuseReport.collectEvidence(ChatLog log) private IntStreamChatAbuseReport.streamNeighboringIndices(ChatLog log, int index) Constructors in net.minecraft.client.network.abusereport with parameters of type ChatLogModifierConstructorDescriptionMessagesListAdder(ChatLog log, Predicate<ReceivedMessage> reportablePredicate) -
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.logMethods in net.minecraft.client.report that return ChatLogModifier and TypeMethodDescriptionAbuseReportContext.chatLog()Returns the value of thechatLogrecord component.Constructors in net.minecraft.client.report with parameters of type ChatLogModifierConstructorDescriptionAbuseReportContext(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog) (package private)Streams(ChatLog log, PrimitiveIterator.OfInt indicesIterator)