Uses of Class
net.minecraft.world.biome.source.BiomeSource
Packages that use BiomeSource
Package
Description
-
Uses of BiomeSource in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.Codec<? extends BiomeSource>>Registry.BIOME_SOURCEstatic final RegistryKey<Registry<com.mojang.serialization.Codec<? extends BiomeSource>>>Registry.BIOME_SOURCE_KEY -
Uses of BiomeSource in net.minecraft.world.biome.source
Subclasses of BiomeSource in net.minecraft.world.biome.sourceModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.world.biome.source with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeSource>BiomeSource.CODECMethods in net.minecraft.world.biome.source that return BiomeSourceModifier and TypeMethodDescriptionabstract BiomeSourceBiomeSource.withSeed(long seed) CheckerboardBiomeSource.withSeed(long seed) FixedBiomeSource.withSeed(long seed) MultiNoiseBiomeSource.withSeed(long seed) TheEndBiomeSource.withSeed(long seed) Methods in net.minecraft.world.biome.source that return types with arguments of type BiomeSourceModifier and TypeMethodDescriptionprotected abstract com.mojang.serialization.Codec<? extends BiomeSource>BiomeSource.getCodec()protected com.mojang.serialization.Codec<? extends BiomeSource>CheckerboardBiomeSource.getCodec()protected com.mojang.serialization.Codec<? extends BiomeSource>FixedBiomeSource.getCodec()protected com.mojang.serialization.Codec<? extends BiomeSource>MultiNoiseBiomeSource.getCodec()protected com.mojang.serialization.Codec<? extends BiomeSource>TheEndBiomeSource.getCodec() -
Uses of BiomeSource in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type BiomeSourceModifier and TypeMethodDescriptionvoidChunk.method_38257(BiomeSource biomeSource, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) voidReadOnlyChunk.method_38257(BiomeSource biomeSource, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) voidChunkSection.method_38291(BiomeSource biomeSource, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler, int int2, int int3) -
Uses of BiomeSource in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BiomeSourceModifier and TypeFieldDescriptionprotected final BiomeSourceChunkGenerator.biomeSourceprotected final BiomeSourceChunkGenerator.populationSourceUsed to control the population step without replacing the actual biome that comes from the originalChunkGenerator.biomeSource.Methods in net.minecraft.world.gen.chunk that return BiomeSourceConstructors in net.minecraft.world.gen.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkGenerator(BiomeSource populationSource, BiomeSource biomeSource, StructuresConfig structuresConfig, long worldSeed) ChunkGenerator(BiomeSource biomeSource, StructuresConfig structuresConfig) NoiseChunkGenerator(BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings) privateNoiseChunkGenerator(BiomeSource populationSource, BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings) -
Uses of BiomeSource in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type BiomeSourceModifier and TypeMethodDescriptionprotected booleanBastionRemnantFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView) protected booleanBuriedTreasureFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView) protected booleanEndCityFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView) protected booleanMineshaftFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView) protected booleanNetherFortressFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView) protected booleanOceanMonumentFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView) protected booleanPillagerOutpostFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView) protected booleanStrongholdFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView) protected booleanStructureFeature.shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long worldSeed, ChunkRandom random, ChunkPos pos, ChunkPos chunkPos, C c, HeightLimitView heightLimitView) Checks if this structure can actually be placed at a potential structure position determined viaStructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.random.ChunkRandom, int, int).ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int int2, StructureConfig structureConfig, HeightLimitView heightLimitView, Predicate<Biome> predicate) StructureFeature.tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, int int2, ChunkRandom chunkRandom, StructureConfig structureConfig, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate) Tries to place a starting point for this type of structure in the given chunk.