Contains information related to an entity having picked up items.
export class EntityItemPickupAfterEvent { private constructor(); readonly entity: Entity; readonly items: ItemStack[];} Copy
export class EntityItemPickupAfterEvent { private constructor(); readonly entity: Entity; readonly items: ItemStack[];}
Private
Readonly
The entity that has picked up the items.
This property can't be read in early-execution mode.
The list of items the entity has picked up.
Contains information related to an entity having picked up items.
Source