Package net.runelite.client.events
Class NpcLootReceived
- java.lang.Object
-
- net.runelite.client.events.NpcLootReceived
-
public final class NpcLootReceived extends Object
-
-
Constructor Summary
Constructors Constructor Description NpcLootReceived(NPC npc, Collection<ItemStack> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<ItemStack>
getItems()
NPC
getNpc()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NpcLootReceived
public NpcLootReceived(NPC npc, Collection<ItemStack> items)
-
-
Method Detail
-
getNpc
public NPC getNpc()
-
getItems
public Collection<ItemStack> getItems()
-
-