Class ExprVelocity

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

@Name("Vectors - Velocity") @Description("Gets or changes velocity of an entity.") @Examples("set player\'s velocity to {_v}") @Since("2.2-dev31") public class ExprVelocity extends SimplePropertyExpression<org.bukkit.entity.Entity,​org.bukkit.util.Vector>