public interface LootChoice
Modifier and Type | Method and Description |
---|---|
void |
generateLoot(Consumer<ItemStack> lootConsumer,
LootContext context) |
int |
getWeight(float luck) |
int getWeight(float luck)
void generateLoot(Consumer<ItemStack> lootConsumer, LootContext context)