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 TypeMethodDescriptionprivate boolean
ChatSelectionScreen.isSentByReportedPlayer
(ReceivedMessage message) -
Uses of ReceivedMessage in net.minecraft.client.report
Classes in net.minecraft.client.report with type parameters of type ReceivedMessageModifier and TypeClassDescriptionclass
GroupedMessagesCollector<T extends ReceivedMessage>
static final record
class
MessagesListAdder<T extends ReceivedMessage>
static interface
MessagesListAdder.MessagesList<T extends ReceivedMessage>
-
Uses of ReceivedMessage in net.minecraft.client.report.log
Classes in net.minecraft.client.report.log that implement ReceivedMessageModifier and TypeClassDescriptionstatic final record
A chat message received by the client.static final record
A game message received by the client.