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 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
private final ChatLog
MessagesListAdder.log
Methods in net.minecraft.client.report that return ChatLogModifier and TypeMethodDescriptionAbuseReportContext.chatLog()
Returns the value of thechatLog
record component.Methods in net.minecraft.client.report with parameters of type ChatLogModifier and TypeMethodDescriptionprivate com.mojang.authlib.minecraft.report.ReportEvidence
ChatAbuseReport.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 IntCollection
ChatAbuseReport.method_44959
(ChatLog chatLog, int int2, ReceivedMessage.ChatMessage chatMessage) private static void
ChatAbuseReport.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)