| Package | Description | 
|---|---|
| org.bukkit.loot | 
| Modifier and Type | Method and Description | 
|---|---|
LootContext | 
LootContext.Builder.build()
Create a new  
LootContext instance using the supplied
 parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LootTable.fillInventory(Inventory inventory,
             Random random,
             LootContext context)
Attempt to fill an inventory with this LootTable's loot. 
 | 
Collection<ItemStack> | 
LootTable.populateLoot(Random random,
            LootContext context)
Returns a mutable list of loot generated by this LootTable. 
 | 
Copyright © 2021. All rights reserved.