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.ReportEvidence
ChatAbuseReport.collectEvidence
(ChatLog log) private IntStream
ChatAbuseReport.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 TypeClassDescriptionclass
An implementation ofChatLog
using a fixed-size array and0
as the starting index.Fields in net.minecraft.client.report declared as ChatLogModifier and TypeFieldDescriptionprivate final ChatLog
AbuseReportContext.chatLog
The field for thechatLog
record component.private final ChatLog
ChatLog.Streams.log
Methods in net.minecraft.client.report that return ChatLogModifier and TypeMethodDescriptionAbuseReportContext.chatLog()
Returns the value of thechatLog
record 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)