Class ExprMinecartDerailedFlyingVelocity

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<F,​T>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Entity,​org.bukkit.util.Vector>
ch.njol.skript.expressions.ExprMinecartDerailedFlyingVelocity
All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,​org.bukkit.util.Vector>, Debuggable, Expression<org.bukkit.util.Vector>, SyntaxElement

@Name("Minecart Derailed / Flying Velocity") @Description("The velocity of a minecart as soon as it has been derailed or as soon as it starts flying.") @Examples({"on right click on minecart:","\tset derailed velocity of event-entity to vector 2, 10, 2"}) @Since("2.5.1") public class ExprMinecartDerailedFlyingVelocity extends SimplePropertyExpression<org.bukkit.entity.Entity,​org.bukkit.util.Vector>
  • Constructor Details

    • ExprMinecartDerailedFlyingVelocity

      public ExprMinecartDerailedFlyingVelocity()
  • Method Details