Uses of Class
net.minecraft.world.biome.source.BiomeSource
Packages that use BiomeSource
Package
Description
-
Uses of BiomeSource in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.Codec<? extends BiomeSource>>
Registries.BIOME_SOURCE
static final RegistryKey<Registry<com.mojang.serialization.Codec<? extends BiomeSource>>>
RegistryKeys.BIOME_SOURCE
-
Uses of BiomeSource in net.minecraft.structure
Fields in net.minecraft.structure declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSource
StructureGeneratorFactory.Context.biomeSource
The field for thebiomeSource
record component.Methods in net.minecraft.structure that return BiomeSourceModifier and TypeMethodDescriptionStructureGeneratorFactory.Context.biomeSource()
Returns the value of thebiomeSource
record component.Constructors in net.minecraft.structure with parameters of type BiomeSourceModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureTemplateManager structureTemplateManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of BiomeSource in net.minecraft.world
Fields in net.minecraft.world declared as BiomeSourceConstructors in net.minecraft.world with parameters of type BiomeSourceModifierConstructorDescriptionStructureLocator
(NbtScannable chunkIoWorker, DynamicRegistryManager registryManager, StructureTemplateManager structureTemplateManager, RegistryKey<World> worldKey, ChunkGenerator chunkGenerator, NoiseConfig noiseConfig, HeightLimitView world, BiomeSource biomeSource, long seed, com.mojang.datafixers.DataFixer dataFixer) -
Uses of BiomeSource in net.minecraft.world.biome.source
Subclasses of BiomeSource in net.minecraft.world.biome.sourceModifier and TypeClassDescriptionclass
class
class
class
Fields in net.minecraft.world.biome.source with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeSource>
BiomeSource.CODEC
Methods in net.minecraft.world.biome.source that return types with arguments of type BiomeSourceModifier 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()
static com.mojang.serialization.Codec<? extends BiomeSource>
BiomeSources.registerAndGetDefault
(Registry<com.mojang.serialization.Codec<? extends BiomeSource>> registry) Method parameters in net.minecraft.world.biome.source with type arguments of type BiomeSourceModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<? extends BiomeSource>
BiomeSources.registerAndGetDefault
(Registry<com.mojang.serialization.Codec<? extends BiomeSource>> registry) -
Uses of BiomeSource in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type BiomeSourceModifier and TypeMethodDescriptionprivate void
WorldPresets.Registrar.bootstrap
(BiomeSource biomeSource) private DimensionOptions
WorldPresets.Registrar.createOverworldOptions
(BiomeSource biomeSource, RegistryEntry<ChunkGeneratorSettings> chunkGeneratorSettings) -
Uses of BiomeSource in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BiomeSourceMethods in net.minecraft.world.gen.chunk that return BiomeSourceConstructors in net.minecraft.world.gen.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkGenerator
(BiomeSource biomeSource) ChunkGenerator
(BiomeSource biomeSource, Function<RegistryEntry<Biome>, GenerationSettings> generationSettingsGetter) NoiseChunkGenerator
(BiomeSource biomeSource, RegistryEntry<ChunkGeneratorSettings> settings) -
Uses of BiomeSource in net.minecraft.world.gen.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSource
StructurePlacementCalculator.biomeSource
Methods in net.minecraft.world.gen.chunk.placement with parameters of type BiomeSourceModifier and TypeMethodDescriptionstatic StructurePlacementCalculator
StructurePlacementCalculator.create
(NoiseConfig noiseConfig, long seed, BiomeSource biomeSource, Stream<RegistryEntry<StructureSet>> structureSets) static StructurePlacementCalculator
StructurePlacementCalculator.create
(NoiseConfig noiseConfig, long seed, BiomeSource biomeSource, RegistryWrapper<StructureSet> structureSetRegistry) private static boolean
StructurePlacementCalculator.hasValidBiome
(StructureSet structureSet, BiomeSource biomeSource) Constructors in net.minecraft.world.gen.chunk.placement with parameters of type BiomeSourceModifierConstructorDescriptionprivate
StructurePlacementCalculator
(NoiseConfig noiseConfig, BiomeSource biomeSource, long structureSeed, long concentricRingSeed, List<RegistryEntry<StructureSet>> structureSets) -
Uses of BiomeSource in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSource
Structure.Context.biomeSource
The field for thebiomeSource
record component.Methods in net.minecraft.world.gen.structure that return BiomeSourceModifier and TypeMethodDescriptionStructure.Context.biomeSource()
Returns the value of thebiomeSource
record component.Methods in net.minecraft.world.gen.structure with parameters of type BiomeSourceModifier and TypeMethodDescriptionStructure.createStructureStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes) Constructors in net.minecraft.world.gen.structure with parameters of type BiomeSourceModifierConstructorDescriptionContext
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) Context
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)