Class OverworldBiomeData

java.lang.Object
net.frozenblock.lib.worldgen.biome.impl.OverworldBiomeData

@Internal public final class OverworldBiomeData extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addOverworldBiome(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome, net.minecraft.world.level.biome.Climate.ParameterPoint spawnNoisePoint)
     
    static boolean
    canGenerateInOverworld(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome)
     
    static Map<net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>,net.minecraft.world.level.biome.Climate.ParameterPoint>
     
    static <T> net.minecraft.world.level.biome.Climate.ParameterList<T>
    withModdedBiomeEntries(net.minecraft.world.level.biome.Climate.ParameterList<T> entries, Function<net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>,T> biomes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • addOverworldBiome

      public static void addOverworldBiome(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome, net.minecraft.world.level.biome.Climate.ParameterPoint spawnNoisePoint)
    • getOverworldBiomeNoisePoints

      public static Map<net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>,net.minecraft.world.level.biome.Climate.ParameterPoint> getOverworldBiomeNoisePoints()
    • canGenerateInOverworld

      public static boolean canGenerateInOverworld(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome)
    • withModdedBiomeEntries

      public static <T> net.minecraft.world.level.biome.Climate.ParameterList<T> withModdedBiomeEntries(net.minecraft.world.level.biome.Climate.ParameterList<T> entries, Function<net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>,T> biomes)