Class ExprAI

All Implemented Interfaces:
Converter<org.bukkit.entity.LivingEntity,​Boolean>, Debuggable, Expression<Boolean>, SyntaxElement

@Name("Entity AI") @Description("Returns whether an entity has AI.") @Examples("set artificial intelligence of target entity to false") @Since("2.5") public class ExprAI extends SimplePropertyExpression<org.bukkit.entity.LivingEntity,​Boolean>