Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2392 tags...
Name<EntityTag.item>
ReturnsItemTag
MechanismEntityTag.item
DescriptionIf 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
- give <player.item>
Groupproperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityItem.java#L140