Uses of Interface
net.neoforged.neoforge.common.extensions.IOwnedSpawner

Packages that use IOwnedSpawner
Package
Description
 
  • Uses of IOwnedSpawner in net.neoforged.neoforge.event

    Methods in net.neoforged.neoforge.event with parameters of type IOwnedSpawner
    Modifier and Type
    Method
    Description
    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 the FinalizeSpawnEvent and calling Mob.finalizeSpawn(net.minecraft.world.level.ServerLevelAccessor, net.minecraft.world.DifficultyInstance, net.minecraft.world.entity.EntitySpawnReason, net.minecraft.world.entity.SpawnGroupData) with the result.