Uses of Interface
net.minecraft.client.report.log.ReceivedMessage
Packages that use ReceivedMessage
Package
Description
-
Uses of ReceivedMessage in net.minecraft.client.gui.screen.report
Methods in net.minecraft.client.gui.screen.report with parameters of type ReceivedMessageModifier and TypeMethodDescriptionvoidChatSelectionScreen.SelectionListWidget.addMessage(int index, ReceivedMessage message) private booleanChatSelectionScreen.isSentByReportedPlayer(ReceivedMessage message) -
Uses of ReceivedMessage in net.minecraft.client.report
Fields in net.minecraft.client.report with type parameters of type ReceivedMessageModifier and TypeFieldDescriptionprivate final List<ChatLog.IndexedEntry<ReceivedMessage>>GroupedMessagesCollector.GroupedMessages.messagesThe field for themessagesrecord component.private final List<ChatLog.IndexedEntry<ReceivedMessage>>GroupedMessagesCollector.messagesprivate final Predicate<ReceivedMessage>MessagesListAdder.reportablePredicateGroupedMessagesCollector.reportTypeGetterMethods in net.minecraft.client.report that return types with arguments of type ReceivedMessageModifier and TypeMethodDescriptionGroupedMessagesCollector.GroupedMessages.messages()Returns the value of themessagesrecord component.Methods in net.minecraft.client.report with parameters of type ReceivedMessageModifier and TypeMethodDescriptionvoidMessagesListAdder.MessagesList.addMessage(int index, ReceivedMessage message) MessagesListAdder.getReportType(ReceivedMessage message) Method parameters in net.minecraft.client.report with type arguments of type ReceivedMessageModifier and TypeMethodDescriptionbooleanGroupedMessagesCollector.add(ChatLog.IndexedEntry<ReceivedMessage> message) private static intMessagesListAdder.addContextMessages(List<ChatLog.IndexedEntry<ReceivedMessage>> messages, MessagesListAdder.MessagesList messagesList) default voidMessagesListAdder.MessagesList.addMessages(Iterable<ChatLog.IndexedEntry<ReceivedMessage>> messages) Constructor parameters in net.minecraft.client.report with type arguments of type ReceivedMessageModifierConstructorDescriptionGroupedMessages(List<ChatLog.IndexedEntry<ReceivedMessage>> list, GroupedMessagesCollector.ReportType reportType) GroupedMessagesCollector(Function<ChatLog.IndexedEntry<ReceivedMessage>, GroupedMessagesCollector.ReportType> reportTypeGetter) MessagesListAdder(ChatLog log, Predicate<ReceivedMessage> reportablePredicate) -
Uses of ReceivedMessage in net.minecraft.client.report.log
Classes in net.minecraft.client.report.log that implement ReceivedMessageModifier and TypeClassDescriptionstatic final recordA chat message received by the client.static final recordA game message received by the client.