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
official sy$a
intermediary net/minecraft/class_7635$class_7815
named net/minecraft/network/message/LastSeenMessageList$Indexed
official b
intermediary comp_1070
named buf
  • Field Details

    • buf

      private final List<MessageSignatureData.Indexed> buf
      The field for the buf record component.
    • EMPTY

      public static final LastSeenMessageList.Indexed EMPTY
      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a:Lsy$a;
      intermediary field_40675 Lnet/minecraft/class_7635$class_7815;field_40675:Lnet/minecraft/class_7635$class_7815;
      named EMPTY Lnet/minecraft/network/message/LastSeenMessageList$Indexed;EMPTY:Lnet/minecraft/network/message/LastSeenMessageList$Indexed;
  • Constructor Details

    • Indexed

      public Indexed(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lsy$a;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_7635$class_7815;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/message/LastSeenMessageList$Indexed;<init>(Lnet/minecraft/network/PacketByteBuf;)V
    • Indexed

      public Indexed(List<MessageSignatureData.Indexed> list)
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a(Lsd;)V
      intermediary method_46260 Lnet/minecraft/class_7635$class_7815;method_46260(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/message/LastSeenMessageList$Indexed;write(Lnet/minecraft/network/PacketByteBuf;)V
    • unpack

      Mappings:
      Namespace Name Mixin selector
      official a Lsy$a;a(Lte;)Ljava/util/Optional;
      intermediary method_46261 Lnet/minecraft/class_7635$class_7815;method_46261(Lnet/minecraft/class_7561;)Ljava/util/Optional;
      named unpack Lnet/minecraft/network/message/LastSeenMessageList$Indexed;unpack(Lnet/minecraft/network/message/MessageSignatureStorage;)Ljava/util/Optional;
    • toString

      public final String toString()
      Returns 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates 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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • buf

      Returns the value of the buf record component.
      Returns:
      the value of the buf record component