Name | <EntityTag.has_effect[<effect>]> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.potion_effects |
Description | Returns whether the entity has a specified effect.
If no effect is specified, returns whether the entity has any effect. The effect type must be from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html. |
Group | attributes |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotionEffects.java#L122 |