Uses of Class
net.runelite.client.plugins.loottracker.PluginLootReceived.PluginLootReceivedBuilder
-
Packages that use PluginLootReceived.PluginLootReceivedBuilder Package Description net.runelite.client.plugins.loottracker -
-
Uses of PluginLootReceived.PluginLootReceivedBuilder in net.runelite.client.plugins.loottracker
Methods in net.runelite.client.plugins.loottracker that return PluginLootReceived.PluginLootReceivedBuilder Modifier and Type Method Description PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. amount(int amount)
static PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived. builder()
PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. combatLevel(int combatLevel)
PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. items(@NonNull Collection<ItemStack> items)
PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. metadata(Object metadata)
PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. name(@NonNull String name)
PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. source(@NonNull Plugin source)
PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. type(@NonNull net.runelite.http.api.loottracker.LootRecordType type)
-