Uses of Record Class
net.minecraft.client.multiplayer.chat.ChatLog.Entry
Package
Description
-
Uses of ChatLog.Entry in net.minecraft.client.gui.screens.reporting
Modifier 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
Modifier and TypeMethodDescriptionChatLogSegmenter.Results.messages()
Returns the value of themessages
record component.Modifier 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_) ModifierConstructorDescriptionChatLogSegmenter
(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
Modifier and TypeMethodDescriptiondefault ChatLog.Entry<LoggedChatEvent>
ChatLog.lookupEntry
(int p_242449_) <U extends LoggedChatEvent>
ChatLog.Entry<U> -
Uses of ChatLog.Entry in net.minecraft.client.multiplayer.chat.report
Modifier 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_)