Package net.minecraft.loot.entry
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>
-
Method Summary
Modifier and Type Method Description T
create(LootPoolEntry[] children, LootCondition[] conditions)
-
Method Details
-
create
-