73 lines
1.5 KiB
Markdown
73 lines
1.5 KiB
Markdown
---
|
|
title: particle -
|
|
---
|
|
//[KSpigot](../index.md)/[net.axay.kspigot.particles](index.md)/[particle](particle.md)
|
|
|
|
|
|
|
|
# particle
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Accesses the particle builder.
|
|
|
|
|
|
|
|
## See also
|
|
|
|
jvm
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [KSpigotParticle](-k-spigot-particle/index.md)| <br><br><br><br>
|
|
|
|
|
|
Content
|
|
fun [particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [KSpigotParticle](-k-spigot-particle/index.md)
|
|
|
|
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Accesses the particle builder and then immediately spawns the particle at the given location.
|
|
|
|
|
|
|
|
## See also
|
|
|
|
jvm
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [KSpigotParticle](-k-spigot-particle/index.md)| <br><br><br><br>
|
|
|
|
|
|
Content
|
|
fun Location.[particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)
|
|
|
|
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Accesses the particle builder and then immediately spawns the particle for the player.
|
|
|
|
|
|
|
|
## See also
|
|
|
|
jvm
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [KSpigotParticle](-k-spigot-particle/index.md)| <br><br><br><br>
|
|
|
|
|
|
Content
|
|
fun Player.[particle](particle.md)(particle: Particle, builder: [KSpigotParticle](-k-spigot-particle/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)
|
|
|
|
|
|
|