@minecraft/server / EntityItemPickupAfterEvent
Class: EntityItemPickupAfterEvent ​
Defined in: @minecraft/server/index.d.ts:11166
Contains information related to an entity having picked up items.
Properties ​
entity ​
readonlyentity:Entity
Defined in: @minecraft/server/index.d.ts:11173
Remarks ​
The entity that has picked up the items.
items ​
readonlyitems:ItemStack[]
Defined in: @minecraft/server/index.d.ts:11179
Remarks ​
The list of items the entity has picked up.