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

@Name("Particle Offset") @Description("Determines the offset value for a particle.\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.\nSetting distribution/velocity with this method may change the particle count to 1/0 respectively.\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 particle offset of {_my-particle} to vector(1, 2, 1)") @Since("2.14") public class ExprParticleOffset extends ch.njol.skript.expressions.base.SimplePropertyExpression<ParticleEffect,org.bukkit.util.Vector>