net.minecraft.network.packet.s2c.play

public class EntitiesDestroyS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundRemoveEntitiesPacket
net.minecraft.class_2716
net.minecraft.network.packet.s2c.play.EntitiesDestroyS2CPacket

Field summary

Modifier and TypeField
public static final PacketCodec<PacketByteBuf, EntitiesDestroyS2CPacket>
STREAM_CODEC
field_47959
CODEC
private final it.unimi.dsi.fastutil.ints.IntList
entityIds
field_33690
entityIds

Constructor summary

ModifierConstructor
public (it.unimi.dsi.fastutil.ints.IntList entityIds)
public (int... entityIds)
private (PacketByteBuf buf)

Method summary

Modifier and TypeMethod
private void
write(FriendlyByteBuf output)
method_55906(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<EntitiesDestroyS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_11764(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public it.unimi.dsi.fastutil.ints.IntList
getEntityIds()
method_36548()
getEntityIds()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)