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.ExprParticleCount
All Implemented Interfaces:
Debuggable, Expression<Number>, Loopable<Number>, Simplifiable<Expression<? extends Number>>, SyntaxElement, Converter<ParticleEffect,Number>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Particle Count") @Description("Sets how many particles to draw.\nParticle count has an influence on how the \'offset\' and \'extra\' values of a particle apply.\nOffsets are treated as distributions if particle count is greater than 0.\nOffsets are treated as velocity or some other special behavior if particle count is 0.\n\nThis means that setting the particle count may change how your particle behaves. Be careful!\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("draw 7 blue dust particles at player") @Since("2.14") public class ExprParticleCount extends ch.njol.skript.expressions.base.SimplePropertyExpression<ParticleEffect,Number>