Uses of Class
net.runelite.client.game.ItemStack
-
Packages that use ItemStack Package Description net.runelite.client.events net.runelite.client.game net.runelite.client.plugins.loottracker -
-
Uses of ItemStack in net.runelite.client.events
Methods in net.runelite.client.events that return types with arguments of type ItemStack Modifier and Type Method Description Collection<ItemStack>
NpcLootReceived. getItems()
Collection<ItemStack>
PlayerLootReceived. getItems()
Constructor parameters in net.runelite.client.events with type arguments of type ItemStack Constructor Description NpcLootReceived(NPC npc, Collection<ItemStack> items)
PlayerLootReceived(Player player, Collection<ItemStack> items)
-
Uses of ItemStack in net.runelite.client.game
Methods in net.runelite.client.game that return types with arguments of type ItemStack Modifier and Type Method Description Collection<ItemStack>
LootManager. getItemSpawns(WorldPoint worldPoint)
Get the list of items present at the provided WorldPoint that spawned this tick. -
Uses of ItemStack in net.runelite.client.plugins.loottracker
Methods in net.runelite.client.plugins.loottracker that return types with arguments of type ItemStack Modifier and Type Method Description Collection<ItemStack>
LootReceived. getItems()
@NonNull Collection<ItemStack>
PluginLootReceived. getItems()
Method parameters in net.runelite.client.plugins.loottracker with type arguments of type ItemStack Modifier and Type Method Description PluginLootReceived.PluginLootReceivedBuilder
PluginLootReceived.PluginLootReceivedBuilder. items(@NonNull Collection<ItemStack> items)
void
LootReceived. setItems(Collection<ItemStack> items)
Constructor parameters in net.runelite.client.plugins.loottracker with type arguments of type ItemStack Constructor Description LootReceived(String name, int combatLevel, net.runelite.http.api.loottracker.LootRecordType type, Collection<ItemStack> items, int amount)
-