> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/net/minecraft/network/server/s0dpacketcollectitem.md).

# S0DPacketCollectItem

Represents a packet that is sent when an item is collected by an entity

### Extends

* [`Packet`](/api/net/minecraft/network/packet.md)

### Methods

#### getCollectedItemEntityID()

> **getCollectedItemEntityID**(): `number`

Gets the ID of the item entity that was collected

**Returns**

`number`

The collected item's entity ID

***

#### getEntityID()

> **getEntityID**(): `number`

Gets the ID of the entity that collected the item

**Returns**

`number`

The collector's entity ID

***

#### getPacketID()

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

Get the ID of the packet.

**Returns**

`string`

The ID of the packet.

**Inherited from**

[`Packet`](/api/net/minecraft/network/packet.md).[`getPacketID`](/api/net/minecraft/network/packet.md#getpacketid)
