Interface FunctionNumberProvider.Factory<NP 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<NP extends FunctionNumberProvider>
  • Method Summary

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

    • create

      NP create(net.minecraft.world.level.storage.loot.providers.number.NumberProvider[] children)