Name | potion_effects |
Object | EntityTag |
Input | ListTag |
Related Tags | <EntityTag.effects_data> Returns the active potion effects on the entity, as a list of maps in Potion Effect Format.
<EntityTag.has_effect[<effect>]> Returns whether the entity has a specified effect. (...)
|
Description | Set the entity's active potion effects.
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#L157 |