Uses of Interface
net.minecraft.loot.LootChoice
-
Uses of LootChoice in net.minecraft.loot.entry
Modifier and TypeMethodDescriptionboolean
CombinedEntry.expand(LootContext context, Consumer<LootChoice> choiceConsumer)
boolean
EntryCombiner.expand(LootContext context, Consumer<LootChoice> choiceConsumer)
boolean
LeafEntry.expand(LootContext context, Consumer<LootChoice> choiceConsumer)
boolean
TagEntry.expand(LootContext context, Consumer<LootChoice> choiceConsumer)
private boolean
TagEntry.grow(LootContext context, Consumer<LootChoice> lootChoiceExpander)