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 TypeMethodDescriptionvoid
ChatSelectionScreen.SelectionListWidget.addMessage
(int index, ReceivedMessage message) private boolean
ChatSelectionScreen.isSentByReportedPlayer
(ReceivedMessage message) -
Uses of ReceivedMessage in net.minecraft.client.report
Classes in net.minecraft.client.report that implement ReceivedMessageModifier and TypeClassDescriptionstatic final record
A chat message received by the client.static final record
A 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.messages
The field for themessages
record component.private final List<ChatLog.IndexedMessage<ReceivedMessage>>
GroupedMessagesCollector.messages
private final Predicate<ReceivedMessage>
MessagesListAdder.reportablePredicate
GroupedMessagesCollector.reportTypeGetter
Methods in net.minecraft.client.report that return types with arguments of type ReceivedMessageModifier and TypeMethodDescriptionGroupedMessagesCollector.GroupedMessages.messages()
Returns the value of themessages
record component.Methods in net.minecraft.client.report with parameters of type ReceivedMessageModifier and TypeMethodDescriptionvoid
MessagesListAdder.MessagesList.addMessage
(int index, ReceivedMessage message) MessagesListAdder.getReportType
(ReceivedMessage message) Method parameters in net.minecraft.client.report with type arguments of type ReceivedMessageModifier and TypeMethodDescriptionboolean
GroupedMessagesCollector.add
(ChatLog.IndexedMessage<ReceivedMessage> message) private 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 ReceivedMessageModifierConstructorDescriptionGroupedMessages
(List<ChatLog.IndexedMessage<ReceivedMessage>> list, GroupedMessagesCollector.ReportType reportType) GroupedMessagesCollector
(Function<ChatLog.IndexedMessage<ReceivedMessage>, GroupedMessagesCollector.ReportType> reportTypeGetter) MessagesListAdder
(ChatLog log, Predicate<ReceivedMessage> reportablePredicate)