Uses of Interface
net.minecraft.client.report.ReceivedMessage
Packages that use ReceivedMessage
-
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
Classes in net.minecraft.client.report that implement ReceivedMessageModifier and TypeClassDescriptionstatic final recordA chat message received by the client.static final recordA game message received by the client.Fields in net.minecraft.client.report with type parameters of type ReceivedMessageModifier and TypeFieldDescriptionprivate final List<ChatLog.IndexedMessage<ReceivedMessage>>GroupedMessagesCollector.GroupedMessages.messagesThe field for themessagesrecord component.private final List<ChatLog.IndexedMessage<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.IndexedMessage<ReceivedMessage> message) private static intMessagesListAdder.addContextMessages(List<ChatLog.IndexedMessage<ReceivedMessage>> messages, MessagesListAdder.MessagesList messagesList) default voidMessagesListAdder.MessagesList.addMessages(Iterable<ChatLog.IndexedMessage<ReceivedMessage>> messages) Constructor parameters in net.minecraft.client.report with type arguments of type ReceivedMessageModifierConstructorDescriptionGroupedMessages(List<ChatLog.IndexedMessage<ReceivedMessage>> list, GroupedMessagesCollector.ReportType reportType) GroupedMessagesCollector(Function<ChatLog.IndexedMessage<ReceivedMessage>, GroupedMessagesCollector.ReportType> reportTypeGetter) MessagesListAdder(ChatLog log, Predicate<ReceivedMessage> reportablePredicate)