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
named net/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket
intermediary net/minecraft/class_2716
official aef
  • 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 Laef;a:Lyx;
    • entityIds

      private final IntList 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 Laef;b:Lit/unimi/dsi/fastutil/ints/IntList;
  • Constructor Details

    • EntitiesDestroyS2CPacket

      public EntitiesDestroyS2CPacket(IntList entityIds)
      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> Laef;<init>(Lit/unimi/dsi/fastutil/ints/IntList;)V
    • EntitiesDestroyS2CPacket

      public 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> Laef;<init>([I)V
    • EntitiesDestroyS2CPacket

      private EntitiesDestroyS2CPacket(PacketByteBuf buf)
      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> Laef;<init>(Lvw;)V
  • Method Details

    • write

      private void write(PacketByteBuf buf)
      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 Laef;a(Lvw;)V
    • getPacketId

      public PacketType<EntitiesDestroyS2CPacket> getPacketId()
      Specified by:
      getPacketId in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named getPacketId Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
      intermediary method_55846 Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
      official a Lzg;a()Lzi;
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in 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 Laef;a(Labu;)V
    • getEntityIds

      public IntList 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 Laef;b()Lit/unimi/dsi/fastutil/ints/IntList;