java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Number>
ch.njol.skript.expressions.base.PropertyExpression<ParticleEffect,Number>
ch.njol.skript.expressions.base.SimplePropertyExpression<ParticleEffect,Number>
org.skriptlang.skript.bukkit.particles.elements.expressions.ExprParticleSpeed
All Implemented Interfaces:
Debuggable, Expression<Number>, Loopable<Number>, Simplifiable<Expression<? extends Number>>, SyntaxElement, Converter<ParticleEffect,Number>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Particle Speed/Extra Value") @Description("Determines the specific \'speed\' or \'extra\' value of a particle.\nThis value is used in different ways depending on the particle, but in general it:\n* acts as the speed at which the particle moves if the particle count is greater than 0.\n* acts as a multiplier to the particle\'s offset if the particle count is 0.\n\nMore detailed information on particle behavior can be found at <a href=\"https://docs.papermc.io/paper/dev/particles/#count-argument-behavior\">Paper\'s particle documentation</a>.\n") @Example("set the extra value of {_my-flame-particle} to 2") @Example("set the particle speed of {_my-flame-particle} to 0") @Since("2.14") public class ExprParticleSpeed extends ch.njol.skript.expressions.base.SimplePropertyExpression<ParticleEffect,Number>