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 2454 tags...
Name<ItemTag.full_components_patch>
ReturnsMapTag
DescriptionReturns the item's entire internal component patch (see Tag:ItemTag.components_patch).
Generated Example
- foreach <player.item_in_hand.full_components_patch> key:key as:val:
    - narrate "<[key]> is set as <[val]>"
Warning(s)Due to this being a direct representation of internal data, compatibility for script usage across versions is not guaranteed.
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemComponentsPatch.java#L107