net.minecraft.network.protocol.game

public record ClientboundSetEntityDataPacket

implements Packet<ClientGamePacketListener>

agb
net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket
net.minecraft.class_2739
net.minecraft.network.packet.s2c.play.EntityTrackerUpdateS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutEntityMetadata

Field summary

Modifier and TypeField
private final int
c
id
comp_1127
id
private final List<SynchedEntityData$DataValue<?>>
d
packedItems
comp_1128
trackedValues
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetEntityDataPacket>
a
STREAM_CODEC
field_47979
CODEC
public static final int
b
EOF_MARKER
field_40850
MARKER_ID

Constructor summary

ModifierConstructor
private (RegistryFriendlyByteBuf buf)
public (int id, List<SynchedEntityData$DataValue<?>> arg1)

Method summary

Modifier and TypeMethod
private static void
a(List<alg$c<?>> arg0, xg arg1)
pack(List<SynchedEntityData$DataValue<?>> arg0, RegistryFriendlyByteBuf arg1)
method_46615(List<class_2945$class_7834<?>> arg0, class_9129 arg1)
write(List<DataTracker$SerializedEntry<?>> trackedValues, RegistryByteBuf buf)
private static List<SynchedEntityData$DataValue<?>>
a(xg arg0)
unpack(RegistryFriendlyByteBuf arg0)
method_46616(class_9129 arg0)
read(RegistryByteBuf buf)
private void
b(xg arg0)
write(RegistryFriendlyByteBuf arg0)
method_55926(class_9129 arg0)
write(RegistryByteBuf buf)
public PacketType<ClientboundSetEntityDataPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11808(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
b()
id()
comp_1127()
id()
public List<SynchedEntityData$DataValue<?>>
e()
packedItems()
comp_1128()
trackedValues()