Package net.minecraft.network.message
Record Class LastSeenMessageList
java.lang.Object
java.lang.Record
net.minecraft.network.message.LastSeenMessageList
- Record Components:
- entries-
A list of messages a client has seen.
- Mappings:
- Namespace - Name - named - net/minecraft/network/message/LastSeenMessageList- intermediary - net/minecraft/class_7635- official - ww- named - entries- intermediary - comp_965- official - d
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordA record of messages acknowledged by a client.static final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LastSeenMessageList> static LastSeenMessageListprivate final List<MessageSignatureData> The field for theentriesrecord component.static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionentries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pack(MessageSignatureStorage storage) final StringtoString()Returns a string representation of this record class.void
- 
Field Details- 
entriesThe field for theentriesrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/network/message/LastSeenMessageList;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_40843- Lnet/minecraft/class_7635;field_40843:Lcom/mojang/serialization/Codec;- official - a- Lww;a:Lcom/mojang/serialization/Codec;
 
- 
EMPTY- Mappings:
- Namespace - Name - Mixin selector - named - EMPTY- Lnet/minecraft/network/message/LastSeenMessageList;EMPTY:Lnet/minecraft/network/message/LastSeenMessageList;- intermediary - field_39883- Lnet/minecraft/class_7635;field_39883:Lnet/minecraft/class_7635;- official - b- Lww;b:Lww;
 
- 
MAX_ENTRIESpublic static final int MAX_ENTRIES- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_ENTRIES- Lnet/minecraft/network/message/LastSeenMessageList;MAX_ENTRIES:I- intermediary - field_39884- Lnet/minecraft/class_7635;field_39884:I- official - c- Lww;c:I
 
 
- 
- 
Constructor Details- 
LastSeenMessageList
 
- 
- 
Method Details- 
updateSignatures- Throws:
- SignatureException
- Mappings:
- Namespace - Name - Mixin selector - named - updateSignatures- Lnet/minecraft/network/message/LastSeenMessageList;updateSignatures(Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;)V- intermediary - method_46257- Lnet/minecraft/class_7635;method_46257(Lnet/minecraft/class_7498$class_7499;)V- official - a- Lww;a(Lazl$a;)V
 
- 
pack- Mappings:
- Namespace - Name - Mixin selector - named - pack- Lnet/minecraft/network/message/LastSeenMessageList;pack(Lnet/minecraft/network/message/MessageSignatureStorage;)Lnet/minecraft/network/message/LastSeenMessageList$Indexed;- intermediary - method_46258- Lnet/minecraft/class_7635;method_46258(Lnet/minecraft/class_7561;)Lnet/minecraft/class_7635$class_7815;- official - a- Lww;a(Lxc;)Lww$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).
- 
entriesReturns the value of theentriesrecord component.- Returns:
- the value of the entriesrecord component
 
 
-