DefaultLazyParticle

data class DefaultLazyParticle(particle: Particle, amount: Int = 1, offset: Vector? = null) : LazyParticle(source)

Constructors

Link copied to clipboard
constructor(particle: Particle, amount: Int = 1, offset: Vector? = null)

Functions

Link copied to clipboard
open override fun spawn(at: Location)