Uses of Class
net.minecraft.util.collection.Pool
Packages that use Pool
Package
Description
-
Uses of Pool in net.minecraft.util.collection
Subclasses 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.world
Fields in net.minecraft.world declared as PoolModifier and TypeFieldDescriptionprivate final Pool
<SpawnSettings.SpawnEntry> StructureSpawns.spawns
The field for thespawns
record 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 thespawns
record 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.biome
Fields in net.minecraft.world.biome declared as PoolModifier and TypeFieldDescriptionstatic final Pool
<SpawnSettings.SpawnEntry> SpawnSettings.EMPTY_ENTRY_POOL
Fields in net.minecraft.world.biome with type parameters of type PoolModifier and TypeFieldDescriptionprivate final Map
<SpawnGroup, Pool<SpawnSettings.SpawnEntry>> SpawnSettings.spawners
Methods 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.chunk
Methods 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.structure
Fields in net.minecraft.world.gen.structure declared as PoolModifier and TypeFieldDescriptionstatic final Pool
<SpawnSettings.SpawnEntry> NetherFortressStructure.MONSTER_SPAWNS