Vibration Particle Effect Builder
interface VibrationParticleEffectBuilder : BaseParticleEffectBuilder<VibrationParticleEffectBuilder>
A builder for building vibration particle effects.
Functions
Link copied to clipboard
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the destination location from the given position.
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 amount of ticks it will take to vibrate from the origin to the destination.