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
official xl
intermediary net/minecraft/class_2739
named net/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket
official b
intermediary comp_1127
named id
official c
intermediary comp_1128
named trackedValues
  • 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.
    • MARKER_ID

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

    • EntityTrackerUpdateS2CPacket

      public EntityTrackerUpdateS2CPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lxl;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_2739;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
    • EntityTrackerUpdateS2CPacket

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

    • write

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

      private static List<DataTracker.SerializedEntry<?>> read(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official b Lxl;b(Lsd;)Ljava/util/List;
      intermediary method_46616 Lnet/minecraft/class_2739;method_46616(Lnet/minecraft/class_2540;)Ljava/util/List;
      named read Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;read(Lnet/minecraft/network/PacketByteBuf;)Ljava/util/List;
    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lxl;a(Luk;)V
      intermediary method_11808 Lnet/minecraft/class_2739;method_11808(Lnet/minecraft/class_2602;)V
      named apply Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)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