Name | potion_effects |
Object | EntityTag |
Input | ListTag |
Related Tags | <EntityTag.effects_data> Returns the active potion effects on the entity, or the potion effects an arrow/area effect cloud will apply. (...)
<EntityTag.has_effect[<effect>]> Returns whether the entity has a specified effect, or whether an arrow/area effect cloud will apply a certain effect. (...)
|
Description | Set the entity's active potion effects, or the potion effects an arrow/area effect cloud will apply.
Each item in the list must be a MapTag in Potion Effect Format. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotionEffects.java#L169 |