Class EntityAttributesS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
- All Implemented Interfaces:
- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket- intermediary - net/minecraft/class_2781- official - afy
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, EntityAttributesS2CPacket> private final intprivate final List<EntityAttributesS2CPacket.Entry> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionEntityAttributesS2CPacket(int entityId, Collection<EntityAttributeInstance> attributes) privateEntityAttributesS2CPacket(int entityId, List<EntityAttributesS2CPacket.Entry> attributes) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable, transitionsNetworkState
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_48008- Lnet/minecraft/class_2781;field_48008:Lnet/minecraft/class_9139;- official - a- Lafy;a:Lyn;
 
- 
entityIdprivate final int entityId- Mappings:
- Namespace - Name - Mixin selector - named - entityId- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;entityId:I- intermediary - field_12719- Lnet/minecraft/class_2781;field_12719:I- official - b- Lafy;b:I
 
- 
entries- Mappings:
- Namespace - Name - Mixin selector - named - entries- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;entries:Ljava/util/List;- intermediary - field_12720- Lnet/minecraft/class_2781;field_12720:Ljava/util/List;- official - c- Lafy;c:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
EntityAttributesS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;<init>(ILjava/util/Collection;)V- intermediary - <init>- Lnet/minecraft/class_2781;<init>(ILjava/util/Collection;)V- official - <init>- Lafy;<init>(ILjava/util/Collection;)V
 
- 
EntityAttributesS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;<init>(ILjava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_2781;<init>(ILjava/util/List;)V- official - <init>- Lafy;<init>(ILjava/util/List;)V
 
 
- 
- 
Method Details- 
getPacketType- Specified by:
- getPacketTypein interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - getPacketType- Lnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;- intermediary - method_65080- Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;- official - a- Lyw;a()Lyy;
 
- 
apply- Specified by:
- applyin interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V- intermediary - method_11936- Lnet/minecraft/class_2781;method_11936(Lnet/minecraft/class_2602;)V- official - a- Lafy;a(Labl;)V
 
- 
getEntityIdpublic int getEntityId()- Mappings:
- Namespace - Name - Mixin selector - named - getEntityId- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;getEntityId()I- intermediary - method_11937- Lnet/minecraft/class_2781;method_11937()I- official - b- Lafy;b()I
 
- 
getEntries- Mappings:
- Namespace - Name - Mixin selector - named - getEntries- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;getEntries()Ljava/util/List;- intermediary - method_11938- Lnet/minecraft/class_2781;method_11938()Ljava/util/List;- official - e- Lafy;e()Ljava/util/List;
 
 
-