Uses of Interface
net.minecraft.loot.LootChoice
Packages that use LootChoice
-
Uses of LootChoice in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement LootChoiceFields in net.minecraft.loot.entry declared as LootChoiceMethod parameters in net.minecraft.loot.entry with type arguments of type LootChoiceModifier 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)