Uses of Interface
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 ChatLogConstructors in net.minecraft.client.gui.screens.reporting with parameters of type ChatLog -
Uses of ChatLog in net.minecraft.client.multiplayer.chat
Classes in net.minecraft.client.multiplayer.chat that implement ChatLogFields in net.minecraft.client.multiplayer.chat declared as ChatLogConstructors in net.minecraft.client.multiplayer.chat with parameters of type ChatLogModifierConstructorDescription(package private)
Selection
(ChatLog p_239661_, PrimitiveIterator.OfInt p_239662_) -
Uses of ChatLog in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report declared as ChatLogModifier and TypeFieldDescriptionprivate final ChatLog
ReportingContext.chatLog
The field for thechatLog
record component.Methods in net.minecraft.client.multiplayer.chat.report that return ChatLogModifier and TypeMethodDescriptionReportingContext.chatLog()
Returns the value of thechatLog
record component.Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ChatLogModifier and TypeMethodDescriptionprivate com.mojang.authlib.minecraft.report.ReportEvidence
ChatReportBuilder.buildEvidence
(ChatLog p_239183_) private Stream<ChatLog.Entry<LoggedChatMessageLink>>
ChatReportBuilder.chainForPlayer
(ChatLog p_242368_, it.unimi.dsi.fastutil.ints.Int2ObjectMap<LoggedChatMessage.Player> p_242153_, UUID p_242301_) private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<LoggedChatMessage.Player>
ChatReportBuilder.collectReferencedContext
(ChatLog p_242227_, int p_242178_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_242421_) private static it.unimi.dsi.fastutil.ints.IntCollection
ChatReportBuilder.messageReferences
(ChatLog p_242933_, int p_242860_, PlayerChatMessage p_242922_) private static Stream<ChatLog.Entry<LoggedChatMessage.Player>>
ChatReportBuilder.trailingContext
(ChatLog p_242447_, int p_242340_, int p_242471_) private static void
ChatReportBuilder.walkMessageReferenceGraph
(ChatLog p_242430_, int p_242234_, ChatReportBuilder.ReferencedMessageVisitor p_242920_) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type ChatLogModifierConstructorDescriptionReportingContext
(AbuseReportSender sender, ReportEnvironment environment, ChatLog chatLog) Creates an instance of aReportingContext
record class.