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

1.9 KiB

title
title
net.axay.kspigot.particles -

//KSpigot/net.axay.kspigot.particles

Package net.axay.kspigot.particles

Types

Name Summary
KSpigotParticle [jvm]
Content
data class KSpigotParticle(particle: Particle, amount: Int, offset: Vector?, extra: Number, data: Any?, force: Boolean)


Functions

Name Summary
particle [jvm]
Brief description


Accesses the particle builder.


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.


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.


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