Package net.minecraft.loot.entry
Interface EntryCombiner
- All Known Implementing Classes:
AlternativeEntry,CombinedEntry,DynamicEntry,EmptyEntry,GroupEntry,ItemEntry,LeafEntry,LootPoolEntry,LootTableEntry,SequenceEntry,TagEntry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface interface EntryCombiner
-
Field Summary
Fields Modifier and Type Field Description static EntryCombinerALWAYS_FALSEstatic EntryCombinerALWAYS_TRUE -
Method Summary
Modifier and Type Method Description default EntryCombinerand(EntryCombiner other)booleanexpand(LootContext context, Consumer<LootChoice> choiceConsumer)default EntryCombineror(EntryCombiner other)