Package | Description |
---|---|
org.bukkit.loot |
Modifier and Type | Method | Description |
---|---|---|
LootContext |
LootContext.Builder.build() |
Create a new
LootContext instance using the supplied
parameters. |
Modifier and Type | Method | 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 © 2019. All rights reserved.