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