Class ClientboundUpdateAttributesPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundUpdateAttributesPacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
public class ClientboundUpdateAttributesPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<ClientboundUpdateAttributesPacket.AttributeSnapshot>private final int
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundUpdateAttributesPacket(int p_133580_, Collection<AttributeInstance> p_133581_) ClientboundUpdateAttributesPacket(FriendlyByteBuf p_179447_) 
- 
Method SummaryModifier and TypeMethodDescriptionintvoidhandle(ClientGamePacketListener p_133587_) voidwrite(FriendlyByteBuf p_133590_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
entityIdprivate final int entityId
- 
attributes
 
- 
- 
Constructor Details- 
ClientboundUpdateAttributesPacket
- 
ClientboundUpdateAttributesPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getEntityIdpublic int getEntityId()
- 
getValues
 
-