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>> pRegistry) 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>> pRegistry) -
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 pRandomState, long pLevelSeed, BiomeSource pBiomeSource, Stream<Holder<StructureSet>> pStructureSets) static ChunkGeneratorStructureStateChunkGeneratorStructureState.createForNormal(RandomState pRandomState, long pSeed, BiomeSource pBiomeSource, HolderLookup<StructureSet> pStructureSetLookup) private static booleanChunkGeneratorStructureState.hasBiomesForStructureSet(StructureSet pStructureSet, BiomeSource pBiomeSource) Constructors in net.minecraft.world.level.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkGenerator(BiomeSource pBiomeSource) ChunkGenerator(BiomeSource pBiomeSource, Function<Holder<Biome>, BiomeGenerationSettings> pGenerationSettingsGetter) privateChunkGeneratorStructureState(RandomState pRandomState, BiomeSource pBiomeSource, long pLevelSeed, long pCocentricRingsSeed, List<Holder<StructureSet>> pPossibleStructureSets) -
Uses of BiomeSource in net.minecraft.world.level.levelgen
Constructors in net.minecraft.world.level.levelgen with parameters of type BiomeSourceModifierConstructorDescriptionNoiseBasedChunkGenerator(BiomeSource p_256415_, Holder<NoiseGeneratorSettings> p_256182_) -
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 pBiomeSource, Holder<NoiseGeneratorSettings> pSettings) private voidWorldPresets.Bootstrap.registerOverworlds(BiomeSource pBiomeSource) -
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 pRegistryAccess, ChunkGenerator pChunkGenerator, BiomeSource pBiomeSource, RandomState pRandomState, StructureTemplateManager pStructureTemplateManager, long pSeed, ChunkPos pChunkPos, int pReferences, LevelHeightAccessor pHeightAccessor, Predicate<Holder<Biome>> pValidBiome) 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 pStorageAccess, RegistryAccess pRegistryAccess, StructureTemplateManager pStructureTemplateManager, ResourceKey<Level> pDimension, ChunkGenerator pChunkGenerator, RandomState pRandomState, LevelHeightAccessor pHeightAccessor, BiomeSource pBiomeSource, long pSeed, com.mojang.datafixers.DataFixer pFixerUpper) -
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.