Directional Particle Effect Builder
interface DirectionalParticleEffectBuilder : BaseParticleEffectBuilder<DirectionalParticleEffectBuilder>
A builder for building directional particle effects.
Functions
Link copied to clipboard
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the direction that the particle effect will travel.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets whether the particle effect can be viewed from a further distance than normal.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the offset the particles can be from the origin.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the number of particles to be spawned by the particle effect.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the velocity that the particle effect will travel with.