Uses of Interface
net.neoforged.neoforge.common.extensions.IOwnedSpawner
Package
Description
-
Uses of IOwnedSpawner in net.minecraft.world.level
-
Uses of IOwnedSpawner in net.minecraft.world.level.block.entity.trialspawner
-
Uses of IOwnedSpawner in net.neoforged.neoforge.event
Modifier 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.