Package net.runelite.client.events
Class ServerNpcLoot
- java.lang.Object
-
- net.runelite.client.events.ServerNpcLoot
-
public final class ServerNpcLoot extends Object
NPC loot received from the in-game loot tracker.
-
-
Constructor Summary
Constructors Constructor Description ServerNpcLoot(NPCComposition composition, Collection<ItemStack> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
NPCComposition
getComposition()
Collection<ItemStack>
getItems()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ServerNpcLoot
public ServerNpcLoot(NPCComposition composition, Collection<ItemStack> items)
-
-
Method Detail
-
getComposition
public NPCComposition getComposition()
-
getItems
public Collection<ItemStack> getItems()
-
-