Class InventoryCache

java.lang.Object
org.rspeer.game.service.inventory.InventoryCache
All Implemented Interfaces:
org.rspeer.event.Service

public class InventoryCache extends Object implements org.rspeer.event.Service
  • Constructor Details

    • InventoryCache

      public InventoryCache()
  • Method Details

    • submit

      public void submit(InventoryType type, int capacity)
    • isLoaded

      public boolean isLoaded(InventoryType type)
    • query

      public ItemQuery query()
    • query

      public ItemQuery query(InventoryType type)
    • update

      public void update(jag.oldscape.RSInventory inventory)
    • notify

      public void notify(InventoryEvent event)
    • onUnsubscribe

      public void onUnsubscribe()
      Specified by:
      onUnsubscribe in interface org.rspeer.event.Service