Interface CombinedEntry.Factory<T extends CombinedEntry>

Enclosing class:
CombinedEntry
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 CombinedEntry.Factory<T extends CombinedEntry>
Mappings:
Namespace Name
official det$a
intermediary net/minecraft/class_69$class_70
named net/minecraft/loot/entry/CombinedEntry$Factory
  • Method Summary

    Modifier and Type Method Description
    T create​(LootPoolEntry[] children, LootCondition[] conditions)  
  • Method Details

    • create

      T create​(LootPoolEntry[] children, LootCondition[] conditions)
      Mappings:
      Namespace Name Mixin selector
      official create Ldet$a;create([Ldfa;[Ldha;)Ldet;
      intermediary create Lnet/minecraft/class_69$class_70;create([Lnet/minecraft/class_79;[Lnet/minecraft/class_5341;)Lnet/minecraft/class_69;
      named create Lnet/minecraft/loot/entry/CombinedEntry$Factory;create([Lnet/minecraft/loot/entry/LootPoolEntry;[Lnet/minecraft/loot/condition/LootCondition;)Lnet/minecraft/loot/entry/CombinedEntry;