isLevelled

open override fun isLevelled(livingEntity: LivingEntity): Boolean

Check if a LivingEntity is a levelled mob or not. This is determined after MobPreLevelEvent.

Thread-safety intended, but not tested.

Return

if the mob is levelled or not

Parameters

livingEntity

living entity to check