Uses of Class
net.minecraft.client.session.report.log.ChatLog
Packages that use ChatLog
Package
Description
- 
Uses of ChatLog in net.minecraft.client.gui.screen.multiplayerMethods 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.session.reportFields in net.minecraft.client.session.report declared as ChatLogModifier and TypeFieldDescriptionprivate final ChatLogAbuseReportContext.chatLogprivate final ChatLogMessagesListAdder.logMethods in net.minecraft.client.session.report that return ChatLogMethods in net.minecraft.client.session.report with parameters of type ChatLogModifier and TypeMethodDescriptionvoidContextMessageCollector.add(ChatLog log, IntCollection selections, ContextMessageCollector.IndexedMessageConsumer consumer) Constructors in net.minecraft.client.session.report with parameters of type ChatLogModifierConstructorDescriptionAbuseReportContext(AbuseReportSender sender, ReporterEnvironment environment, ChatLog chatLog) 
- 
Uses of ChatLog in net.minecraft.client.session.report.logMethods in net.minecraft.client.session.report.log that return types with arguments of type ChatLogModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<ChatLog> ChatLog.createCodec(int maxSize)