net.minecraft.world.biome

public class OverworldBiomeCreator

net.minecraft.data.worldgen.biome.OverworldBiomes
net.minecraft.class_5478
net.minecraft.world.biome.OverworldBiomeCreator

Field summary

Modifier and TypeField
protected static final int
NORMAL_WATER_COLOR
field_35340
DEFAULT_WATER_COLOR
private static final int
DARK_DRY_FOLIAGE_COLOR
field_57111
DEFAULT_DRY_FOLIAGE_COLOR
public static final int
SWAMP_SKELETON_WEIGHT
field_51968
SWAMP_SKELETON_WEIGHT

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static int
calculateSkyColor(float temperature)
method_30932(float arg0)
getSkyColor(float temperature)
private static Biome$Builder
baseBiome(float temperature, float downfall)
method_75847(float arg0, float arg1)
biome(float temperature, float downfall)
private static void
globalOverworldGeneration(BiomeGenerationSettings$Builder generation)
method_39153(class_5485$class_5495 arg0)
addBasicFeatures(GenerationSettings$LookupBackedBuilder generationSettings)
public static Biome
oldGrowthTaiga(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean spruce)
method_30687(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createOldGrowthTaiga(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean spruce)
public static Biome
sparseJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30703(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createSparseJungle(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
jungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30683(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createJungle(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
bambooJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30714(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createNormalBambooJungle(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
private static Biome$Builder
baseJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, float downfall, boolean bamboo, boolean sparse, boolean core)
method_30695(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, float arg2, boolean arg3, boolean arg4, boolean arg5)
createJungleFeatures(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, float depth, boolean bamboo, boolean sparse, boolean unmodified)
public static Biome
windsweptHills(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean moreTrees)
method_30690(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createWindsweptHills(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean forest)
public static Biome
desert(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30698(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createDesert(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
plains(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean sunflower, boolean snowy, boolean spikes)
method_30701(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2, boolean arg3, boolean arg4)
createPlains(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean sunflower, boolean snowy, boolean iceSpikes)
public static Biome
mushroomFields(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30684(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createMushroomFields(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
savanna(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean shattered, boolean plateau)
method_30694(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2, boolean arg3)
createSavanna(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean windswept, boolean plateau)
public static Biome
badlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean wooded)
method_30696(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createBadlands(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean plateau)
private static Biome$Builder
baseOcean()
method_30692()
createOcean()
private static GenerationSettings$LookupBackedBuilder
baseOceanGeneration(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_31066(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createOceanGenerationSettings(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
coldOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean deep)
method_30702(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createColdOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
public static Biome
ocean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean deep)
method_30706(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createNormalOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
public static Biome
lukeWarmOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean deep)
method_30709(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createLukewarmOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
public static Biome
warmOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30723(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createWarmOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
frozenOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean deep)
method_30712(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createFrozenOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
public static Biome
forest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean birch, boolean tall, boolean flower)
method_30704(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2, boolean arg3, boolean arg4)
createNormalForest(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean birch, boolean oldGrowth, boolean flower)
public static Biome
taiga(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean snowy)
method_30699(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createTaiga(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean snowy)
public static Biome
darkForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean isPaleGarden)
method_30705(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createDenseForest(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean paleGarden)
public static Biome
swamp(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30708(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createSwamp(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
mangroveSwamp(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_43232(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createMangroveSwamp(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
river(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean frozen)
method_30686(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createRiver(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean frozen)
public static Biome
beach(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean snowy, boolean stony)
method_30685(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2, boolean arg3)
createBeach(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean snowy, boolean stony)
public static Biome
theVoid(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_30726(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createTheVoid(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
meadowOrCherryGrove(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers, boolean cherryGrove)
method_38574(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1, boolean arg2)
createMeadow(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean cherryGrove)
private static Biome$Builder
basePeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_75848(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createColdPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
frozenPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_38575(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createFrozenPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
jaggedPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_38576(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createJaggedPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
stonyPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_38577(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createStonyPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
snowySlopes(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_38578(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createSnowySlopes(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
grove(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_38579(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createGrove(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
sulfurCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_1_4442(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createSulfurCaves(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
lushCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_34674(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createLushCaves(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
dripstoneCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_33132(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createDripstoneCaves(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
public static Biome
deepDark(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> carvers)
method_42061(class_7871<class_6796> arg0, class_7871<class_2922<?>> arg1)
createDeepDark(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)