Uses of Class
net.minecraft.util.collection.Pool
Packages that use Pool
Package
Description
- 
Uses of Pool in net.minecraft.util.collectionSubclasses of Pool in net.minecraft.util.collectionMethods in net.minecraft.util.collection that return PoolMethods in net.minecraft.util.collection that return types with arguments of type Pool
- 
Uses of Pool in net.minecraft.worldFields in net.minecraft.world declared as PoolModifier and TypeFieldDescriptionprivate final Pool<SpawnSettings.SpawnEntry> StructureSpawns.spawnsThe field for thespawnsrecord component.Methods in net.minecraft.world that return PoolModifier 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 thespawnsrecord component.Constructors in net.minecraft.world with parameters of type PoolModifierConstructorDescriptionStructureSpawns(StructureSpawns.BoundingBox boundingBox, Pool<SpawnSettings.SpawnEntry> pool) 
- 
Uses of Pool in net.minecraft.world.biomeFields in net.minecraft.world.biome declared as PoolModifier and TypeFieldDescriptionstatic final Pool<SpawnSettings.SpawnEntry> SpawnSettings.EMPTY_ENTRY_POOLFields in net.minecraft.world.biome with type parameters of type PoolModifier and TypeFieldDescriptionprivate final Map<SpawnGroup, Pool<SpawnSettings.SpawnEntry>> SpawnSettings.spawnersMethods in net.minecraft.world.biome that return PoolConstructor parameters in net.minecraft.world.biome with type arguments of type PoolModifierConstructorDescription(package private)SpawnSettings(float creatureSpawnProbability, Map<SpawnGroup, Pool<SpawnSettings.SpawnEntry>> spawners, Map<EntityType<?>, SpawnSettings.SpawnDensity> spawnCosts) 
- 
Uses of Pool in net.minecraft.world.gen.chunkMethods in net.minecraft.world.gen.chunk that return PoolModifier and TypeMethodDescriptionChunkGenerator.getEntitySpawnList(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) 
- 
Uses of Pool in net.minecraft.world.gen.structureFields in net.minecraft.world.gen.structure declared as PoolModifier and TypeFieldDescriptionstatic final Pool<SpawnSettings.SpawnEntry> NetherFortressStructure.MONSTER_SPAWNS