Class EntitiesDestroyS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class EntitiesDestroyS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official riintermediary net/minecraft/class_2716named net/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EntitiesDestroyS2CPacket(int[] entityIds)EntitiesDestroyS2CPacket(IntList entityIds)EntitiesDestroyS2CPacket(PacketByteBuf buf) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)IntListgetEntityIds()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
isWritingErrorSkippable
-
Field Details
-
entityIds
- Mappings:
Namespace Name Mixin selector official aLri;a:Lit/unimi/dsi/fastutil/ints/IntList;intermediary field_12422Lnet/minecraft/class_2716;field_12422: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>Lri;<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>Lri;<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>Lri;<init>(Lnx;)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 aLpb;a(Lnx;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLri;a(Lpe;)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 bLri;b()Lit/unimi/dsi/fastutil/ints/IntList;intermediary method_11763Lnet/minecraft/class_2716;method_11763()Lit/unimi/dsi/fastutil/ints/IntList;named getEntityIdsLnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;getEntityIds()Lit/unimi/dsi/fastutil/ints/IntList;
-