Uses of Class
net.minecraft.util.collection.Pool
Package
Description
-
Uses of Pool in net.minecraft.util.collection
Modifier and TypeMethodDescriptionPool.createCodec(com.mojang.serialization.Codec<E> entryCodec)
-
Uses of Pool in net.minecraft.world
Modifier and TypeFieldDescriptionprivate static Pool<MobSpawnerEntry>
MobSpawnerLogic.field_30952
private Pool<MobSpawnerEntry>
MobSpawnerLogic.spawnPotentials
Modifier 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
Modifier and TypeFieldDescriptionstatic Pool<SpawnSettings.SpawnEntry>
SpawnSettings.EMPTY_ENTRY_POOL
Modifier and TypeFieldDescriptionprivate Map<SpawnGroup,Pool<SpawnSettings.SpawnEntry>>
SpawnSettings.spawners
ModifierConstructorDescription(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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionStructureFeature.getCreatureSpawns()
SwampHutFeature.getCreatureSpawns()
NetherFortressFeature.getMonsterSpawns()
OceanMonumentFeature.getMonsterSpawns()
PillagerOutpostFeature.getMonsterSpawns()
StructureFeature.getMonsterSpawns()
SwampHutFeature.getMonsterSpawns()
StructureFeature.getUndergroundWaterCreatureSpawns()