Uses of Class
org.bukkit.loot.LootContext
-
Packages that use LootContext Package Description org.bukkit.loot -
-
Uses of LootContext in org.bukkit.loot
Methods in org.bukkit.loot that return LootContext Modifier and Type Method Description LootContext
LootContext.Builder. build()
Create a newLootContext
instance using the supplied parameters.Methods in org.bukkit.loot with parameters of type LootContext 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.
-