Class EntitiesDestroyS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket
- All Implemented Interfaces:
- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket- intermediary - net/minecraft/class_2716- official - aeb
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, EntitiesDestroyS2CPacket> private final IntList
- 
Constructor SummaryConstructorsModifierConstructorDescriptionEntitiesDestroyS2CPacket(int[] entityIds) EntitiesDestroyS2CPacket(IntList entityIds) private
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) private voidwrite(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, transitionsNetworkState
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_47959- Lnet/minecraft/class_2716;field_47959:Lnet/minecraft/class_9139;- official - a- Laeb;a:Lyn;
 
- 
entityIds- Mappings:
- Namespace - Name - Mixin selector - named - entityIds- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;entityIds:Lit/unimi/dsi/fastutil/ints/IntList;- intermediary - field_33690- Lnet/minecraft/class_2716;field_33690:Lit/unimi/dsi/fastutil/ints/IntList;- official - b- Laeb;b:Lit/unimi/dsi/fastutil/ints/IntList;
 
 
- 
- 
Constructor Details- 
EntitiesDestroyS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)V- intermediary - <init>- Lnet/minecraft/class_2716;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)V- official - <init>- Laeb;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)V
 
- 
EntitiesDestroyS2CPacketpublic EntitiesDestroyS2CPacket(int[] entityIds) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;<init>([I)V- intermediary - <init>- Lnet/minecraft/class_2716;<init>([I)V- official - <init>- Laeb;<init>([I)V
 
- 
EntitiesDestroyS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - <init>- Lnet/minecraft/class_2716;<init>(Lnet/minecraft/class_2540;)V- official - <init>- Laeb;<init>(Lvl;)V
 
 
- 
- 
Method Details- 
write- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - method_55906- Lnet/minecraft/class_2716;method_55906(Lnet/minecraft/class_2540;)V- official - a- Laeb;a(Lvl;)V
 
- 
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/EntitiesDestroyS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V- intermediary - method_11764- Lnet/minecraft/class_2716;method_11764(Lnet/minecraft/class_2602;)V- official - a- Laeb;a(Labl;)V
 
- 
getEntityIds- Mappings:
- Namespace - Name - Mixin selector - named - getEntityIds- Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;getEntityIds()Lit/unimi/dsi/fastutil/ints/IntList;- intermediary - method_36548- Lnet/minecraft/class_2716;method_36548()Lit/unimi/dsi/fastutil/ints/IntList;- official - b- Laeb;b()Lit/unimi/dsi/fastutil/ints/IntList;
 
 
-