Uses of Class
net.minecraft.client.multiplayer.chat.ChatLog
Packages that use ChatLog
Package
Description
-
Uses of ChatLog in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as ChatLog -
Uses of ChatLog in net.minecraft.client.gui.screens.social
Methods in net.minecraft.client.gui.screens.social with parameters of type ChatLogModifier and TypeMethodDescriptionprivate static Collection<com.mojang.authlib.GameProfile> SocialInteractionsPlayerList.collectProfilesFromChatLog(ChatLog chatLog) -
Uses of ChatLog in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat that return types with arguments of type ChatLog -
Uses of ChatLog in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report declared as ChatLogMethods in net.minecraft.client.multiplayer.chat.report that return ChatLogMethods in net.minecraft.client.multiplayer.chat.report with parameters of type ChatLogModifier and TypeMethodDescriptionvoidChatReportContextBuilder.collectAllContext(ChatLog chatLog, it.unimi.dsi.fastutil.ints.IntCollection reportedMessages, ChatReportContextBuilder.Handler handler) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type ChatLogModifierConstructorDescriptionReportingContext(AbuseReportSender sender, ReportEnvironment enviroment, ChatLog chatLog)