Record Class ReceivedMessage.ChatMessage
java.lang.Object
java.lang.Record
net.minecraft.client.session.report.log.ReceivedMessage.ChatMessage
- Record Components:
- profile-
- message-
- trustStatus-
- All Implemented Interfaces:
- ChatLogEntry,- ReceivedMessage
- Enclosing interface:
- ReceivedMessage
@Environment(CLIENT)
public static record ReceivedMessage.ChatMessage(com.mojang.authlib.GameProfile profile, SignedMessage message, MessageTrustStatus trustStatus)
extends Record
implements ReceivedMessage
A chat message received by the client.
- Mappings:
- Namespace - Name - named - net/minecraft/client/session/report/log/ReceivedMessage$ChatMessage- intermediary - net/minecraft/class_7557$class_7558- official - ggy$a- named - profile- intermediary - comp_868- official - c- named - message- intermediary - comp_870- official - d- named - trustStatus- intermediary - comp_905- official - e
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.session.report.log.ChatLogEntryChatLogEntry.TypeNested classes/interfaces inherited from interface net.minecraft.client.session.report.log.ReceivedMessageReceivedMessage.ChatMessage, ReceivedMessage.GameMessage
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ReceivedMessage.ChatMessage> private static final DateTimeFormatterprivate final SignedMessageThe field for themessagerecord component.private final com.mojang.authlib.GameProfileThe field for theprofilerecord component.private final MessageTrustStatusThe field for thetrustStatusrecord component.Fields inherited from interface net.minecraft.client.session.report.log.ChatLogEntryCODEC
- 
Constructor SummaryConstructorsConstructorDescriptionChatMessage(com.mojang.authlib.GameProfile gameProfile, SignedMessage signedMessage, MessageTrustStatus messageTrustStatus) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the content of the message.private TextReturns the formatted timestamp text of this message.Returns the heading text used by Chat Selection screen.Returns the narration of the message (by default, the content).Returns the UUID of the sender.getType()final inthashCode()Returns a hash code value for this object.booleanisSentFrom(UUID uuid) Returns whether the sender's UUID equalsuuid.message()Returns the value of themessagerecord component.com.mojang.authlib.GameProfileprofile()Returns the value of theprofilerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetrustStatusrecord component.
- 
Field Details- 
profileprivate final com.mojang.authlib.GameProfile profileThe field for theprofilerecord component.
- 
messageThe field for themessagerecord component.
- 
trustStatusThe field for thetrustStatusrecord component.
- 
CHAT_MESSAGE_CODECpublic static final com.mojang.serialization.MapCodec<ReceivedMessage.ChatMessage> CHAT_MESSAGE_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CHAT_MESSAGE_CODEC- Lnet/minecraft/client/session/report/log/ReceivedMessage$ChatMessage;CHAT_MESSAGE_CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_40809- Lnet/minecraft/class_7557$class_7558;field_40809:Lcom/mojang/serialization/MapCodec;- official - b- Lggy$a;b:Lcom/mojang/serialization/MapCodec;
 
- 
DATE_TIME_FORMATTER- Mappings:
- Namespace - Name - Mixin selector - named - DATE_TIME_FORMATTER- Lnet/minecraft/client/session/report/log/ReceivedMessage$ChatMessage;DATE_TIME_FORMATTER:Ljava/time/format/DateTimeFormatter;- intermediary - field_39637- Lnet/minecraft/class_7557$class_7558;field_39637:Ljava/time/format/DateTimeFormatter;- official - f- Lggy$a;f:Ljava/time/format/DateTimeFormatter;
 
 
- 
- 
Constructor Details- 
ChatMessagepublic ChatMessage(com.mojang.authlib.GameProfile gameProfile, SignedMessage signedMessage, MessageTrustStatus messageTrustStatus) 
 
