0x0D S0DPacketCollectItem
Shows an item being collected (picked up) by a player entity. Plays the pickup animation.
Fields
| Field | Type | Description |
|---|---|---|
| itemEntityId | VarInt | The item entity being collected |
| collectorEntityId | VarInt | The player collecting the item |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Collector ID | VarInt | Item entity ID |
| Collecting Player ID | VarInt | Player entity ID |
MCP References
MCP
NetHandlerPlayClient.handleCollectItem()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
ItemESP
Track item pickups. ItemESP uses for visual effects.
ItemStealer
Track item pickups. ItemESP uses for visual effects.