effects

@Contract(value = "_ -> this", mutates = "this")
abstract fun effects(effects: Collection<FireworkEffect>): FireworkRocketMeta.Builder
@Contract(value = "_ -> this", mutates = "this")
open fun effects(vararg effects: FireworkEffect): FireworkRocketMeta.Builder

Sets the list of effects for the rocket to the given effects.

Return

this builder

Parameters

effects

the effects