particle

fun particle(particle: Particle, builder: KSpigotParticle.() -> Unit): KSpigotParticle

Accesses the particle builder.

See also

fun Location.particle(particle: Particle, builder: KSpigotParticle.() -> Unit? = null)

Accesses the particle builder and then immediately spawns the particle at the given location.

See also

fun Player.particle(particle: Particle, builder: KSpigotParticle.() -> Unit? = null)

Accesses the particle builder and then immediately spawns the particle for the player.

See also