Uses of Interface
net.neoforged.neoforge.common.extensions.IOwnedSpawner
Packages that use IOwnedSpawner
-
Uses of IOwnedSpawner in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type IOwnedSpawnerModifier and TypeMethodDescriptionstatic FinalizeSpawnEvent
EventHooks.finalizeMobSpawnSpawner
(net.minecraft.world.entity.Mob mob, net.minecraft.world.level.ServerLevelAccessor level, net.minecraft.world.DifficultyInstance difficulty, net.minecraft.world.entity.EntitySpawnReason spawnType, @Nullable net.minecraft.world.entity.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.EntitySpawnReason, net.minecraft.world.entity.SpawnGroupData)
with the result.