Uses of Record Class
net.minecraft.client.report.log.ChatLog.IndexedEntry
Packages that use ChatLog.IndexedEntry
-
Uses of ChatLog.IndexedEntry in net.minecraft.client.report
Fields in net.minecraft.client.report with type parameters of type ChatLog.IndexedEntryModifier 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
Methods in net.minecraft.client.report that return types with arguments of type ChatLog.IndexedEntryModifier 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) Methods in net.minecraft.client.report with parameters of type ChatLog.IndexedEntryModifier and TypeMethodDescriptionboolean
GroupedMessagesCollector.add
(ChatLog.IndexedEntry<T> message) Method parameters in net.minecraft.client.report with type arguments of type ChatLog.IndexedEntryModifier and TypeMethodDescriptionprivate int
MessagesListAdder.addContextMessages
(List<ChatLog.IndexedEntry<T>> messages, MessagesListAdder.MessagesList<T> messagesList) default void
MessagesListAdder.MessagesList.addMessages
(Iterable<ChatLog.IndexedEntry<T>> messages) Constructor parameters in net.minecraft.client.report with type arguments of type ChatLog.IndexedEntryModifierConstructorDescriptionGroupedMessages
(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
Methods in net.minecraft.client.report.log that return ChatLog.IndexedEntryModifier 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.Methods in net.minecraft.client.report.log that return types with arguments of type ChatLog.IndexedEntryModifier and TypeMethodDescriptionChatLog.Streams.streamIndexedEntries()
Returns the stream of indexed log entries.