Name | <EntityTag.item> |
Returns | ItemTag |
Mechanism | EntityTag.item |
Description | If the entity is a dropped item, returns the item represented by the entity.
If the entity is a trident, returns the trident item represented by the entity. If the entity is a throwable projectile, returns the display item for that projectile. If the entity is an eye-of-ender, returns the item to be displayed and dropped by it. If the entity is a fireball, returns the fireball's display item. If the entity is an Item Display, returns the entity's display item. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityItem.java#L140 |