Class ExprSpeed

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

@Name("Speed") @Description({"A player\'s walking or flying speed. Both can be changed, but values must be between -1 and 1 (excessive values will be changed to -1 or 1 respectively). Negative values reverse directions.","Please note that changing a player\'s speed will change their FOV just like potions do."}) @Examples({"set the player\'s walk speed to 1","increase the argument\'s fly speed by 0.1"}) @Since("<i>unknown</i> (before 2.1)") public class ExprSpeed extends SimplePropertyExpression<org.bukkit.entity.Player,​Number>