potionEffect

@JvmName(name = "potionEffectSingle")
fun potionEffect(material: Material, builder: DSLMutator<PotionEffectBuilder>)
@JvmName(name = "potionEffectIterable")
fun potionEffect(materials: Iterable<Material>, builder: DSLMutator<PotionEffectBuilder>)