Uses of Class
net.minecraftforge.event.entity.living.LivingSpawnEvent
-
Uses of LivingSpawnEvent in net.minecraftforge.event.entity.living
Modifier and TypeClassDescriptionstatic class
Fired each tick for despawnable mobs to allow control over despawning.static class
Fires before mob spawn events.static class
SpecialSpawn 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(Mob, Level, float, float, float, BaseSpawner, MobSpawnType)
.
This event isCancelable
.
If this event is canceled, the Entity is not spawned.
This event does not have a result.