Class InventoryCache
java.lang.Object
org.rspeer.game.service.inventory.InventoryCache
- All Implemented Interfaces:
org.rspeer.event.Service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoaded(InventoryType type) voidnotify(InventoryEvent event) voidquery()query(InventoryType type) voidsubmit(InventoryType type, int capacity) voidupdate(jag.oldscape.RSInventory inventory) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.rspeer.event.Service
onSubscribe
-
Constructor Details
-
InventoryCache
public InventoryCache()
-
-
Method Details
-
submit
-
isLoaded
-
query
-
query
-
update
public void update(jag.oldscape.RSInventory inventory) -
notify
-
onUnsubscribe
public void onUnsubscribe()- Specified by:
onUnsubscribein interfaceorg.rspeer.event.Service
-