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.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.session.report
Fields in net.minecraft.client.session.report declared as ChatLogModifier and TypeFieldDescriptionprivate final ChatLog
AbuseReportContext.chatLog
private final ChatLog
MessagesListAdder.log
Methods in net.minecraft.client.session.report that return ChatLogMethods in net.minecraft.client.session.report with parameters of type ChatLogModifier and TypeMethodDescriptionvoid
ContextMessageCollector.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.log
Methods 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)