Interface EdenBiomeBuilder.BiomeFactory

Enclosing class:
EdenBiomeBuilder
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EdenBiomeBuilder.BiomeFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull EdenRingBiome
    instantiateBiome(float fogDensity, @NotNull net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome, @NotNull org.betterx.wover.biome.api.data.BiomeGenerationDataContainer generatorData, float terrainHeight, float genChance, int edgeSize, boolean vertical, @Nullable net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> edge, @Nullable net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> parent, @NotNull org.betterx.bclib.interfaces.SurfaceMaterialProvider surface)
     
  • Method Details

    • instantiateBiome

      @NotNull @NotNull EdenRingBiome instantiateBiome(float fogDensity, @NotNull @NotNull net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome, @NotNull @NotNull org.betterx.wover.biome.api.data.BiomeGenerationDataContainer generatorData, float terrainHeight, float genChance, int edgeSize, boolean vertical, @Nullable @Nullable net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> edge, @Nullable @Nullable net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> parent, @NotNull @NotNull org.betterx.bclib.interfaces.SurfaceMaterialProvider surface)