Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
class MobPreLevelEvent(val entity: LivingEntity, var level: Int, val levelCause: MobPreLevelEvent.LevelCause, val additionalInformation: MutableSet<AdditionalLevelInformation>?) : Event, Cancellable

This event is fired before a mob has been levelled. Note that it does not fire when the mob was spawned using /lm summon, instead see Summoned- -MobPreLevelEvent.

Link copied to clipboard
class SummonedMobPreLevelEvent(val entity: LivingEntity, var level: Int) : Event, Cancellable

This event is fired before a mob has been levelled, but only if it was spawned using the /lm summon command.