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 TypeMethodDescriptionvoidChatSelectionScreen.SelectionListWidget.addMessage(int index, ReceivedMessage message) private booleanChatSelectionScreen.isSentByReportedPlayer(ReceivedMessage message) -
Uses of ReceivedMessage in net.minecraft.client.report
Classes in net.minecraft.client.report that implement ReceivedMessageModifier and TypeClassDescriptionstatic final recordA chat message received by the client.static final recordA game message received by the client.Fields in net.minecraft.client.report declared as ReceivedMessageModifier and TypeFieldDescriptionprivate final ReceivedMessageReceivedMessage.IndexedMessage.messageThe field for themessagerecord component.private final ReceivedMessage[]ChatLogImpl.messagesFields in net.minecraft.client.report with type parameters of type ReceivedMessageModifier and TypeFieldDescriptionprivate final Predicate<ReceivedMessage>MessagesListAdder.reportablePredicateMethods in net.minecraft.client.report that return ReceivedMessageModifier and TypeMethodDescriptionChatLog.get(int index) Returns the message with indexindex, ornullif there is no such message in the log.ChatLogImpl.get(int index) Returns the message with indexindex, ornullif there is no such message in the log.ReceivedMessage.IndexedMessage.message()Returns the value of themessagerecord component.static ReceivedMessageReceivedMessage.of(com.mojang.authlib.GameProfile gameProfile, Text displayName, SignedMessage message, MessageTrustStatus trustStatus) Returns the received message constructed from a chat message's elements.static ReceivedMessageReturns 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 TypeMethodDescriptionvoidChatLog.add(ReceivedMessage message) Addsmessageto the log.voidChatLogImpl.add(ReceivedMessage message) Addsmessageto the log.voidMessagesListAdder.MessagesList.addMessage(int index, ReceivedMessage message) MessagesListAdder.getReportType(ReceivedMessage message) Constructors in net.minecraft.client.report with parameters of type ReceivedMessageConstructor parameters in net.minecraft.client.report with type arguments of type ReceivedMessageModifierConstructorDescriptionMessagesListAdder(ChatLog log, Predicate<ReceivedMessage> reportablePredicate)