Files
KSpigot/docs/-k-spigot/net.axay.kspigot.particles/particle.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

1.5 KiB

title
title
particle -

//KSpigot/net.axay.kspigot.particles/particle

particle

[jvm]
Brief description

Accesses the particle builder.

See also

jvm

Name Summary
KSpigotParticle



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

[jvm]
Brief description

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

See also

jvm

Name Summary
KSpigotParticle



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

[jvm]
Brief description

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

See also

jvm

Name Summary
KSpigotParticle



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