Uses of Interface
net.minecraft.loot.LootChoice
| Package | Description |
|---|---|
| net.minecraft.loot.entry |
-
Uses of LootChoice in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement LootChoice Modifier and Type Class Description classLeafEntry.ChoiceFields in net.minecraft.loot.entry declared as LootChoice Modifier and Type Field Description private LootChoiceLeafEntry. choiceMethod parameters in net.minecraft.loot.entry with type arguments of type LootChoice Modifier and Type Method Description booleanCombinedEntry. expand(LootContext context, Consumer<LootChoice> choiceConsumer)booleanEntryCombiner. expand(LootContext context, Consumer<LootChoice> choiceConsumer)booleanLeafEntry. expand(LootContext context, Consumer<LootChoice> choiceConsumer)booleanTagEntry. expand(LootContext context, Consumer<LootChoice> choiceConsumer)private booleanTagEntry. grow(LootContext context, Consumer<LootChoice> lootChoiceExpander)