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,
java.util.Random random,
LootContext context) |
Attempt to fill an inventory with this LootTable's loot.
|
java.util.Collection<ItemStack> |
LootTable.populateLoot(java.util.Random random,
LootContext context) |
Returns a mutable list of loot generated by this LootTable.
|
Copyright © 2018. All rights reserved.