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 2437 tags...
Name<EntityTag.item>
ReturnsItemTag
MechanismEntityTag.item
Description(Property) An entity's item, which can be:
- the item represented and displayed by a dropped item.
- the item represented by a thrown trident.
- a throwable projectile's display item.
- an eye-of-ender's item, which is both displayed and dropped.
- a fireball's display item.
- an item display'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#L21