Uses of Record Class
net.minecraft.client.report.ReceivedMessage.ChatMessage
Packages that use ReceivedMessage.ChatMessage
-
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 TypeMethodDescriptionprivate voidChatSelectionScreen.SelectionListWidget.addSenderEntry(ReceivedMessage.ChatMessage message, boolean fromReportedPlayer) -
Uses of ReceivedMessage.ChatMessage in net.minecraft.client.report
Methods in net.minecraft.client.report that return ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionstatic ReceivedMessage.ChatMessageReceivedMessage.of(com.mojang.authlib.GameProfile gameProfile, Text displayName, SignedMessage message, MessageTrustStatus trustStatus) Returns the received message constructed from a chat message's elements.Methods in net.minecraft.client.report that return types with arguments of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionprivate static Stream<ChatLog.IndexedMessage<ReceivedMessage.ChatMessage>>ChatAbuseReport.method_44957(ChatLog chatLog, int int2, int int3) private static Int2ObjectMap<ReceivedMessage.ChatMessage>ChatAbuseReport.method_44958(ChatLog chatLog, int int2, com.mojang.authlib.minecraft.report.AbuseReportLimits abuseReportLimits) Methods in net.minecraft.client.report with parameters of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionbooleanChatAbuseReport.class_7632.accept(int int2, ReceivedMessage.ChatMessage chatMessage) private static IntCollectionChatAbuseReport.method_44959(ChatLog chatLog, int int2, ReceivedMessage.ChatMessage chatMessage) private com.mojang.authlib.minecraft.report.ReportChatMessageChatAbuseReport.toReportChatMessage(int index, ReceivedMessage.ChatMessage message) Method parameters in net.minecraft.client.report with type arguments of type ReceivedMessage.ChatMessageModifier and TypeMethodDescriptionprivate Stream<ChatLog.IndexedMessage<class_7630>>ChatAbuseReport.method_44961(ChatLog chatLog, Int2ObjectMap<ReceivedMessage.ChatMessage> int2ObjectMap, UUID uUID)