| Name | <EntityTag.effects_data> |
| Returns | ListTag(MapTag) |
| Mechanism | EntityTag.potion_effects |
| Description | Returns the active potion effects on the entity, or the potion effects an arrow/area effect cloud will apply.
The effects returned are a list of maps in Potion Effect Format. |
| Generated Example | |
| Group | attribute |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotionEffects.java#L119 |