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
named net/minecraft/loot/entry/LeafEntry$Factory
intermediary net/minecraft/class_85$class_89
official erc$d
  • Method Details

    • build

      LeafEntry build(int weight, int quality, List<LootCondition> conditions, List<LootFunction> functions)
      Mappings:
      Namespace Name Mixin selector
      named build Lnet/minecraft/loot/entry/LeafEntry$Factory;build(IILjava/util/List;Ljava/util/List;)Lnet/minecraft/loot/entry/LeafEntry;
      intermediary build Lnet/minecraft/class_85$class_89;build(IILjava/util/List;Ljava/util/List;)Lnet/minecraft/class_85;
      official build Lerc$d;build(IILjava/util/List;Ljava/util/List;)Lerc;