Package net.minecraft.world.level.biome
Class OverworldBiomeSource
java.lang.Object
net.minecraft.world.level.biome.BiomeSource
net.minecraft.world.level.biome.OverworldBiomeSource
- All Implemented Interfaces:
BiomeManager.NoiseBiomeSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<OverworldBiomeSource>private booleanprivate booleanprivate Layerprivate static List<ResourceKey<Biome>>private longFields inherited from class net.minecraft.world.level.biome.BiomeSource
possibleBiomes, supportedStructures, surfaceBlocks -
Constructor Summary
ConstructorsConstructorDescriptionOverworldBiomeSource(long p_48590_, boolean p_48591_, boolean p_48592_, Registry<Biome> p_48593_) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.serialization.Codec<? extends BiomeSource>codec()getNoiseBiome(int p_48605_, int p_48606_, int p_48607_)withSeed(long p_48596_)Methods inherited from class net.minecraft.world.level.biome.BiomeSource
canGenerateStructure, findBiomeHorizontal, findBiomeHorizontal, getBiomesWithin, getSurfaceBlocks, possibleBiomesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.biome.BiomeManager.NoiseBiomeSource
getPrimaryBiome
-
Field Details
-
CODEC
-
noiseBiomeLayer
-
POSSIBLE_BIOMES
-
seed
private final long seed -
legacyBiomeInitLayer
private final boolean legacyBiomeInitLayer -
largeBiomes
private final boolean largeBiomes -
biomes
-
-
Constructor Details
-
OverworldBiomeSource
-
-
Method Details
-
codec
- Specified by:
codecin classBiomeSource
-
withSeed
- Specified by:
withSeedin classBiomeSource
-
getNoiseBiome
-