Uses of Class
net.minecraft.world.biome.source.BiomeSource
Package
Description
-
Uses of BiomeSource in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final BiomeSource
StructureGeneratorFactory.Context.biomeSource
The field for thebiomeSource
record component.Modifier and TypeMethodDescriptionStructureGeneratorFactory.Context.biomeSource()
Returns the value of thebiomeSource
record component.ModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of BiomeSource in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.Codec<? extends BiomeSource>>
Registry.BIOME_SOURCE
static final RegistryKey<Registry<com.mojang.serialization.Codec<? extends BiomeSource>>>
Registry.BIOME_SOURCE_KEY
-
Uses of BiomeSource in net.minecraft.world
ModifierConstructorDescriptionStructureLocator
(NbtScannable chunkIoWorker, DynamicRegistryManager registryManager, StructureManager structureManager, RegistryKey<World> worldKey, ChunkGenerator chunkGenerator, HeightLimitView world, BiomeSource biomeSource, long seed, com.mojang.datafixers.DataFixer dataFixer) -
Uses of BiomeSource in net.minecraft.world.biome.source
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeSource>
BiomeSource.CODEC
Modifier and TypeMethodDescriptionabstract BiomeSource
BiomeSource.withSeed
(long seed) CheckerboardBiomeSource.withSeed
(long seed) FixedBiomeSource.withSeed
(long seed) MultiNoiseBiomeSource.withSeed
(long seed) TheEndBiomeSource.withSeed
(long seed) Modifier and TypeMethodDescriptionprotected 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()
-
Uses of BiomeSource in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprotected final BiomeSource
ChunkGenerator.biomeSource
protected final BiomeSource
ChunkGenerator.populationSource
Used to control the population step without replacing the actual biome that comes from the originalChunkGenerator.biomeSource
.ModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> registry, Optional<RegistryEntryList<StructureSet>> optional, BiomeSource biomeSource) ChunkGenerator
(Registry<StructureSet> registry, Optional<RegistryEntryList<StructureSet>> optional, BiomeSource biomeSource, BiomeSource biomeSource2, long long2) NoiseChunkGenerator
(Registry<StructureSet> noiseRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> structuresRegistry, BiomeSource biomeSource, long seed, RegistryEntry<ChunkGeneratorSettings> settings) private
NoiseChunkGenerator
(Registry<StructureSet> noiseRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> structuresRegistry, BiomeSource populationSource, BiomeSource biomeSource, long seed, RegistryEntry<ChunkGeneratorSettings> settings) -
Uses of BiomeSource in net.minecraft.world.gen.feature
Modifier and TypeMethodDescriptionboolean
StructureFeature.canGenerate
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, C config, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) ConfiguredStructureFeature.tryPlaceStart
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int structureReferences, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate)