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 final com.mojang.serialization.Codec<SpawnSettings.SpawnEntry>
SpawnSettings.SpawnEntry.CODEC
static final Pool<SpawnSettings.SpawnEntry>
SpawnSettings.EMPTY_ENTRY_POOL
private final Map<SpawnGroup,
List<SpawnSettings.SpawnEntry>> SpawnSettings.Builder.spawners
private final 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) -
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 TypeFieldDescriptionstatic final Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.CREATURE_SPAWNS
static final Pool<SpawnSettings.SpawnEntry>
NetherFortressFeature.MONSTER_SPAWNS
static final Pool<SpawnSettings.SpawnEntry>
OceanMonumentFeature.MONSTER_SPAWNS
static final Pool<SpawnSettings.SpawnEntry>
PillagerOutpostFeature.MONSTER_SPAWNS
static final Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.MONSTER_SPAWNS