PotionEffectBuilder
class PotionEffectBuilder(amplifier: Int? = null, duration: Duration? = null, type: PotionEffectType? = null, ambient: Boolean? = false, particles: Boolean? = null, icon: Boolean? = null, tag: OriginNamespacedTag? = null) : CachingBuilder<PotionEffect>
Constructors
Link copied to clipboard
fun PotionEffectBuilder(amplifier: Int? = null, duration: Duration? = null, type: PotionEffectType? = null, ambient: Boolean? = false, particles: Boolean? = null, icon: Boolean? = null, tag: OriginNamespacedTag? = null)