Uses of Interface
net.minecraft.client.multiplayer.chat.ChatLog
Package
Description
-
Uses of ChatLog in net.minecraft.client.gui.screens.reporting
-
Uses of ChatLog in net.minecraft.client.multiplayer.chat
ModifierConstructorDescription(package private)
Selection
(ChatLog p_239661_, PrimitiveIterator.OfInt p_239662_) -
Uses of ChatLog in net.minecraft.client.multiplayer.chat.report
Modifier and TypeFieldDescriptionprivate final ChatLog
ReportingContext.chatLog
The field for thechatLog
record component.Modifier and TypeMethodDescriptionReportingContext.chatLog()
Returns the value of thechatLog
record component.Modifier 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_) ModifierConstructorDescriptionReportingContext
(AbuseReportSender sender, ReportEnvironment environment, ChatLog chatLog) Creates an instance of aReportingContext
record class.