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 class
LeafEntry.Choice
Fields in net.minecraft.loot.entry declared as LootChoice Modifier and Type Field Description private LootChoice
LeafEntry. choice
Method parameters in net.minecraft.loot.entry with type arguments of type LootChoice Modifier and Type Method Description boolean
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)