Interface CommonHooks.BiomeCallbackFunction

Enclosing class:
CommonHooks
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 CommonHooks.BiomeCallbackFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.biome.Biome
    apply(net.minecraft.world.level.biome.Biome.ClimateSettings climate, net.minecraft.world.level.biome.BiomeSpecialEffects effects, net.minecraft.world.level.biome.BiomeGenerationSettings gen, net.minecraft.world.level.biome.MobSpawnSettings spawns)
     
  • Method Details

    • apply

      net.minecraft.world.level.biome.Biome apply(net.minecraft.world.level.biome.Biome.ClimateSettings climate, net.minecraft.world.level.biome.BiomeSpecialEffects effects, net.minecraft.world.level.biome.BiomeGenerationSettings gen, net.minecraft.world.level.biome.MobSpawnSettings spawns)