Uses of Interface
net.minecraft.client.report.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 TypeMethodDescriptionvoid
ChatSelectionScreen.SelectionListWidget.addMessage
(int index, ReceivedMessage message) private boolean
ChatSelectionScreen.isSentByReportedPlayer
(ReceivedMessage message) -
Uses of ReceivedMessage in net.minecraft.client.network.abusereport
Fields in net.minecraft.client.network.abusereport with type parameters of type ReceivedMessageModifier and TypeFieldDescriptionprivate final Predicate<ReceivedMessage>
MessagesListAdder.reportablePredicate
Methods in net.minecraft.client.network.abusereport with parameters of type ReceivedMessageModifier and TypeMethodDescriptionvoid
MessagesListAdder.MessagesList.addMessage
(int index, ReceivedMessage message) MessagesListAdder.getReportType
(ReceivedMessage message) Constructor parameters in net.minecraft.client.network.abusereport with type arguments of type ReceivedMessageModifierConstructorDescriptionMessagesListAdder
(ChatLog log, Predicate<ReceivedMessage> reportablePredicate) -
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 declared as ReceivedMessageModifier and TypeFieldDescriptionprivate final ReceivedMessage
ReceivedMessage.IndexedMessage.message
The field for themessage
record component.private final ReceivedMessage[]
ChatLogImpl.messages
Methods in net.minecraft.client.report that return ReceivedMessageModifier and TypeMethodDescriptionChatLog.get
(int index) Returns the message with indexindex
, ornull
if there is no such message in the log.ChatLogImpl.get
(int index) Returns the message with indexindex
, ornull
if there is no such message in the log.ReceivedMessage.IndexedMessage.message()
Returns the value of themessage
record component.static ReceivedMessage
ReceivedMessage.of
(com.mojang.authlib.GameProfile gameProfile, Text displayName, SignedMessage message) Returns the received message constructed from a chat message's elements.static ReceivedMessage
Returns the received message constructed from a game message's elements.Methods in net.minecraft.client.report that return types with arguments of type ReceivedMessageModifier and TypeMethodDescriptionChatLog.Streams.streamMessages()
Returns the stream of messages.Methods in net.minecraft.client.report with parameters of type ReceivedMessageModifier and TypeMethodDescriptionvoid
ChatLog.add
(ReceivedMessage message) Addsmessage
to the log.void
ChatLogImpl.add
(ReceivedMessage message) Addsmessage
to the log.Constructors in net.minecraft.client.report with parameters of type ReceivedMessage