Uses of Class
net.minecraft.world.biome.SpawnSettings.SpawnEntry
Packages that use SpawnSettings.SpawnEntry
Package
Description
-
Uses of SpawnSettings.SpawnEntry in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type SpawnSettings.SpawnEntryModifier and TypeMethodDescriptionprivate static Pool<SpawnSettings.SpawnEntry>
SpawnHelper.getSpawnEntries(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable Biome biome)
private static Optional<SpawnSettings.SpawnEntry>
SpawnHelper.pickRandomSpawnEntry(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, Random random, BlockPos pos)
Methods in net.minecraft.world with parameters of type SpawnSettings.SpawnEntryModifier and TypeMethodDescriptionprivate static boolean
SpawnHelper.canSpawn(ServerWorld world, SpawnGroup group, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnSettings.SpawnEntry spawnEntry, BlockPos.Mutable pos, double squaredDistance)
private static boolean
SpawnHelper.containsSpawnEntry(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry, BlockPos pos)
-
Uses of SpawnSettings.SpawnEntry in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type SpawnSettings.SpawnEntryModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<SpawnSettings.SpawnEntry>
SpawnSettings.SpawnEntry.CODEC
static Pool<SpawnSettings.SpawnEntry>
SpawnSettings.EMPTY_ENTRY_POOL
private Map<SpawnGroup,List<SpawnSettings.SpawnEntry>>
SpawnSettings.Builder.spawners
private Map<SpawnGroup,Pool<SpawnSettings.SpawnEntry>>
SpawnSettings.spawners
Methods in net.minecraft.world.biome that return types with arguments of type SpawnSettings.SpawnEntryMethods in net.minecraft.world.biome with parameters of type SpawnSettings.SpawnEntryModifier and TypeMethodDescriptionSpawnSettings.Builder.spawn(SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry)
Constructor parameters in net.minecraft.world.biome with type arguments of type SpawnSettings.SpawnEntryModifierConstructorDescription(package private)
SpawnSettings(float creatureSpawnProbability, Map<SpawnGroup,Pool<SpawnSettings.SpawnEntry>> spawners, Map<EntityType<?>,SpawnSettings.SpawnDensity> spawnCosts, boolean playerSpawnFriendly)
-
Uses of SpawnSettings.SpawnEntry in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return types with arguments of type SpawnSettings.SpawnEntryModifier and TypeMethodDescriptionChunkGenerator.getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)
NoiseChunkGenerator.getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)
-
Uses of SpawnSettings.SpawnEntry in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SpawnSettings.SpawnEntryModifier and TypeFieldDescriptionprivate static Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.CREATURE_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
NetherFortressFeature.MONSTER_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
OceanMonumentFeature.MONSTER_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
PillagerOutpostFeature.MONSTER_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.MONSTER_SPAWNS
Methods in net.minecraft.world.gen.feature that return types with arguments of type SpawnSettings.SpawnEntryModifier and TypeMethodDescriptionStructureFeature.getCreatureSpawns()
SwampHutFeature.getCreatureSpawns()
NetherFortressFeature.getMonsterSpawns()
OceanMonumentFeature.getMonsterSpawns()
PillagerOutpostFeature.getMonsterSpawns()
StructureFeature.getMonsterSpawns()
SwampHutFeature.getMonsterSpawns()
StructureFeature.getUndergroundWaterCreatureSpawns()