Class ExprGlidingState

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

@Name("Gliding State") @Description("Sets of gets gliding state of player. It allows you to set gliding state of entity even if they do not have an <a href=\"https://minecraft.gamepedia.com/Elytra\">Elytra</a> equipped.") @Examples("set gliding of player to off") @Since("2.2-dev21") public class ExprGlidingState extends SimplePropertyExpression<org.bukkit.entity.LivingEntity,​Boolean>