Package net.neoforged.neoforge.common
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.
-
Method Summary
Modifier and TypeMethodDescriptionnet.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)
-