getUnsyncedLivingEntity

public LivingEntity getUnsyncedLivingEntity()

This LivingEntity represents the previous entity spawned by EliteMobs. It is only overwritten when a new one is generated, whereas getLivingEntity returns null as soon as the LivingEntity stops being alive for safety reasons.

This is the method used when operations need to be run on dead instances, such as in com.magmaguy.elitemobs.api.EliteMobDeathEvent.

Return

The latest LivingEntity generated for this EliteEntity