- 
- 
Method Details- 
getContentReturns the content of the message.- Specified by:
- getContentin interface- ReceivedMessage
- Returns:
- the content of the message
- Implementation Note:
- If the message is a chat message and it contains an unsigned part, the unsigned part will be returned. Note that in vanilla, unsigned part is stripped prior to construction of the received message instance if the client requires secure chat.
- Mappings:
- Namespace - Name - Mixin selector - named - getContent- Lnet/minecraft/client/session/report/log/ReceivedMessage;getContent()Lnet/minecraft/text/Text;- intermediary - method_44551- Lnet/minecraft/class_7557;method_44551()Lnet/minecraft/class_2561;- official - b- Lggy;b()Lwp;
 
- 
getNarrationReturns the narration of the message (by default, the content).- Specified by:
- getNarrationin interface- ReceivedMessage
- Returns:
- the narration of the message (by default, the content)
- Mappings:
- Namespace - Name - Mixin selector - named - getNarration- Lnet/minecraft/client/session/report/log/ReceivedMessage;getNarration()Lnet/minecraft/text/Text;- intermediary - method_44555- Lnet/minecraft/class_7557;method_44555()Lnet/minecraft/class_2561;- official - c- Lggy;c()Lwp;
 
- 
getHeadingTextReturns the heading text used by Chat Selection screen.The text contains the sender's display name and the formatted timestamp. - Returns:
- the heading text used by Chat Selection screen
- Mappings:
- Namespace - Name - Mixin selector - named - getHeadingText- Lnet/minecraft/client/session/report/log/ReceivedMessage$ChatMessage;getHeadingText()Lnet/minecraft/text/Text;- intermediary - method_44556- Lnet/minecraft/class_7557$class_7558;method_44556()Lnet/minecraft/class_2561;- official - d- Lggy$a;d()Lwp;
 
- 
getFormattedTimestampReturns the formatted timestamp text of this message.- Returns:
- the formatted timestamp text of this message
- Mappings:
- Namespace - Name - Mixin selector - named - getFormattedTimestamp- Lnet/minecraft/client/session/report/log/ReceivedMessage$ChatMessage;getFormattedTimestamp()Lnet/minecraft/text/Text;- intermediary - method_44558- Lnet/minecraft/class_7557$class_7558;method_44558()Lnet/minecraft/class_2561;- official - i- Lggy$a;i()Lwp;
 
- 
isSentFromReturns whether the sender's UUID equalsuuid.- Specified by:
- isSentFromin interface- ReceivedMessage
- Returns:
- whether the sender's UUID equals uuid
- Mappings:
- Namespace - Name - Mixin selector - named - isSentFrom- Lnet/minecraft/client/session/report/log/ReceivedMessage;isSentFrom(Ljava/util/UUID;)Z- intermediary - method_44553- Lnet/minecraft/class_7557;method_44553(Ljava/util/UUID;)Z- official - a- Lggy;a(Ljava/util/UUID;)Z
 
- 
getSenderUuidReturns the UUID of the sender.- Returns:
- the UUID of the sender
- Mappings:
- Namespace - Name - Mixin selector - named - getSenderUuid- Lnet/minecraft/client/session/report/log/ReceivedMessage$ChatMessage;getSenderUuid()Ljava/util/UUID;- intermediary - method_44557- Lnet/minecraft/class_7557$class_7558;method_44557()Ljava/util/UUID;- official - e- Lggy$a;e()Ljava/util/UUID;
 
- 
getType- Specified by:
- getTypein interface- ChatLogEntry
- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/client/session/report/log/ChatLogEntry;getType()Lnet/minecraft/client/session/report/log/ChatLogEntry$Type;- intermediary - method_46538- Lnet/minecraft/class_7629;method_46538()Lnet/minecraft/class_7629$class_7854;- official - a- Lggx;a()Lggx$a;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
profilepublic com.mojang.authlib.GameProfile profile()Returns the value of theprofilerecord component.- Returns:
- the value of the profilerecord component
 
- 
messageReturns the value of themessagerecord component.- Returns:
- the value of the messagerecord component
 
- 
trustStatusReturns the value of thetrustStatusrecord component.- Returns:
- the value of the trustStatusrecord component
 
 
-