Uses of Record Class
net.minecraft.client.report.ChatLog.IndexedMessage
Packages that use ChatLog.IndexedMessage
-
Uses of ChatLog.IndexedMessage in net.minecraft.client.report
Fields in net.minecraft.client.report with type parameters of type ChatLog.IndexedMessageModifier and TypeFieldDescriptionprivate final List<ChatLog.IndexedMessage<ReceivedMessage>>
GroupedMessagesCollector.GroupedMessages.messages
The field for themessages
record component.private final List<ChatLog.IndexedMessage<ReceivedMessage>>
GroupedMessagesCollector.messages
GroupedMessagesCollector.reportTypeGetter
Methods in net.minecraft.client.report that return ChatLog.IndexedMessageModifier and TypeMethodDescriptiondefault @Nullable ChatLog.IndexedMessage<class_7629>
ChatLog.getIndexed
(int index) Returns the indexed message with indexindex
, ornull
if there is no such message in the log.<U extends class_7629>
@Nullable ChatLog.IndexedMessage<U>ChatLog.IndexedMessage.method_44949
(Class<U> class2) Methods in net.minecraft.client.report that return types with arguments of type ChatLog.IndexedMessageModifier and TypeMethodDescriptionGroupedMessagesCollector.GroupedMessages.messages()
Returns the value of themessages
record component.ChatLog.Streams.method_44951()
private static Stream<ChatLog.IndexedMessage<ReceivedMessage.ChatMessage>>
ChatAbuseReport.method_44957
(ChatLog chatLog, int int2, int int3) private Stream<ChatLog.IndexedMessage<class_7630>>
ChatAbuseReport.method_44961
(ChatLog chatLog, Int2ObjectMap<ReceivedMessage.ChatMessage> int2ObjectMap, UUID uUID) Methods in net.minecraft.client.report with parameters of type ChatLog.IndexedMessageModifier and TypeMethodDescriptionboolean
GroupedMessagesCollector.add
(ChatLog.IndexedMessage<ReceivedMessage> message) Method parameters in net.minecraft.client.report with type arguments of type ChatLog.IndexedMessageModifier and TypeMethodDescriptionprivate static int
MessagesListAdder.addContextMessages
(List<ChatLog.IndexedMessage<ReceivedMessage>> messages, MessagesListAdder.MessagesList messagesList) default void
MessagesListAdder.MessagesList.addMessages
(Iterable<ChatLog.IndexedMessage<ReceivedMessage>> messages) Constructor parameters in net.minecraft.client.report with type arguments of type ChatLog.IndexedMessageModifierConstructorDescriptionGroupedMessages
(List<ChatLog.IndexedMessage<ReceivedMessage>> list, GroupedMessagesCollector.ReportType reportType) GroupedMessagesCollector
(Function<ChatLog.IndexedMessage<ReceivedMessage>, GroupedMessagesCollector.ReportType> reportTypeGetter)