Uses of Class
net.minecraftforge.event.entity.living.LivingSpawnEvent
-
Packages that use LivingSpawnEvent Package Description net.minecraftforge.event.entity.living -
-
Uses of LivingSpawnEvent in net.minecraftforge.event.entity.living
Subclasses of LivingSpawnEvent in net.minecraftforge.event.entity.living Modifier and Type Class Description static classLivingSpawnEvent.AllowDespawnFired each tick for despawnable mobs to allow control over despawning.static classLivingSpawnEvent.CheckSpawnFires before mob spawn events.static classLivingSpawnEvent.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 theForgeEventFactory#doSpecialSpawn(EntityLiving, World, float, float, float).
This event isCancelable.
If this event is canceled, the Entity is not spawned.
This event does not have a result.
-