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 static Pool<MobSpawnerEntry>
MobSpawnerLogic.field_30952
private Pool<MobSpawnerEntry>
MobSpawnerLogic.spawnPotentials
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 Biome biome) -
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, boolean playerSpawnFriendly) -
Uses of Pool in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return PoolModifier and TypeMethodDescriptionChunkGenerator.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) NoiseChunkGenerator.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) -
Uses of Pool in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as PoolModifier and TypeFieldDescriptionprivate static final Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.CREATURE_SPAWNS
private static final Pool<SpawnSettings.SpawnEntry>
NetherFortressFeature.MONSTER_SPAWNS
private static final Pool<SpawnSettings.SpawnEntry>
OceanMonumentFeature.MONSTER_SPAWNS
private static final Pool<SpawnSettings.SpawnEntry>
PillagerOutpostFeature.MONSTER_SPAWNS
private static final Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.MONSTER_SPAWNS
Methods in net.minecraft.world.gen.feature that return PoolModifier and TypeMethodDescriptionStructureFeature.getCreatureSpawns()
SwampHutFeature.getCreatureSpawns()
NetherFortressFeature.getMonsterSpawns()
OceanMonumentFeature.getMonsterSpawns()
PillagerOutpostFeature.getMonsterSpawns()
StructureFeature.getMonsterSpawns()
SwampHutFeature.getMonsterSpawns()
StructureFeature.getUndergroundWaterCreatureSpawns()