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 PoolModifier and TypeMethodDescriptionPool.createCodec(com.mojang.serialization.Codec<E> entryCodec)
-
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 PoolFields in net.minecraft.world.biome with type parameters of type PoolModifier and TypeFieldDescriptionprivate 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 PoolModifierConstructorDescriptionprivate
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 Pool<SpawnSettings.SpawnEntry>
SwampHutFeature.CREATURE_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
NetherFortressFeature.MONSTER_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
OceanMonumentFeature.MONSTER_SPAWNS
private static Pool<SpawnSettings.SpawnEntry>
PillagerOutpostFeature.MONSTER_SPAWNS
private static 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()