Uses of Class
net.minecraft.client.report.log.ChatLog
Packages that use ChatLog
-
Uses of ChatLog in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type ChatLogModifier and TypeMethodDescriptionprivate static Collection<com.mojang.authlib.GameProfile>SocialInteractionsPlayerListWidget.collectReportableProfiles(ChatLog log) -
Uses of ChatLog in net.minecraft.client.report
Fields in net.minecraft.client.report declared as ChatLogModifier and TypeFieldDescriptionprivate final ChatLogAbuseReportContext.chatLogThe field for thechatLogrecord component.private 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 TypeMethodDescriptionvoidContextMessageCollector.add(ChatLog log, IntCollection selections, ContextMessageCollector.IndexedMessageConsumer consumer) private com.mojang.authlib.minecraft.report.ReportEvidenceChatAbuseReport.collectEvidence(ChatLog log) Constructors in net.minecraft.client.report with parameters of type ChatLogModifierConstructorDescriptionAbuseReportContext(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog)