Uses of Interface
net.minecraft.world.level.CustomSpawner
Packages that use CustomSpawner
Package
Description
-
Uses of CustomSpawner in net.minecraft.server.level
Fields in net.minecraft.server.level with type parameters of type CustomSpawnerConstructor parameters in net.minecraft.server.level with type arguments of type CustomSpawnerModifierConstructorDescriptionServerLevel
(MinecraftServer server, Executor dispatcher, LevelStorageSource.LevelStorageAccess levelStorageAccess, ServerLevelData serverLevelData, ResourceKey<Level> dimension, LevelStem levelStem, ChunkProgressListener progressListener, boolean isDebug, long biomeZoomSeed, List<CustomSpawner> customSpawners, boolean tickTime, RandomSequences randomSequences) -
Uses of CustomSpawner in net.minecraft.world.entity.ai.village
Classes in net.minecraft.world.entity.ai.village that implement CustomSpawner -
Uses of CustomSpawner in net.minecraft.world.entity.npc
Classes in net.minecraft.world.entity.npc that implement CustomSpawner -
Uses of CustomSpawner in net.minecraft.world.level.levelgen
Classes in net.minecraft.world.level.levelgen that implement CustomSpawner -
Uses of CustomSpawner in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event that return types with arguments of type CustomSpawnerModifier and TypeMethodDescriptionstatic List
<CustomSpawner> EventHooks.getCustomSpawners
(ServerLevel serverLevel, List<CustomSpawner> customSpawners) Fires theModifyCustomSpawnersEvent
.Method parameters in net.neoforged.neoforge.event with type arguments of type CustomSpawnerModifier and TypeMethodDescriptionstatic List
<CustomSpawner> EventHooks.getCustomSpawners
(ServerLevel serverLevel, List<CustomSpawner> customSpawners) Fires theModifyCustomSpawnersEvent
. -
Uses of CustomSpawner in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level with type parameters of type CustomSpawnerModifier and TypeFieldDescriptionprivate final List
<CustomSpawner> ModifyCustomSpawnersEvent.customSpawners
Methods in net.neoforged.neoforge.event.level that return types with arguments of type CustomSpawnerMethods in net.neoforged.neoforge.event.level with parameters of type CustomSpawnerModifier and TypeMethodDescriptionvoid
ModifyCustomSpawnersEvent.addCustomSpawner
(CustomSpawner customSpawner) Adds a custom spawner to the list.Constructor parameters in net.neoforged.neoforge.event.level with type arguments of type CustomSpawnerModifierConstructorDescriptionModifyCustomSpawnersEvent
(ServerLevel serverLevel, List<CustomSpawner> customSpawners)