Class OverworldBiomeBuilderParameters

java.lang.Object
net.frozenblock.lib.worldgen.biome.api.parameters.OverworldBiomeBuilderParameters

public final class OverworldBiomeBuilderParameters extends Object
  • Field Details

    • VALLEY_SIZE

      public static final float VALLEY_SIZE
      See Also:
    • LOW_START

      public static final float LOW_START
      See Also:
    • HIGH_START

      public static final float HIGH_START
      See Also:
    • HIGH_END

      public static final float HIGH_END
      See Also:
    • PEAK_SIZE

      public static final float PEAK_SIZE
      See Also:
    • PEAK_START

      public static final float PEAK_START
      See Also:
    • PEAK_END

      public static final float PEAK_END
      See Also:
    • NEAR_INLAND_START

      public static final float NEAR_INLAND_START
      See Also:
    • MID_INLAND_START

      public static final float MID_INLAND_START
      See Also:
    • FAR_INLAND_START

      public static final float FAR_INLAND_START
      See Also:
    • EROSION_INDEX_1_START

      public static final float EROSION_INDEX_1_START
      See Also:
    • EROSION_INDEX_2_START

      public static final float EROSION_INDEX_2_START
      See Also:
    • FULL_RANGE

      public static final net.minecraft.world.level.biome.Climate.Parameter FULL_RANGE
    • TEMPERATURES

      public static final net.minecraft.world.level.biome.Climate.Parameter[] TEMPERATURES
    • HUMIDITIES

      public static final net.minecraft.world.level.biome.Climate.Parameter[] HUMIDITIES
    • EROSIONS

      public static final net.minecraft.world.level.biome.Climate.Parameter[] EROSIONS
    • FROZEN_RANGE

      public static final net.minecraft.world.level.biome.Climate.Parameter FROZEN_RANGE
    • UNFROZEN_RANGE

      public static final net.minecraft.world.level.biome.Climate.Parameter UNFROZEN_RANGE
    • MUSHROOM_FIELDS_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter MUSHROOM_FIELDS_CONTINENTALNESS
    • DEEP_OCEAN_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter DEEP_OCEAN_CONTINENTALNESS
    • OCEAN_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter OCEAN_CONTINENTALNESS
    • COAST_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter COAST_CONTINENTALNESS
    • INLAND_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter INLAND_CONTINENTALNESS
    • NEAR_INLAND_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter NEAR_INLAND_CONTINENTALNESS
    • MID_INLAND_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter MID_INLAND_CONTINENTALNESS
    • FAR_INLAND_CONTINENTALNESS

      public static final net.minecraft.world.level.biome.Climate.Parameter FAR_INLAND_CONTINENTALNESS
    • BIOMES

      public static final Map<net.minecraft.resources.ResourceLocation,BiomeParameters> BIOMES
  • Method Details

    • getParameters

      public static BiomeParameters getParameters(net.minecraft.resources.ResourceLocation location)
    • getParameters

      public static BiomeParameters getParameters(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> key)
    • points

      public static List<net.minecraft.world.level.biome.Climate.ParameterPoint> points(BiomeParameters parameters)
    • points

      public static List<net.minecraft.world.level.biome.Climate.ParameterPoint> points(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> key)
    • points

      public static List<net.minecraft.world.level.biome.Climate.ParameterPoint> points(net.minecraft.resources.ResourceLocation location)
    • getOffCoastPoints

      public static List<net.minecraft.world.level.biome.Climate.ParameterPoint> getOffCoastPoints()