Updated docs
This commit is contained in:
72
docs/-k-spigot/net.axay.kspigot.particles/particle.md
Normal file
72
docs/-k-spigot/net.axay.kspigot.particles/particle.md
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
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)?)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user