0x0D S0DPacketCollectItem

Shows an item being collected (picked up) by a player entity. Plays the pickup animation.

Clientbound (Server → Client) · PLAY · net/minecraft/network/play/server/S0DPacketCollectItem.java
entityitemanimation

Fields

FieldTypeDescription
itemEntityIdVarIntThe item entity being collected
collectorEntityIdVarIntThe player collecting the item

Wire Encoding

FieldTypeNotes
Collector IDVarIntItem entity ID
Collecting Player IDVarIntPlayer entity ID

MCP References

MCPNetHandlerPlayClient.handleCollectItem()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

ItemESP

Track item pickups. ItemESP uses for visual effects.

Vanilla hook: EventReceivePacket
ItemStealer

Track item pickups. ItemESP uses for visual effects.

Vanilla hook: EventReceivePacket
← Back to all packets