particle
fun particle(particle: Particle, builder: KSpigotParticle.() -> Unit): KSpigotParticle
Content copied to clipboard
Accesses the particle builder.
See also
fun Location.particle(particle: Particle, builder: KSpigotParticle.() -> Unit? = null)
Content copied to clipboard
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)
Content copied to clipboard
Accesses the particle builder and then immediately spawns the particle for the player.