Package net.minecraft.loot
Interface LootChoice
- All Known Implementing Classes:
LeafEntry.Choice
public interface LootChoice
-
Method Summary
Modifier and Type Method Description void
generateLoot(Consumer<ItemStack> lootConsumer, LootContext context)
int
getWeight(float luck)
-
Method Details
-
getWeight
int getWeight(float luck) -
generateLoot
-