DustLazyParticle

data class DustLazyParticle(color: Int, size: Float = 1.0f, amount: Int = 1, offset: Vector? = null) : LazyParticle(source)

Constructors

Link copied to clipboard
constructor(color: Int, size: Float = 1.0f, amount: Int = 1, offset: Vector? = null)

Functions

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