Uses of Record Class
net.minecraft.client.multiplayer.chat.ChatLog.Entry
Packages that use ChatLog.Entry
Package
Description
-
Uses of ChatLog.Entry in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting with type parameters of type ChatLog.EntryModifier and TypeFieldDescriptionprivate final List<ChatLog.Entry<T>>
ChatLogSegmenter.messages
private final List<ChatLog.Entry<T>>
ChatLogSegmenter.Results.messages
The field for themessages
record component.private final Function<ChatLog.Entry<T>,
ChatLogSegmenter.MessageType> ChatLogSegmenter.typeFunction
Methods in net.minecraft.client.gui.screens.reporting that return types with arguments of type ChatLog.EntryModifier and TypeMethodDescriptionChatLogSegmenter.Results.messages()
Returns the value of themessages
record component.Methods in net.minecraft.client.gui.screens.reporting with parameters of type ChatLog.EntryMethod parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ChatLog.EntryModifier and TypeMethodDescriptiondefault void
ChatSelectionLogFiller.Output.acceptMessages
(Iterable<ChatLog.Entry<T>> p_240091_) private int
ChatSelectionLogFiller.addFoldedMessagesTo
(List<ChatLog.Entry<T>> p_239253_, ChatSelectionLogFiller.Output<T> p_239254_) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ChatLog.EntryModifierConstructorDescriptionChatLogSegmenter
(Function<ChatLog.Entry<T>, ChatLogSegmenter.MessageType> p_239532_) Results
(List<ChatLog.Entry<T>> messages, ChatLogSegmenter.MessageType type) Creates an instance of aResults
record class. -
Uses of ChatLog.Entry in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat that return ChatLog.EntryModifier and TypeMethodDescriptiondefault ChatLog.Entry<LoggedChatEvent>
ChatLog.lookupEntry
(int p_242449_) <U extends LoggedChatEvent>
ChatLog.Entry<U>Methods in net.minecraft.client.multiplayer.chat that return types with arguments of type ChatLog.Entry -
Uses of ChatLog.Entry in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return types with arguments of type ChatLog.EntryModifier and TypeMethodDescriptionprivate Stream<ChatLog.Entry<LoggedChatMessageLink>>
ChatReportBuilder.chainForPlayer
(ChatLog p_242368_, it.unimi.dsi.fastutil.ints.Int2ObjectMap<LoggedChatMessage.Player> p_242153_, UUID p_242301_) private static Stream<ChatLog.Entry<LoggedChatMessage.Player>>
ChatReportBuilder.trailingContext
(ChatLog p_242447_, int p_242340_, int p_242471_)