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
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<OverworldBiomeSource>
private boolean
private boolean
private Layer
private static List<ResourceKey<Biome>>
private long
Fields inherited from class net.minecraft.world.level.biome.BiomeSource
possibleBiomes, supportedStructures, surfaceBlocks
-
Constructor Summary
ConstructorDescriptionOverworldBiomeSource(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, possibleBiomes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
codec
in classBiomeSource
-
withSeed
- Specified by:
withSeed
in classBiomeSource
-
getNoiseBiome
-