Uses of Class
net.minecraft.world.biome.source.BiomeSource
Packages that use BiomeSource
Package
Description
The base package for all Minecraft classes.
-
Uses of BiomeSource in net.minecraft
Fields in net.minecraft declared as BiomeSourceModifier and TypeFieldDescriptionprivate final BiomeSourceclass_6834.class_6835.biomeSourceThe field for thebiomeSourcerecord component.private final BiomeSourceclass_6832.field_36234Methods in net.minecraft that return BiomeSourceModifier and TypeMethodDescriptionclass_6834.class_6835.biomeSource()Returns the value of thebiomeSourcerecord component.Constructors in net.minecraft with parameters of type BiomeSourceModifierConstructorDescriptionclass_6832(class_6830 class_6830, DynamicRegistryManager dynamicRegistryManager, StructureManager structureManager, RegistryKey<World> registryKey, ChunkGenerator chunkGenerator, HeightLimitView heightLimitView, BiomeSource biomeSource, long long2, com.mojang.datafixers.DataFixer dataFixer) class_6835(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of BiomeSource in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.Codec<? extends BiomeSource>>Registry.BIOME_SOURCEstatic final RegistryKey<Registry<com.mojang.serialization.Codec<? extends BiomeSource>>>Registry.BIOME_SOURCE_KEY -
Uses of BiomeSource in net.minecraft.world.biome.source
Subclasses of BiomeSource in net.minecraft.world.biome.sourceModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.world.biome.source with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeSource>BiomeSource.CODECMethods in net.minecraft.world.biome.source that return BiomeSourceModifier and TypeMethodDescriptionabstract BiomeSourceBiomeSource.withSeed(long seed) CheckerboardBiomeSource.withSeed(long seed) FixedBiomeSource.withSeed(long seed) MultiNoiseBiomeSource.withSeed(long seed) TheEndBiomeSource.withSeed(long seed) 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() -
Uses of BiomeSource in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BiomeSourceModifier and TypeFieldDescriptionprotected final BiomeSourceChunkGenerator.biomeSourceprotected final BiomeSourceChunkGenerator.populationSourceUsed to control the population step without replacing the actual biome that comes from the originalChunkGenerator.biomeSource.Methods in net.minecraft.world.gen.chunk that return BiomeSourceConstructors in net.minecraft.world.gen.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkGenerator(BiomeSource populationSource, BiomeSource biomeSource, StructuresConfig structuresConfig, long worldSeed) ChunkGenerator(BiomeSource biomeSource, StructuresConfig structuresConfig) NoiseChunkGenerator(Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> supplier) privateNoiseChunkGenerator(Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, BiomeSource biomeSource, BiomeSource biomeSource2, long seed, Supplier<ChunkGeneratorSettings> supplier) -
Uses of BiomeSource in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type BiomeSourceModifier and TypeMethodDescriptionbooleanStructureFeature.method_39821(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate) ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int structureReferences, StructureConfig structureConfig, HeightLimitView world, Predicate<Biome> biomeLimit) StructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, int structureReferences, StructureConfig structureConfig, C config, HeightLimitView world, Predicate<Biome> biomeLimit) Tries to place a starting point for this type of structure in the given chunk.