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