Class ServerNpcLoot


  • public final class ServerNpcLoot
    extends java.lang.Object
    NPC loot received from the in-game loot tracker.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerNpcLoot​(net.runelite.api.NPCComposition composition, java.util.Collection<ItemStack> items)  
    • Constructor Detail

      • ServerNpcLoot

        public ServerNpcLoot​(net.runelite.api.NPCComposition composition,
                             java.util.Collection<ItemStack> items)
    • Method Detail

      • getComposition

        public net.runelite.api.NPCComposition getComposition()
      • getItems

        public java.util.Collection<ItemStack> getItems()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object