Apply Potion Effect
data class ApplyPotionEffect(val effect: PotionEffect?, val duration: Int = 60, val level: Int = 1, val override: Boolean = false, val showIcon: Boolean = true) : Action
Constructors
Link copied to clipboard
constructor(effect: PotionEffect?, duration: Int = 60, level: Int = 1, override: Boolean = false, showIcon: Boolean = true)