1.5 KiB
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?)