Uses of Class
net.minecraft.world.biome.MobSpawnInfo.Spawners
Packages that use MobSpawnInfo.Spawners
Package
Description
-
Uses of MobSpawnInfo.Spawners in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type MobSpawnInfo.SpawnersModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MobSpawnInfo.Spawners>MobSpawnInfo.Spawners.CODECprotected final Map<EntityClassification,List<MobSpawnInfo.Spawners>> MobSpawnInfo.Builder.spawnersprivate final Map<EntityClassification,List<MobSpawnInfo.Spawners>> MobSpawnInfo.spawnersMethods in net.minecraft.world.biome that return types with arguments of type MobSpawnInfo.SpawnersMethods in net.minecraft.world.biome with parameters of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionMobSpawnInfo.Builder.addSpawn(EntityClassification p_242575_1_, MobSpawnInfo.Spawners p_242575_2_) Constructor parameters in net.minecraft.world.biome with type arguments of type MobSpawnInfo.SpawnersModifierConstructorDescriptionprivateMobSpawnInfo(float p_i241946_1_, Map<EntityClassification, List<MobSpawnInfo.Spawners>> p_i241946_2_, Map<EntityType<?>, MobSpawnInfo.SpawnCosts> p_i241946_3_, boolean p_i241946_4_) -
Uses of MobSpawnInfo.Spawners in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionChunkGenerator.getMobsAt(Biome p_230353_1_, StructureManager p_230353_2_, EntityClassification p_230353_3_, BlockPos p_230353_4_) NoiseChunkGenerator.getMobsAt(Biome p_230353_1_, StructureManager p_230353_2_, EntityClassification p_230353_3_, BlockPos p_230353_4_) -
Uses of MobSpawnInfo.Spawners in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure with type parameters of type MobSpawnInfo.SpawnersModifier and TypeFieldDescriptionprivate static final List<MobSpawnInfo.Spawners>FortressStructure.FORTRESS_ENEMIESprivate static final List<MobSpawnInfo.Spawners>OceanMonumentStructure.MONUMENT_ENEMIESprivate static final List<MobSpawnInfo.Spawners>PillagerOutpostStructure.OUTPOST_ENEMIESprivate static final List<MobSpawnInfo.Spawners>SwampHutStructure.SWAMPHUT_ANIMALSprivate static final List<MobSpawnInfo.Spawners>SwampHutStructure.SWAMPHUT_ENEMIESMethods in net.minecraft.world.gen.feature.structure that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionSwampHutStructure.getDefaultCreatureSpawnList()FortressStructure.getDefaultSpawnList()OceanMonumentStructure.getDefaultSpawnList()PillagerOutpostStructure.getDefaultSpawnList()SwampHutStructure.getDefaultSpawnList()final List<MobSpawnInfo.Spawners>Structure.getSpawnList(EntityClassification classification) Structure.getSpecialAnimals()Structure.getSpecialEnemies() -
Uses of MobSpawnInfo.Spawners in net.minecraft.world.spawner
Methods in net.minecraft.world.spawner that return MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionprivate static MobSpawnInfo.SpawnersWorldEntitySpawner.getRandomSpawnMobAt(ServerWorld p_234977_0_, StructureManager p_234977_1_, ChunkGenerator p_234977_2_, EntityClassification p_234977_3_, Random p_234977_4_, BlockPos p_234977_5_) Methods in net.minecraft.world.spawner that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionprivate static List<MobSpawnInfo.Spawners>WorldEntitySpawner.mobsAt(ServerWorld p_241463_0_, StructureManager p_241463_1_, ChunkGenerator p_241463_2_, EntityClassification p_241463_3_, BlockPos p_241463_4_, Biome p_241463_5_) Methods in net.minecraft.world.spawner with parameters of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionprivate static booleanWorldEntitySpawner.canSpawnMobAt(ServerWorld p_234976_0_, StructureManager p_234976_1_, ChunkGenerator p_234976_2_, EntityClassification p_234976_3_, MobSpawnInfo.Spawners p_234976_4_, BlockPos p_234976_5_) private static booleanWorldEntitySpawner.isValidSpawnPostitionForType(ServerWorld p_234975_0_, EntityClassification p_234975_1_, StructureManager p_234975_2_, ChunkGenerator p_234975_3_, MobSpawnInfo.Spawners p_234975_4_, BlockPos.Mutable p_234975_5_, double p_234975_6_) -
Uses of MobSpawnInfo.Spawners in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptiondefault List<MobSpawnInfo.Spawners>IForgeStructure.getDefaultCreatureSpawnList()Gets the default list ofEntityClassification.CREATUREspawns for this structure.default List<MobSpawnInfo.Spawners>IForgeStructure.getDefaultSpawnList()Gets the default list ofEntityClassification.MONSTERspawns for this structure.IForgeStructure.getSpawnList(EntityClassification classification) Helper method to get the list of entity spawns for this structure for the given classification. -
Uses of MobSpawnInfo.Spawners in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world with type parameters of type MobSpawnInfo.SpawnersModifier and TypeFieldDescriptionprivate final Map<EntityClassification,List<MobSpawnInfo.Spawners>> StructureSpawnManager.StructureSpawnInfo.spawnsMethods in net.minecraftforge.common.world that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionMobSpawnInfoBuilder.getSpawner(EntityClassification type) static List<MobSpawnInfo.Spawners>StructureSpawnManager.getSpawnList(Structure<?> structure, EntityClassification classification) Gets the entity spawn lists for entities of a given classification for a given structure.static List<MobSpawnInfo.Spawners>StructureSpawnManager.getStructureSpawns(StructureManager structureManager, EntityClassification classification, BlockPos pos) Looks up if a given position is within a structure and returns any entity spawns that structure has for the given classification, or null if none are found.Constructor parameters in net.minecraftforge.common.world with type arguments of type MobSpawnInfo.SpawnersModifierConstructorDescriptionprivateStructureSpawnInfo(Map<EntityClassification, List<MobSpawnInfo.Spawners>> spawns, boolean insideOnly) -
Uses of MobSpawnInfo.Spawners in net.minecraftforge.event
Methods in net.minecraftforge.event that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionstatic List<MobSpawnInfo.Spawners>ForgeEventFactory.getPotentialSpawns(IWorld world, EntityClassification type, BlockPos pos, List<MobSpawnInfo.Spawners> oldList) Method parameters in net.minecraftforge.event with type arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionstatic List<MobSpawnInfo.Spawners>ForgeEventFactory.getPotentialSpawns(IWorld world, EntityClassification type, BlockPos pos, List<MobSpawnInfo.Spawners> oldList) -
Uses of MobSpawnInfo.Spawners in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world with type parameters of type MobSpawnInfo.SpawnersModifier and TypeFieldDescriptionprivate final Map<EntityClassification,List<MobSpawnInfo.Spawners>> StructureSpawnListGatherEvent.entitySpawnsprivate final Map<EntityClassification,List<MobSpawnInfo.Spawners>> StructureSpawnListGatherEvent.entitySpawnsUnmodifiableprivate final Map<EntityClassification,List<MobSpawnInfo.Spawners>> StructureSpawnListGatherEvent.entitySpawnsUnmodifiableListsprivate final List<MobSpawnInfo.Spawners>WorldEvent.PotentialSpawns.listMethods in net.minecraftforge.event.world that return types with arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionStructureSpawnListGatherEvent.getEntitySpawns()Gets an unmodifiable view of the map of spawns based on entity classification that is used to fill in the various spawn lists for the structure.StructureSpawnListGatherEvent.getEntitySpawns(EntityClassification classification) Gets an unmodifiable view of the the list representing the entity spawns for the given classification.WorldEvent.PotentialSpawns.getList()private List<MobSpawnInfo.Spawners>StructureSpawnListGatherEvent.getOrCreateEntitySpawns(EntityClassification classification) Gets the internal spawn list for a given entity classification, or adds one if needed.Methods in net.minecraftforge.event.world with parameters of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionvoidStructureSpawnListGatherEvent.addEntitySpawn(EntityClassification classification, MobSpawnInfo.Spawners spawner) Adds a spawn to the list of spawns for the given classification.voidStructureSpawnListGatherEvent.removeEntitySpawn(EntityClassification classification, MobSpawnInfo.Spawners spawner) Removes a spawn from the list of spawns for the given classification.Method parameters in net.minecraftforge.event.world with type arguments of type MobSpawnInfo.SpawnersModifier and TypeMethodDescriptionvoidStructureSpawnListGatherEvent.addEntitySpawns(EntityClassification classification, List<MobSpawnInfo.Spawners> spawners) Adds spawns to the list of spawns for the given classification.Constructor parameters in net.minecraftforge.event.world with type arguments of type MobSpawnInfo.SpawnersModifierConstructorDescriptionPotentialSpawns(IWorld world, EntityClassification type, BlockPos pos, List<MobSpawnInfo.Spawners> oldList)