Uses of Class
net.minecraft.world.biome.SpawnSettings.SpawnEntry
Packages that use SpawnSettings.SpawnEntry
Package
Description
-
Uses of SpawnSettings.SpawnEntry in net.minecraft.world
Fields in net.minecraft.world with type parameters of type SpawnSettings.SpawnEntryModifier and TypeFieldDescriptionprivate final Pool
<SpawnSettings.SpawnEntry> StructureSpawns.spawns
The field for thespawns
record component.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 RegistryEntry<Biome> biomeEntry) private static Optional
<SpawnSettings.SpawnEntry> SpawnHelper.pickRandomSpawnEntry
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, Random random, BlockPos pos) StructureSpawns.spawns()
Returns the value of thespawns
record component.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) Constructor parameters in net.minecraft.world with type arguments of type SpawnSettings.SpawnEntryModifierConstructorDescriptionStructureSpawns
(StructureSpawns.BoundingBox boundingBox, Pool<SpawnSettings.SpawnEntry> pool) -
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
(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) -
Uses of SpawnSettings.SpawnEntry in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure with type parameters of type SpawnSettings.SpawnEntryModifier and TypeFieldDescriptionstatic final Pool
<SpawnSettings.SpawnEntry> NetherFortressStructure.MONSTER_SPAWNS