Uses of Class
net.minecraft.world.level.biome.BiomeSource
Packages that use BiomeSource
Package
Description
-
Uses of BiomeSource in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends BiomeSource>> BuiltInRegistries.BIOME_SOURCEstatic final ResourceKey<Registry<com.mojang.serialization.MapCodec<? extends BiomeSource>>> Registries.BIOME_SOURCE -
Uses of BiomeSource in net.minecraft.world.level.biome
Subclasses of BiomeSource in net.minecraft.world.level.biomeModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.world.level.biome with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeSource> BiomeSource.CODECMethods in net.minecraft.world.level.biome that return types with arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends BiomeSource> BiomeSources.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends BiomeSource>> registry) protected abstract com.mojang.serialization.MapCodec<? extends BiomeSource> BiomeSource.codec()protected com.mojang.serialization.MapCodec<? extends BiomeSource> CheckerboardColumnBiomeSource.codec()protected com.mojang.serialization.MapCodec<? extends BiomeSource> FixedBiomeSource.codec()protected com.mojang.serialization.MapCodec<? extends BiomeSource> MultiNoiseBiomeSource.codec()protected com.mojang.serialization.MapCodec<? extends BiomeSource> TheEndBiomeSource.codec()Method parameters in net.minecraft.world.level.biome with type arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends BiomeSource> BiomeSources.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends BiomeSource>> registry) -
Uses of BiomeSource in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as BiomeSourceModifier and TypeFieldDescriptionprotected final BiomeSourceChunkGenerator.biomeSourceprivate final BiomeSourceChunkGeneratorStructureState.biomeSourceMethods in net.minecraft.world.level.chunk that return BiomeSourceMethods in net.minecraft.world.level.chunk with parameters of type BiomeSourceModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureStateChunkGeneratorStructureState.createForFlat(RandomState randomState, long levelSeed, BiomeSource biomeSource, Stream<Holder<StructureSet>> structureSets) static ChunkGeneratorStructureStateChunkGeneratorStructureState.createForNormal(RandomState randomState, long seed, BiomeSource biomeSource, HolderLookup<StructureSet> structureSetLookup) private static booleanChunkGeneratorStructureState.hasBiomesForStructureSet(StructureSet structureSet, BiomeSource biomeSource) Constructors in net.minecraft.world.level.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkGenerator(BiomeSource biomeSource) ChunkGenerator(BiomeSource biomeSource, Function<Holder<Biome>, BiomeGenerationSettings> generationSettingsGetter) privateChunkGeneratorStructureState(RandomState randomState, BiomeSource biomeSource, long levelSeed, long cocentricRingsSeed, List<Holder<StructureSet>> possibleStructureSets) -
Uses of BiomeSource in net.minecraft.world.level.levelgen
Constructors in net.minecraft.world.level.levelgen with parameters of type BiomeSourceModifierConstructorDescriptionNoiseBasedChunkGenerator(BiomeSource biomeSource, Holder<NoiseGeneratorSettings> settings) -
Uses of BiomeSource in net.minecraft.world.level.levelgen.presets
Methods in net.minecraft.world.level.levelgen.presets with parameters of type BiomeSourceModifier and TypeMethodDescriptionprivate LevelStemWorldPresets.Bootstrap.makeNoiseBasedOverworld(BiomeSource biomeSource, Holder<NoiseGeneratorSettings> settings) private voidWorldPresets.Bootstrap.registerOverworlds(BiomeSource biomeSource) -
Uses of BiomeSource in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSourceStructure.GenerationContext.biomeSourceThe field for thebiomeSourcerecord component.private final BiomeSourceStructureCheck.biomeSourceMethods in net.minecraft.world.level.levelgen.structure that return BiomeSourceModifier and TypeMethodDescriptionStructure.GenerationContext.biomeSource()Returns the value of thebiomeSourcerecord component.Methods in net.minecraft.world.level.levelgen.structure with parameters of type BiomeSourceModifier and TypeMethodDescriptionStructure.generate(RegistryAccess registryAccess, ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type BiomeSourceModifierConstructorDescriptionGenerationContext(RegistryAccess p_226632_, ChunkGenerator p_226633_, BiomeSource p_226634_, RandomState p_226635_, StructureTemplateManager p_226636_, long p_226637_, ChunkPos p_226638_, LevelHeightAccessor p_226639_, Predicate<Holder<Biome>> p_226640_) GenerationContext(RegistryAccess registryAccess, ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, StructureTemplateManager structureTemplateManager, WorldgenRandom random, long seed, ChunkPos chunkPos, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome) Creates an instance of aGenerationContextrecord class.StructureCheck(ChunkScanAccess storageAccess, RegistryAccess registryAccess, StructureTemplateManager structureTemplateManager, ResourceKey<Level> dimension, ChunkGenerator chunkGenerator, RandomState randomState, LevelHeightAccessor heightAccessor, BiomeSource biomeSource, long seed, com.mojang.datafixers.DataFixer fixerUpper) -
Uses of BiomeSource in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSourcePieceGeneratorSupplier.Context.biomeSourceThe field for thebiomeSourcerecord component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return BiomeSourceModifier and TypeMethodDescriptionPieceGeneratorSupplier.Context.biomeSource()Returns the value of thebiomeSourcerecord component.Constructors in net.minecraft.world.level.levelgen.structure.pieces with parameters of type BiomeSourceModifierConstructorDescriptionContext(ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, long seed, ChunkPos chunkPos, C config, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome, StructureTemplateManager structureTemplateManager, RegistryAccess registryAccess) Creates an instance of aContextrecord class.