Name | can_pickup_items |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.can_pickup_items> Returns whether the entity can pick up items.
|
Description | Sets whether the entity can pick up items.
The entity must be living. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3414 |