Interface LeafEntry.Factory

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

@FunctionalInterface protected static interface LeafEntry.Factory
Mappings:
Namespace Name
official dwl$d
intermediary net/minecraft/class_85$class_89
named net/minecraft/loot/entry/LeafEntry$Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    build(int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
     
  • Method Details

    • build

      LeafEntry build(int weight, int quality, LootCondition[] conditions, LootFunction[] functions)
      Mappings:
      Namespace Name Mixin selector
      official build Ldwl$d;build(II[Ldyl;[Ldxc;)Ldwl;
      intermediary build Lnet/minecraft/class_85$class_89;build(II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)Lnet/minecraft/class_85;
      named build Lnet/minecraft/loot/entry/LeafEntry$Factory;build(II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/entry/LeafEntry;