Mob Post Level Event
class MobPostLevelEvent(val lmEntity: LivingEntityWrapper, val levelCause: MobPostLevelEvent.LevelCause, val additionalInformation: MutableSet<AdditionalLevelInformation>?) : Event
This event is fired after a mob is levelled. Other plugins can cancel this event.
Author
lokka30
Since
2.5.0
Constructors
Link copied to clipboard
constructor(lmEntity: LivingEntityWrapper, levelCause: MobPostLevelEvent.LevelCause, additionalInformation: MutableSet<AdditionalLevelInformation>?)