Interface FunctionNumberProvider.Factory<PROVIDER extends FunctionNumberProvider>

Enclosing class:
FunctionNumberProvider
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 FunctionNumberProvider.Factory<PROVIDER extends FunctionNumberProvider>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(List<net.minecraft.world.level.storage.loot.providers.number.NumberProvider> children)
     
  • Method Details

    • create

      PROVIDER create(List<net.minecraft.world.level.storage.loot.providers.number.NumberProvider> children)