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 LootContextLootContext.Builder. build()Create a newLootContextinstance using the supplied parameters.Methods in org.bukkit.loot with parameters of type LootContext Modifier and Type Method Description voidLootTable. 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.
-