Package net.minecraft.network.message
Record Class LastSeenMessageList.Indexed
java.lang.Object
java.lang.Record
net.minecraft.network.message.LastSeenMessageList.Indexed
- Record Components:
- buf-
- Enclosing class:
- LastSeenMessageList
public static record LastSeenMessageList.Indexed(List<MessageSignatureData.Indexed> buf)
extends Record
- Mappings:
- Namespace - Name - named - net/minecraft/network/message/LastSeenMessageList$Indexed- intermediary - net/minecraft/class_7635$class_7815- official - ww$a- named - buf- intermediary - comp_1070- official - b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<MessageSignatureData.Indexed> The field for thebufrecord component.static final LastSeenMessageList.Indexed
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuf()Returns the value of thebufrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.unpack(MessageSignatureStorage storage) voidwrite(PacketByteBuf buf) 
- 
Field Details- 
bufThe field for thebufrecord component.
- 
EMPTY- Mappings:
- Namespace - Name - Mixin selector - named - EMPTY- Lnet/minecraft/network/message/LastSeenMessageList$Indexed;EMPTY:Lnet/minecraft/network/message/LastSeenMessageList$Indexed;- intermediary - field_40675- Lnet/minecraft/class_7635$class_7815;field_40675:Lnet/minecraft/class_7635$class_7815;- official - a- Lww$a;a:Lww$a;
 
 
- 
- 
Constructor Details- 
Indexed- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/message/LastSeenMessageList$Indexed;<init>(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - <init>- Lnet/minecraft/class_7635$class_7815;<init>(Lnet/minecraft/class_2540;)V- official - <init>- Lww$a;<init>(Lvl;)V
 
- 
Indexed
 
- 
- 
Method Details- 
write- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/network/message/LastSeenMessageList$Indexed;write(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - method_46260- Lnet/minecraft/class_7635$class_7815;method_46260(Lnet/minecraft/class_2540;)V- official - a- Lww$a;a(Lvl;)V
 
- 
unpack- Mappings:
- Namespace - Name - Mixin selector - named - unpack- Lnet/minecraft/network/message/LastSeenMessageList$Indexed;unpack(Lnet/minecraft/network/message/MessageSignatureStorage;)Ljava/util/Optional;- intermediary - method_46261- Lnet/minecraft/class_7635$class_7815;method_46261(Lnet/minecraft/class_7561;)Ljava/util/Optional;- official - a- Lww$a;a(Lxc;)Ljava/util/Optional;
 
- 
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).
- 
bufReturns the value of thebufrecord component.- Returns:
- the value of the bufrecord component
 
 
-