Record Class EntityTrackerUpdateS2CPacket

java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.EntityTrackerUpdateS2CPacket
Record Components:
id -
trackedValues -
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public record EntityTrackerUpdateS2CPacket(int id, List<DataTracker.SerializedEntry<?>> trackedValues) extends Record implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
named net/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket
intermediary net/minecraft/class_2739
official aez
named id
intermediary comp_1127
official c
named trackedValues
intermediary comp_1128
official d
  • Field Details

    • id

      private final int id
      The field for the id record component.
    • trackedValues

      private final List<DataTracker.SerializedEntry<?>> trackedValues
      The field for the trackedValues record component.
    • CODEC

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_47979 Lnet/minecraft/class_2739;field_47979:Lnet/minecraft/class_9139;
      official a Laez;a:Lyx;
    • MARKER_ID

      public static final int MARKER_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MARKER_ID Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;MARKER_ID:I
      intermediary field_40850 Lnet/minecraft/class_2739;field_40850:I
      official b Laez;b:I
  • Constructor Details

    • EntityTrackerUpdateS2CPacket

      private EntityTrackerUpdateS2CPacket(RegistryByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;<init>(Lnet/minecraft/network/RegistryByteBuf;)V
      intermediary <init> Lnet/minecraft/class_2739;<init>(Lnet/minecraft/class_9129;)V
      official <init> Laez;<init>(Lwk;)V
    • EntityTrackerUpdateS2CPacket

      public EntityTrackerUpdateS2CPacket(int id, List<DataTracker.SerializedEntry<?>> list)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;<init>(ILjava/util/List;)V
      intermediary <init> Lnet/minecraft/class_2739;<init>(ILjava/util/List;)V
      official <init> Laez;<init>(ILjava/util/List;)V
  • Method Details

    • write

      private static void write(List<DataTracker.SerializedEntry<?>> trackedValues, RegistryByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;write(Ljava/util/List;Lnet/minecraft/network/RegistryByteBuf;)V
      intermediary method_46615 Lnet/minecraft/class_2739;method_46615(Ljava/util/List;Lnet/minecraft/class_9129;)V
      official a Laez;a(Ljava/util/List;Lwk;)V
    • read

      private static List<DataTracker.SerializedEntry<?>> read(RegistryByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named read Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;read(Lnet/minecraft/network/RegistryByteBuf;)Ljava/util/List;
      intermediary method_46616 Lnet/minecraft/class_2739;method_46616(Lnet/minecraft/class_9129;)Ljava/util/List;
      official a Laez;a(Lwk;)Ljava/util/List;
    • write

      private void write(RegistryByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;write(Lnet/minecraft/network/RegistryByteBuf;)V
      intermediary method_55926 Lnet/minecraft/class_2739;method_55926(Lnet/minecraft/class_9129;)V
      official b Laez;b(Lwk;)V
    • getPacketId

      Specified by:
      getPacketId in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named getPacketId Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
      intermediary method_55846 Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
      official a Lzg;a()Lzi;
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
      intermediary method_11808 Lnet/minecraft/class_2739;method_11808(Lnet/minecraft/class_2602;)V
      official a Laez;a(Labu;)V
    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • id

      public int id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • trackedValues

      public List<DataTracker.SerializedEntry<?>> trackedValues()
      Returns the value of the trackedValues record component.
      Returns:
      the value of the trackedValues record component