net.minecraft.network.protocol.game

public class ClientboundUpdateAttributesPacket

implements Packet<ClientGamePacketListener>

agx
net.minecraft.network.protocol.game.ClientboundUpdateAttributesPacket
net.minecraft.class_2781

Field summary

Modifier and TypeField
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateAttributesPacket>
a
STREAM_CODEC
field_48008
private final int
b
entityId
field_12719
private final List<ClientboundUpdateAttributesPacket$AttributeSnapshot>
c
attributes
field_12720

Constructor summary

ModifierConstructor
public (int arg0, Collection<AttributeInstance> arg1)
private (int arg0, List<ClientboundUpdateAttributesPacket$AttributeSnapshot> arg1)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundUpdateAttributesPacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_11936(class_2602 arg0)
public int
b()
getEntityId()
method_11937()
public List<ClientboundUpdateAttributesPacket$AttributeSnapshot>
e()
getValues()
method_11938()