Class ExprFlightMode

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

@Name("Flight Mode") @Description("Whether the player(s) are allowed to fly. Use <a href=effects.html#EffMakeFly>Make Fly</a> effect to force player(s) to fly.") @Examples({"set flight mode of player to true","send \"%flying state of all players%\""}) @Since("2.2-dev34") public class ExprFlightMode extends SimplePropertyExpression<org.bukkit.entity.Player,​Boolean>