@minecraft/server / EntityItemDropAfterEvent
Class: EntityItemDropAfterEvent ​
Defined in: @minecraft/server/index.d.ts:11113
Contains information related to an entity having dropped items.
Properties ​
entity ​
readonlyentity:Entity
Defined in: @minecraft/server/index.d.ts:11120
Remarks ​
The entity that has dropped the items.
items ​
readonlyitems:Entity[]
Defined in: @minecraft/server/index.d.ts:11126
Remarks ​
The list of items the entity has dropped.