# S13PacketDestroyEntities

Represents a packet that is sent when entities need to be destroyed/removed from the world

### Extends

* [`Packet`](https://scripting.breeze.rip/api/net/minecraft/network/packet)

### Methods

#### getEntityIDs()

> **getEntityIDs**(): `number`\[]

Gets an array of entity IDs that should be destroyed

**Returns**

`number`\[]

Array of entity IDs to be destroyed

***

#### getPacketID()

> **getPacketID**(): `string`

Get the ID of the packet.

**Returns**

`string`

The ID of the packet.

**Inherited from**

[`Packet`](https://scripting.breeze.rip/api/net/minecraft/network/packet).[`getPacketID`](https://scripting.breeze.rip/api/net/minecraft/packet#getpacketid)
