ServerMobEffect

Mob effect events on the server (allow add / before/after add / allow early remove / before/after remove).

Types

Link copied to clipboard
data class AllowMobEffectArg(val effectInstance: MobEffectInstance, val entity: Entity, val context: EffectEventContext)
Link copied to clipboard
data class MobEffectArg(val effectInstance: MobEffectInstance, val entity: Entity, val context: EffectEventContext)