| Package | Description | 
|---|---|
| net.minecraftforge.event.entity.living | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LivingSpawnEvent.AllowDespawnFired each tick for despawnable mobs to allow control over despawning. | 
| static class  | LivingSpawnEvent.CheckSpawnFires before mob spawn events. | 
| static class  | LivingSpawnEvent.SpecialSpawnSpecialSpawn is fired when an Entity is to be spawned. This allows you to do special inializers in the new entity. This event is fired via the ForgeEventFactory.doSpecialSpawn(EntityLiving, World, float, float, float).This event is Cancelable.If this event is canceled, the Entity is not spawned. This event does not have a result. |