Uses of Class
net.minecraft.util.collection.Pool
Package
Description
-
Uses of Pool in net.minecraft.util.collection
-
Uses of Pool in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final Pool<SpawnSettings.SpawnEntry>
StructureSpawns.spawns
The field for thespawns
record component.Modifier and TypeMethodDescriptionprivate static Pool<SpawnSettings.SpawnEntry>
SpawnHelper.getSpawnEntries
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable RegistryEntry<Biome> biomeEntry) StructureSpawns.spawns()
Returns the value of thespawns
record component.ModifierConstructorDescriptionStructureSpawns
(StructureSpawns.BoundingBox boundingBox, Pool<SpawnSettings.SpawnEntry> pool) -
Uses of Pool in net.minecraft.world.biome
Modifier and TypeFieldDescriptionstatic final Pool<SpawnSettings.SpawnEntry>
SpawnSettings.EMPTY_ENTRY_POOL
Modifier and TypeFieldDescriptionprivate final Map<SpawnGroup,
Pool<SpawnSettings.SpawnEntry>> SpawnSettings.spawners
ModifierConstructorDescription(package private)
SpawnSettings
(float creatureSpawnProbability, Map<SpawnGroup, Pool<SpawnSettings.SpawnEntry>> spawners, Map<EntityType<?>, SpawnSettings.SpawnDensity> spawnCosts) -
Uses of Pool in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionChunkGenerator.getEntitySpawnList
(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) -
Uses of Pool in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionstatic final Pool<SpawnSettings.SpawnEntry>
NetherFortressStructure.MONSTER_SPAWNS