Uses of Class
net.minecraft.world.level.biome.BiomeSource
Packages that use BiomeSource
Package
Description
-
Uses of BiomeSource in net.minecraft.core
Fields in net.minecraft.core with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.Codec<? extends BiomeSource>>
Registry.BIOME_SOURCE
static final ResourceKey<Registry<com.mojang.serialization.Codec<? extends BiomeSource>>>
Registry.BIOME_SOURCE_REGISTRY
-
Uses of BiomeSource in net.minecraft.world.level.biome
Subclasses of BiomeSource in net.minecraft.world.level.biomeModifier and TypeClassDescriptionclass
class
class
class
Fields in net.minecraft.world.level.biome with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeSource>
BiomeSource.CODEC
Methods in net.minecraft.world.level.biome that return types with arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<? extends BiomeSource>
BiomeSources.bootstrap
(Registry<com.mojang.serialization.Codec<? extends BiomeSource>> p_220587_) protected abstract com.mojang.serialization.Codec<? extends BiomeSource>
BiomeSource.codec()
protected com.mojang.serialization.Codec<? extends BiomeSource>
CheckerboardColumnBiomeSource.codec()
protected com.mojang.serialization.Codec<? extends BiomeSource>
FixedBiomeSource.codec()
protected com.mojang.serialization.Codec<? extends BiomeSource>
MultiNoiseBiomeSource.codec()
protected com.mojang.serialization.Codec<? extends BiomeSource>
TheEndBiomeSource.codec()
Method parameters in net.minecraft.world.level.biome with type arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<? extends BiomeSource>
BiomeSources.bootstrap
(Registry<com.mojang.serialization.Codec<? extends BiomeSource>> p_220587_) -
Uses of BiomeSource in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as BiomeSourceMethods in net.minecraft.world.level.chunk that return BiomeSourceConstructors in net.minecraft.world.level.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> p_207960_, Optional<HolderSet<StructureSet>> p_207961_, BiomeSource p_207962_) ChunkGenerator
(Registry<StructureSet> p_223024_, Optional<HolderSet<StructureSet>> p_223025_, BiomeSource p_223026_, Function<Holder<Biome>, BiomeGenerationSettings> p_223027_) -
Uses of BiomeSource in net.minecraft.world.level.levelgen
Constructors in net.minecraft.world.level.levelgen with parameters of type BiomeSourceModifierConstructorDescriptionNoiseBasedChunkGenerator
(Registry<StructureSet> p_224206_, Registry<NormalNoise.NoiseParameters> p_224207_, BiomeSource p_224208_, Holder<NoiseGeneratorSettings> p_224209_) -
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 LevelStem
WorldPresets.Bootstrap.makeNoiseBasedOverworld
(BiomeSource p_226485_, Holder<NoiseGeneratorSettings> p_226486_) -
Uses of BiomeSource in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSource
Structure.GenerationContext.biomeSource
The field for thebiomeSource
record component.private final BiomeSource
StructureCheck.biomeSource
Methods in net.minecraft.world.level.levelgen.structure that return BiomeSourceModifier and TypeMethodDescriptionStructure.GenerationContext.biomeSource()
Returns the value of thebiomeSource
record component.Methods in net.minecraft.world.level.levelgen.structure with parameters of type BiomeSourceModifier and TypeMethodDescriptionStructure.generate
(RegistryAccess p_226597_, ChunkGenerator p_226598_, BiomeSource p_226599_, RandomState p_226600_, StructureTemplateManager p_226601_, long p_226602_, ChunkPos p_226603_, int p_226604_, LevelHeightAccessor p_226605_, Predicate<Holder<Biome>> p_226606_) 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 aGenerationContext
record class.StructureCheck
(ChunkScanAccess p_226712_, RegistryAccess p_226713_, StructureTemplateManager p_226714_, ResourceKey<Level> p_226715_, ChunkGenerator p_226716_, RandomState p_226717_, LevelHeightAccessor p_226718_, BiomeSource p_226719_, long p_226720_, com.mojang.datafixers.DataFixer p_226721_) -
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 BiomeSource
PieceGeneratorSupplier.Context.biomeSource
The field for thebiomeSource
record component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return BiomeSourceModifier and TypeMethodDescriptionPieceGeneratorSupplier.Context.biomeSource()
Returns the value of thebiomeSource
record 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 aContext
record class.