Uses of Record Class
net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
Packages that use ReceivedMessage.ChatMessage
Package
Description
-
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.gui.screen.report
Methods in net.minecraft.client.gui.screen.report with parameters of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionvoid
ChatSelectionScreen.SelectionListWidget.addMessage
(int index, ReceivedMessage.ChatMessage message) private void
ChatSelectionScreen.SelectionListWidget.addSenderEntry
(ReceivedMessage.ChatMessage message, boolean fromReportedPlayer) -
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.session.report
Fields in net.minecraft.client.session.report with type parameters of type ReceivedMessage.ChatMessageModifier and TypeFieldDescriptionprivate final Predicate
<ReceivedMessage.ChatMessage> MessagesListAdder.reportablePredicate
Methods in net.minecraft.client.session.report with parameters of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionvoid
ContextMessageCollector.IndexedMessageConsumer.accept
(int index, ReceivedMessage.ChatMessage message) void
MessagesListAdder.MessagesList.addMessage
(int index, ReceivedMessage.ChatMessage message) private com.mojang.authlib.minecraft.report.ReportChatMessage
ChatAbuseReport.Builder.toReportChatMessage
(ReceivedMessage.ChatMessage message, boolean selected) private boolean
MessagesListAdder.tryAdd
(MessagesListAdder.MessagesList messages, ReceivedMessage.ChatMessage message) Constructor parameters in net.minecraft.client.session.report with type arguments of type ReceivedMessage.ChatMessageModifierConstructorDescriptionMessagesListAdder
(AbuseReportContext context, Predicate<ReceivedMessage.ChatMessage> reportablePredicate) -
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.session.report.log
Fields in net.minecraft.client.session.report.log with type parameters of type ReceivedMessage.ChatMessageModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ReceivedMessage.ChatMessage> ReceivedMessage.ChatMessage.CHAT_MESSAGE_CODEC
Methods in net.minecraft.client.session.report.log that return ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionstatic ReceivedMessage.ChatMessage
ReceivedMessage.of
(com.mojang.authlib.GameProfile gameProfile, SignedMessage message, MessageTrustStatus trustStatus) Returns the received message constructed from a chat message.