Class ExprGlowing

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

@Name("Glowing") @Description("Indicates if targeted entity is glowing (new 1.9 effect) or not. Glowing entities can be seen through walls.") @Examples("set glowing of player to true") @Since("2.2-dev18") public class ExprGlowing extends SimplePropertyExpression<org.bukkit.entity.Entity,​Boolean>