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<MapCodec<? extends BiomeSource>> BuiltInRegistries.BIOME_SOURCEstatic final ResourceKey<Registry<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 BiomeSourceMethods in net.minecraft.world.level.biome that return types with arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic MapCodec<? extends BiomeSource> BiomeSources.bootstrap(Registry<MapCodec<? extends BiomeSource>> registry) protected abstract MapCodec<? extends BiomeSource> BiomeSource.codec()protected MapCodec<? extends BiomeSource> CheckerboardColumnBiomeSource.codec()protected MapCodec<? extends BiomeSource> FixedBiomeSource.codec()protected MapCodec<? extends BiomeSource> MultiNoiseBiomeSource.codec()protected MapCodec<? extends BiomeSource> TheEndBiomeSource.codec()Method parameters in net.minecraft.world.level.biome with type arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic MapCodec<? extends BiomeSource> BiomeSources.bootstrap(Registry<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>> structureOverrides) static ChunkGeneratorStructureStateChunkGeneratorStructureState.createForNormal(RandomState randomState, long levelSeed, BiomeSource biomeSource, HolderLookup<StructureSet> allStructures) 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 concentricRingsSeed, 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 overworldBiomeSource, Holder<NoiseGeneratorSettings> noiseSettings) 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(Holder<Structure> selected, ResourceKey<Level> dimension, RegistryAccess registryAccess, ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, StructureTemplateManager structureTemplateManager, long seed, ChunkPos sourceChunkPos, int references, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type BiomeSourceModifierConstructorDescriptionGenerationContext(RegistryAccess registryAccess, ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome) 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, 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.