Class EntitiesDestroyS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket
- All Implemented Interfaces:
 Packet<ClientPlayPacketListener>
- Mappings:
 Namespace Name official xcintermediary net/minecraft/class_2716named net/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionEntitiesDestroyS2CPacket(int[] entityIds) EntitiesDestroyS2CPacket(IntList entityIds)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable 
- 
Field Details
- 
entityIds
- Mappings:
 Namespace Name Mixin selector official aLxc;a:Lit/unimi/dsi/fastutil/ints/IntList;intermediary field_33690Lnet/minecraft/class_2716;field_33690:Lit/unimi/dsi/fastutil/ints/IntList;named entityIdsLnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;entityIds:Lit/unimi/dsi/fastutil/ints/IntList;
 
 - 
 - 
Constructor Details
- 
EntitiesDestroyS2CPacket
- Mappings:
 Namespace Name Mixin selector official <init>Lxc;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)Vintermediary <init>Lnet/minecraft/class_2716;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)V
 - 
EntitiesDestroyS2CPacket
public EntitiesDestroyS2CPacket(int[] entityIds) - Mappings:
 Namespace Name Mixin selector official <init>Lxc;<init>([I)Vintermediary <init>Lnet/minecraft/class_2716;<init>([I)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;<init>([I)V
 - 
EntitiesDestroyS2CPacket
- Mappings:
 Namespace Name Mixin selector official <init>Lxc;<init>(Lsf;)Vintermediary <init>Lnet/minecraft/class_2716;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLuo;a(Lsf;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 - 
apply
- Specified by:
 applyin interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLxc;a(Lur;)Vintermediary method_11764Lnet/minecraft/class_2716;method_11764(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
 - 
getEntityIds
- Mappings:
 Namespace Name Mixin selector official aLxc;a()Lit/unimi/dsi/fastutil/ints/IntList;intermediary method_36548Lnet/minecraft/class_2716;method_36548()Lit/unimi/dsi/fastutil/ints/IntList;named getEntityIdsLnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;getEntityIds()Lit/unimi/dsi/fastutil/ints/IntList;
 
 -