withEffect

@Contract(value = "_ -> new", pure = true)
abstract fun withEffect(effect: FireworkEffect): FireworkRocketMeta

Creates new item metadata with the given effect added to the end of the effects list.

Return

new item metadata

Parameters

effect

the effect to add