Uses of Class
net.minecraft.util.collection.Pool
| Package | Description |
|---|---|
| net.minecraft.util.collection | |
| net.minecraft.world | |
| net.minecraft.world.biome | |
| net.minecraft.world.gen.chunk | |
| net.minecraft.world.gen.feature |
-
Uses of Pool in net.minecraft.util.collection
Subclasses of Pool in net.minecraft.util.collection Modifier and Type Class Description classDataPool<E>Methods in net.minecraft.util.collection that return Pool Modifier and Type Method Description static <E extends Weighted>
Pool<E>Pool. empty()static <E extends Weighted>
Pool<E>Pool. of(E[] entries)static <E extends Weighted>
Pool<E>Pool. of(List<E> entries)Methods in net.minecraft.util.collection that return types with arguments of type Pool Modifier and Type Method Description static <E extends Weighted>
com.mojang.serialization.Codec<Pool<E>>Pool. createCodec(com.mojang.serialization.Codec<E> entryCodec) -
Uses of Pool in net.minecraft.world
Fields in net.minecraft.world declared as Pool Modifier and Type Field Description private static Pool<MobSpawnerEntry>MobSpawnerLogic. field_30952private Pool<MobSpawnerEntry>MobSpawnerLogic. spawnPotentialsMethods in net.minecraft.world that return Pool Modifier and Type Method Description private 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 Pool Modifier and Type Field Description static Pool<SpawnSettings.SpawnEntry>SpawnSettings. field_30982Fields in net.minecraft.world.biome with type parameters of type Pool Modifier and Type Field Description private Map<SpawnGroup,Pool<SpawnSettings.SpawnEntry>>SpawnSettings. spawnersMethods in net.minecraft.world.biome that return Pool Modifier and Type Method Description Pool<SpawnSettings.SpawnEntry>SpawnSettings. getSpawnEntries(SpawnGroup spawnGroup)Constructor parameters in net.minecraft.world.biome with type arguments of type Pool Constructor Description 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 Pool Modifier and Type Method Description Pool<SpawnSettings.SpawnEntry>ChunkGenerator. getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)Pool<SpawnSettings.SpawnEntry>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 Pool Modifier and Type Field Description private static Pool<SpawnSettings.SpawnEntry>SwampHutFeature. CREATURE_SPAWNSprivate static Pool<SpawnSettings.SpawnEntry>NetherFortressFeature. MONSTER_SPAWNSprivate static Pool<SpawnSettings.SpawnEntry>OceanMonumentFeature. MONSTER_SPAWNSprivate static Pool<SpawnSettings.SpawnEntry>PillagerOutpostFeature. MONSTER_SPAWNSprivate static Pool<SpawnSettings.SpawnEntry>SwampHutFeature. MONSTER_SPAWNSMethods in net.minecraft.world.gen.feature that return Pool Modifier and Type Method Description Pool<SpawnSettings.SpawnEntry>StructureFeature. getCreatureSpawns()Pool<SpawnSettings.SpawnEntry>SwampHutFeature. getCreatureSpawns()Pool<SpawnSettings.SpawnEntry>NetherFortressFeature. getMonsterSpawns()Pool<SpawnSettings.SpawnEntry>OceanMonumentFeature. getMonsterSpawns()Pool<SpawnSettings.SpawnEntry>PillagerOutpostFeature. getMonsterSpawns()Pool<SpawnSettings.SpawnEntry>StructureFeature. getMonsterSpawns()Pool<SpawnSettings.SpawnEntry>SwampHutFeature. getMonsterSpawns()