Uses of Class
net.neoforged.neoforge.event.entity.living.FinalizeSpawnEvent
Packages that use FinalizeSpawnEvent
-
Uses of FinalizeSpawnEvent in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event that return FinalizeSpawnEventModifier and TypeMethodDescriptionstatic FinalizeSpawnEvent
EventHooks.finalizeMobSpawnSpawner
(Mob mob, ServerLevelAccessor level, DifficultyInstance difficulty, MobSpawnType spawnType, @Nullable SpawnGroupData spawnData, IOwnedSpawner spawner, boolean def) Finalizes the spawn of a mob by firing theFinalizeSpawnEvent
and callingMob.finalizeSpawn(net.minecraft.world.level.ServerLevelAccessor, net.minecraft.world.DifficultyInstance, net.minecraft.world.entity.MobSpawnType, net.minecraft.world.entity.SpawnGroupData)
with the result.