Uses of Class
net.minecraft.world.biome.source.BiomeSource
-
Uses of BiomeSource in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BiomeSource Modifier and Type Field Description static Registry<com.mojang.serialization.Codec<? extends BiomeSource>>Registry. BIOME_SOURCEstatic 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.source Modifier and Type Class Description classCheckerboardBiomeSourceclassFixedBiomeSourceclassMultiNoiseBiomeSourceclassTheEndBiomeSourceclassVanillaLayeredBiomeSourceFields in net.minecraft.world.biome.source with type parameters of type BiomeSource Modifier and Type Field Description static com.mojang.serialization.Codec<BiomeSource>BiomeSource. CODECMethods in net.minecraft.world.biome.source that return BiomeSource Modifier and Type Method Description abstract BiomeSourceBiomeSource. withSeed(long seed)BiomeSourceCheckerboardBiomeSource. withSeed(long seed)BiomeSourceFixedBiomeSource. withSeed(long seed)BiomeSourceMultiNoiseBiomeSource. withSeed(long seed)BiomeSourceTheEndBiomeSource. withSeed(long seed)BiomeSourceVanillaLayeredBiomeSource. withSeed(long seed)Methods in net.minecraft.world.biome.source that return types with arguments of type BiomeSource Modifier and Type Method Description protected 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()protected com.mojang.serialization.Codec<? extends BiomeSource>VanillaLayeredBiomeSource. getCodec()Methods in net.minecraft.world.biome.source with parameters of type BiomeSource Modifier and Type Method Description private static BiomeBiomeArray. method_32916(BiomeSource biomeSource, int int2, int int3, int int4, int int5)BiomeAccessBiomeAccess. withSource(BiomeSource source)Constructors in net.minecraft.world.biome.source with parameters of type BiomeSource Constructor Description BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, ChunkPos chunkPos, BiomeSource biomeSource)BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, ChunkPos chunkPos, BiomeSource biomeSource, @org.jetbrains.annotations.Nullable int[] ids) -
Uses of BiomeSource in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as BiomeSource Modifier and Type Field Description private BiomeSourceNoiseColumnSampler. biomeSourceConstructors in net.minecraft.world.gen with parameters of type BiomeSource Constructor Description NoiseColumnSampler(BiomeSource biomeSource, int horizontalNoiseResolution, int verticalNoiseResolution, int noiseSizeY, GenerationShapeConfig config, InterpolatedNoiseSampler noise, @Nullable SimplexNoiseSampler islandNoise, OctavePerlinNoiseSampler densityNoise, @Nullable NoiseCaveSampler noiseCaveSampler) -
Uses of BiomeSource in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BiomeSource Modifier and Type Field Description protected BiomeSourceChunkGenerator. biomeSourceprotected 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 BiomeSource Modifier and Type Method Description BiomeSourceChunkGenerator. getBiomeSource()Constructors in net.minecraft.world.gen.chunk with parameters of type BiomeSource Constructor Description ChunkGenerator(BiomeSource populationSource, BiomeSource biomeSource, StructuresConfig structuresConfig, long worldSeed)ChunkGenerator(BiomeSource biomeSource, StructuresConfig structuresConfig)NoiseChunkGenerator(BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings)NoiseChunkGenerator(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 BiomeSource Modifier and Type Method Description protected booleanBastionRemnantFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)protected booleanBuriedTreasureFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView)protected booleanEndCityFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanMineshaftFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)protected booleanNetherFortressFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanOceanMonumentFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanPillagerOutpostFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)protected booleanStrongholdFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)protected booleanStructureFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long worldSeed, ChunkRandom random, ChunkPos pos, Biome biome, ChunkPos chunkPos, C config, HeightLimitView world)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.ChunkRandom, int, int).protected booleanWoodlandMansionFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)StructureStart<?>ConfiguredStructureFeature. tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, Biome biome, int referenceCount, StructureConfig structureConfig, HeightLimitView heightLimitView)StructureStart<?>StructureFeature. tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, Biome biome, int referenceCount, ChunkRandom random, StructureConfig structureConfig, C config, HeightLimitView world)Tries to place a starting point for this type of structure in the given chunk. -
Uses of BiomeSource in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type BiomeSource Modifier and Type Method Description static voidAlphaChunkIo. convertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, NbtCompound nbt, BiomeSource biomeSource)private static voidAnvilLevelStorage. convertRegion(DynamicRegistryManager.Impl registryManager, File directory, File file, BiomeSource biomeSource, int int2, int int3, ProgressListener progressListener)private static voidAnvilLevelStorage. convertRegions(DynamicRegistryManager.Impl registryManager, File directory, Iterable<File> files, BiomeSource biomeSource, int int2, int int3, ProgressListener progressListener)