Uses of Record Class
net.minecraft.client.report.log.ChatLog.IndexedEntry
-
Uses of ChatLog.IndexedEntry in net.minecraft.client.report
Modifier and TypeFieldDescriptionprivate final List<ChatLog.IndexedEntry<T>>
GroupedMessagesCollector.GroupedMessages.messages
The field for themessages
record component.private final List<ChatLog.IndexedEntry<T>>
GroupedMessagesCollector.messages
private final Function<ChatLog.IndexedEntry<T>,
GroupedMessagesCollector.ReportType> GroupedMessagesCollector.reportTypeGetter
Modifier and TypeMethodDescriptionGroupedMessagesCollector.GroupedMessages.messages()
Returns the value of themessages
record component.private Stream<ChatLog.IndexedEntry<HeaderEntry>>
ChatAbuseReport.streamHeadersFrom
(ChatLog log, Int2ObjectMap<ReceivedMessage.ChatMessage> evidences, UUID senderUuid) private static Stream<ChatLog.IndexedEntry<ReceivedMessage.ChatMessage>>
ChatAbuseReport.streamSucceedingMessages
(ChatLog log, int selectedIndex, int maxCount) Modifier and TypeMethodDescriptionboolean
GroupedMessagesCollector.add
(ChatLog.IndexedEntry<T> message) Modifier and TypeMethodDescriptionprivate int
MessagesListAdder.addContextMessages
(List<ChatLog.IndexedEntry<T>> messages, MessagesListAdder.MessagesList<T> messagesList) default void
MessagesListAdder.MessagesList.addMessages
(Iterable<ChatLog.IndexedEntry<T>> messages) ModifierConstructorDescriptionGroupedMessages
(List<ChatLog.IndexedEntry<T>> list, GroupedMessagesCollector.ReportType reportType) GroupedMessagesCollector
(Function<ChatLog.IndexedEntry<T>, GroupedMessagesCollector.ReportType> reportTypeGetter) -
Uses of ChatLog.IndexedEntry in net.minecraft.client.report.log
Modifier and TypeMethodDescription<U extends ChatLogEntry>
@Nullable ChatLog.IndexedEntry<U>Returns the indexed entry with the entry instance cast toclazz
, ornull
if it cannot be cast.default @Nullable ChatLog.IndexedEntry<ChatLogEntry>
ChatLog.getIndexed
(int index) Returns the indexed entry with indexindex
, ornull
if there is no such entry in the log.Modifier and TypeMethodDescriptionChatLog.Streams.streamIndexedEntries()
Returns the stream of indexed log entries.