Name | <ItemTag.effects_data> |
Returns | ListTag(MapTag) |
Mechanism | ItemTag.potion_effects |
Description | Returns a list of all potion effects on this item, in the same format as the MapTag input to the mechanism.
This applies to Potion items, Tipped Arrow items, and Suspicious Stews. Note that for potions or tipped arrows (not suspicious stew) the first value in the list is the potion's base type. All subsequent entries are effect data. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemPotion.java#L218 |