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 Registry<com.mojang.serialization.Codec<? extends BiomeSource>>
Registry.BIOME_SOURCE
static 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
class
Fields in net.minecraft.world.level.biome with type parameters of type BiomeSourceModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<BiomeSource>
BiomeSource.CODEC
Methods in net.minecraft.world.level.biome that return BiomeSourceModifier and TypeMethodDescriptionabstract BiomeSource
BiomeSource.withSeed(long p_47916_)
CheckerboardColumnBiomeSource.withSeed(long p_48240_)
FixedBiomeSource.withSeed(long p_48274_)
MultiNoiseBiomeSource.withSeed(long p_48466_)
OverworldBiomeSource.withSeed(long p_48596_)
TheEndBiomeSource.withSeed(long p_48640_)
Methods in net.minecraft.world.level.biome that return types with arguments of type BiomeSourceModifier and TypeMethodDescriptionprotected 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>
OverworldBiomeSource.codec()
protected com.mojang.serialization.Codec<? extends BiomeSource>
TheEndBiomeSource.codec()
Methods in net.minecraft.world.level.biome with parameters of type BiomeSource -
Uses of BiomeSource in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as BiomeSourceModifier and TypeFieldDescriptionprotected BiomeSource
ChunkGenerator.biomeSource
protected BiomeSource
ChunkGenerator.runtimeBiomeSource
Methods in net.minecraft.world.level.chunk that return BiomeSourceMethods in net.minecraft.world.level.chunk with parameters of type BiomeSourceModifier and TypeMethodDescriptionprivate static Biome
ChunkBiomeContainer.generateBiomeForIndex(BiomeSource p_156144_, int p_156145_, int p_156146_, int p_156147_, int p_156148_)
Constructors in net.minecraft.world.level.chunk with parameters of type BiomeSourceModifierConstructorDescriptionChunkBiomeContainer(IdMap<Biome> p_156122_, LevelHeightAccessor p_156123_, ChunkPos p_156124_, BiomeSource p_156125_)
ChunkBiomeContainer(IdMap<Biome> p_156127_, LevelHeightAccessor p_156128_, ChunkPos p_156129_, BiomeSource p_156130_, int[] p_156131_)
ChunkGenerator(BiomeSource p_62144_, BiomeSource p_62145_, StructureSettings p_62146_, long p_62147_)
ChunkGenerator(BiomeSource p_62149_, StructureSettings p_62150_)
-
Uses of BiomeSource in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage with parameters of type BiomeSourceModifier and TypeMethodDescriptionstatic void
OldChunkStorage.convertToAnvilFormat(RegistryAccess.RegistryHolder p_63587_, OldChunkStorage.OldLevelChunk p_63588_, CompoundTag p_63589_, BiomeSource p_63590_)
-
Uses of BiomeSource in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as BiomeSourceConstructors in net.minecraft.world.level.levelgen with parameters of type BiomeSourceModifierConstructorDescriptionNoiseBasedChunkGenerator(BiomeSource p_64337_, long p_64338_, Supplier<NoiseGeneratorSettings> p_64339_)
private
NoiseBasedChunkGenerator(BiomeSource p_64341_, BiomeSource p_64342_, long p_64343_, Supplier<NoiseGeneratorSettings> p_64344_)
NoiseSampler(BiomeSource p_158658_, int p_158659_, int p_158660_, int p_158661_, NoiseSettings p_158662_, BlendedNoise p_158663_, SimplexNoise p_158664_, PerlinNoise p_158665_, NoiseModifier p_158666_)
-
Uses of BiomeSource in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type BiomeSourceModifier and TypeMethodDescriptionConfiguredStructureFeature.generate(RegistryAccess p_159525_, ChunkGenerator p_159526_, BiomeSource p_159527_, StructureManager p_159528_, long p_159529_, ChunkPos p_159530_, Biome p_159531_, int p_159532_, StructureFeatureConfiguration p_159533_, LevelHeightAccessor p_159534_)
StructureFeature.generate(RegistryAccess p_160465_, ChunkGenerator p_160466_, BiomeSource p_160467_, StructureManager p_160468_, long p_160469_, ChunkPos p_160470_, Biome p_160471_, int p_160472_, WorldgenRandom p_160473_, StructureFeatureConfiguration p_160474_, C p_160475_, LevelHeightAccessor p_160476_)
protected boolean
BastionFeature.isFeatureChunk(ChunkGenerator p_159461_, BiomeSource p_159462_, long p_159463_, WorldgenRandom p_159464_, ChunkPos p_159465_, Biome p_159466_, ChunkPos p_159467_, JigsawConfiguration p_159468_, LevelHeightAccessor p_159469_)
protected boolean
BuriedTreasureFeature.isFeatureChunk(ChunkGenerator p_159490_, BiomeSource p_159491_, long p_159492_, WorldgenRandom p_159493_, ChunkPos p_159494_, Biome p_159495_, ChunkPos p_159496_, ProbabilityFeatureConfiguration p_159497_, LevelHeightAccessor p_159498_)
protected boolean
EndCityFeature.isFeatureChunk(ChunkGenerator p_159684_, BiomeSource p_159685_, long p_159686_, WorldgenRandom p_159687_, ChunkPos p_159688_, Biome p_159689_, ChunkPos p_159690_, NoneFeatureConfiguration p_159691_, LevelHeightAccessor p_159692_)
protected boolean
MineshaftFeature.isFeatureChunk(ChunkGenerator p_160021_, BiomeSource p_160022_, long p_160023_, WorldgenRandom p_160024_, ChunkPos p_160025_, Biome p_160026_, ChunkPos p_160027_, MineshaftConfiguration p_160028_, LevelHeightAccessor p_160029_)
protected boolean
NetherFortressFeature.isFeatureChunk(ChunkGenerator p_160080_, BiomeSource p_160081_, long p_160082_, WorldgenRandom p_160083_, ChunkPos p_160084_, Biome p_160085_, ChunkPos p_160086_, NoneFeatureConfiguration p_160087_, LevelHeightAccessor p_160088_)
protected boolean
OceanMonumentFeature.isFeatureChunk(ChunkGenerator p_160136_, BiomeSource p_160137_, long p_160138_, WorldgenRandom p_160139_, ChunkPos p_160140_, Biome p_160141_, ChunkPos p_160142_, NoneFeatureConfiguration p_160143_, LevelHeightAccessor p_160144_)
protected boolean
PillagerOutpostFeature.isFeatureChunk(ChunkGenerator p_160197_, BiomeSource p_160198_, long p_160199_, WorldgenRandom p_160200_, ChunkPos p_160201_, Biome p_160202_, ChunkPos p_160203_, JigsawConfiguration p_160204_, LevelHeightAccessor p_160205_)
protected boolean
StrongholdFeature.isFeatureChunk(ChunkGenerator p_160416_, BiomeSource p_160417_, long p_160418_, WorldgenRandom p_160419_, ChunkPos p_160420_, Biome p_160421_, ChunkPos p_160422_, NoneFeatureConfiguration p_160423_, LevelHeightAccessor p_160424_)
protected boolean
StructureFeature.isFeatureChunk(ChunkGenerator p_160455_, BiomeSource p_160456_, long p_160457_, WorldgenRandom p_160458_, ChunkPos p_160459_, Biome p_160460_, ChunkPos p_160461_, C p_160462_, LevelHeightAccessor p_160463_)
protected boolean
WoodlandMansionFeature.isFeatureChunk(ChunkGenerator p_160677_, BiomeSource p_160678_, long p_160679_, WorldgenRandom p_160680_, ChunkPos p_160681_, Biome p_160682_, ChunkPos p_160683_, NoneFeatureConfiguration p_160684_, LevelHeightAccessor p_160685_)
-
Uses of BiomeSource in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type BiomeSourceModifier and TypeMethodDescriptionprivate static void
McRegionUpgrader.convertRegion(RegistryAccess.RegistryHolder p_78404_, File p_78405_, File p_78406_, BiomeSource p_78407_, int p_78408_, int p_78409_, ProgressListener p_78410_)
private static void
McRegionUpgrader.convertRegions(RegistryAccess.RegistryHolder p_78412_, File p_78413_, Iterable<File> p_78414_, BiomeSource p_78415_, int p_78416_, int p_78417_, ProgressListener p_78418_)