Uses of Class
net.minecraft.world.biome.SpawnSettings.SpawnEntry
| Package | Description |
|---|---|
| net.minecraft.world | |
| net.minecraft.world.biome | |
| net.minecraft.world.gen.chunk | |
| net.minecraft.world.gen.feature |
-
Uses of SpawnSettings.SpawnEntry in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type SpawnSettings.SpawnEntry Modifier and Type Method Description private static class_6012<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.SpawnEntry Modifier and Type Method Description private static booleanSpawnHelper. canSpawn(ServerWorld world, SpawnGroup group, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnSettings.SpawnEntry spawnEntry, BlockPos.Mutable pos, double squaredDistance)private static booleanSpawnHelper. 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.SpawnEntry Modifier and Type Field Description static com.mojang.serialization.Codec<SpawnSettings.SpawnEntry>SpawnSettings.SpawnEntry. CODECstatic class_6012<SpawnSettings.SpawnEntry>SpawnSettings. field_30982private Map<SpawnGroup,List<SpawnSettings.SpawnEntry>>SpawnSettings.Builder. spawnersprivate Map<SpawnGroup,class_6012<SpawnSettings.SpawnEntry>>SpawnSettings. spawnersMethods in net.minecraft.world.biome that return types with arguments of type SpawnSettings.SpawnEntry Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>SpawnSettings. getSpawnEntries(SpawnGroup spawnGroup)Methods in net.minecraft.world.biome with parameters of type SpawnSettings.SpawnEntry Modifier and Type Method Description SpawnSettings.BuilderSpawnSettings.Builder. spawn(SpawnGroup spawnGroup, SpawnSettings.SpawnEntry spawnEntry)Constructor parameters in net.minecraft.world.biome with type arguments of type SpawnSettings.SpawnEntry Constructor Description SpawnSettings(float creatureSpawnProbability, Map<SpawnGroup,class_6012<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.SpawnEntry Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>ChunkGenerator. getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)class_6012<SpawnSettings.SpawnEntry>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.SpawnEntry Modifier and Type Field Description private static class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. CREATURE_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>NetherFortressFeature. MONSTER_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>OceanMonumentFeature. MONSTER_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>PillagerOutpostFeature. MONSTER_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. MONSTER_SPAWNSMethods in net.minecraft.world.gen.feature that return types with arguments of type SpawnSettings.SpawnEntry Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>StructureFeature. getCreatureSpawns()class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. getCreatureSpawns()class_6012<SpawnSettings.SpawnEntry>NetherFortressFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>OceanMonumentFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>PillagerOutpostFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>StructureFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. getMonsterSpawns()