Uses of Class
net.minecraft.class_6012
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.world | |
| net.minecraft.world.biome | |
| net.minecraft.world.gen.chunk | |
| net.minecraft.world.gen.feature |
-
Uses of class_6012 in net.minecraft
Subclasses of class_6012 in net.minecraft Modifier and Type Class Description classclass_6005<E>Methods in net.minecraft that return class_6012 Modifier and Type Method Description static <E extends class_6008>
class_6012<E>class_6012. method_34988(List<E> list)static <E extends class_6008>
class_6012<E>class_6012. method_34989(E[] e)static <E extends class_6008>
class_6012<E>class_6012. method_34990()Methods in net.minecraft that return types with arguments of type class_6012 Modifier and Type Method Description static <E extends class_6008>
com.mojang.serialization.Codec<class_6012<E>>class_6012. method_34991(com.mojang.serialization.Codec<E> codec) -
Uses of class_6012 in net.minecraft.world
Fields in net.minecraft.world declared as class_6012 Modifier and Type Field Description private static class_6012<MobSpawnerEntry>MobSpawnerLogic. field_30952private class_6012<MobSpawnerEntry>MobSpawnerLogic. spawnPotentialsMethods in net.minecraft.world that return class_6012 Modifier and Type Method Description private static class_6012<SpawnSettings.SpawnEntry>SpawnHelper. getSpawnEntries(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable Biome biome) -
Uses of class_6012 in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as class_6012 Modifier and Type Field Description static class_6012<SpawnSettings.SpawnEntry>SpawnSettings. field_30982Fields in net.minecraft.world.biome with type parameters of type class_6012 Modifier and Type Field Description private Map<SpawnGroup,class_6012<SpawnSettings.SpawnEntry>>SpawnSettings. spawnersMethods in net.minecraft.world.biome that return class_6012 Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>SpawnSettings. getSpawnEntries(SpawnGroup spawnGroup)Constructor parameters in net.minecraft.world.biome with type arguments of type class_6012 Constructor Description SpawnSettings(float creatureSpawnProbability, Map<SpawnGroup,class_6012<SpawnSettings.SpawnEntry>> spawners, Map<EntityType<?>,SpawnSettings.SpawnDensity> spawnCosts, boolean playerSpawnFriendly) -
Uses of class_6012 in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return class_6012 Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>ChunkGenerator. getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos)class_6012<SpawnSettings.SpawnEntry>NoiseChunkGenerator. getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) -
Uses of class_6012 in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as class_6012 Modifier and Type Field Description private static class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. CREATURE_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>NetherFortressFeature. MONSTER_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>OceanMonumentFeature. MONSTER_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>PillagerOutpostFeature. MONSTER_SPAWNSprivate static class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. MONSTER_SPAWNSMethods in net.minecraft.world.gen.feature that return class_6012 Modifier and Type Method Description class_6012<SpawnSettings.SpawnEntry>StructureFeature. getCreatureSpawns()class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. getCreatureSpawns()class_6012<SpawnSettings.SpawnEntry>NetherFortressFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>OceanMonumentFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>PillagerOutpostFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>StructureFeature. getMonsterSpawns()class_6012<SpawnSettings.SpawnEntry>SwampHutFeature. getMonsterSpawns()