Class EntityAttributesS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket
- All Implemented Interfaces:
- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - official - yu- intermediary - net/minecraft/class_2781- named - net/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final List<EntityAttributesS2CPacket.Entry>
- 
Constructor SummaryConstructorsConstructorDescriptionEntityAttributesS2CPacket(int entityId, Collection<EntityAttributeInstance> attributes) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intvoidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable
- 
Field Details- 
entityIdprivate final int entityId- Mappings:
- Namespace - Name - Mixin selector - official - a- Lyu;a:I- intermediary - field_12719- Lnet/minecraft/class_2781;field_12719:I- named - entityId- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;entityId:I
 
- 
entries- Mappings:
- Namespace - Name - Mixin selector - official - b- Lyu;b:Ljava/util/List;- intermediary - field_12720- Lnet/minecraft/class_2781;field_12720:Ljava/util/List;- named - entries- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;entries:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
EntityAttributesS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lyu;<init>(ILjava/util/Collection;)V- intermediary - <init>- Lnet/minecraft/class_2781;<init>(ILjava/util/Collection;)V- named - <init>- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;<init>(ILjava/util/Collection;)V
 
- 
EntityAttributesS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lyu;<init>(Lsf;)V- intermediary - <init>- Lnet/minecraft/class_2781;<init>(Lnet/minecraft/class_2540;)V- named - <init>- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Luo;a(Lsf;)V- intermediary - method_11052- Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V- named - write- Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
apply- Specified by:
- applyin interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lyu;a(Lur;)V- intermediary - method_11936- Lnet/minecraft/class_2781;method_11936(Lnet/minecraft/class_2602;)V- named - apply- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
 
- 
getEntityIdpublic int getEntityId()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lyu;a()I- intermediary - method_11937- Lnet/minecraft/class_2781;method_11937()I- named - getEntityId- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;getEntityId()I
 
- 
getEntries- Mappings:
- Namespace - Name - Mixin selector - official - c- Lyu;c()Ljava/util/List;- intermediary - method_11938- Lnet/minecraft/class_2781;method_11938()Ljava/util/List;- named - getEntries- Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;getEntries()Ljava/util/List;
 
 
-