Class ExprGravity

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

@Name("Gravity") @Description("If entity is affected by gravity or not, i.e. if it has Minecraft 1.10+ NoGravity flag.") @Examples("set gravity of player off") @Since("2.2-dev21") public class ExprGravity extends SimplePropertyExpression<org.bukkit.entity.Entity,​Boolean>