BlockLazyParticle

data class BlockLazyParticle(block: Material, amount: Int = 1, offset: Vector? = null) : LazyParticle(source)

Constructors

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

Functions

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