particle

Accesses the particle builder.

See also

KSpigotParticle
Link copied to clipboard

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

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

See also

KSpigotParticle
Link copied to clipboard

KSpigotParticle.spawnAt
Link copied to clipboard

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

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

See also

KSpigotParticle
Link copied to clipboard

KSpigotParticle.spawnFor
Link copied to clipboard

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