Class InventoryCache
java.lang.Object
org.rspeer.game.service.inventory.InventoryCache
- All Implemented Interfaces:
Service
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoaded
(InventoryType type) void
notify
(InventoryEvent event) void
void
query()
query
(InventoryType type) void
submit
(InventoryType type, int capacity) void
update
(RSInventory inventory)
-
Constructor Details
-
InventoryCache
public InventoryCache()
-
-
Method Details
-
submit
-
isLoaded
-
query
-
query
-
update
-
notify
-
onSubscribe
public void onSubscribe()- Specified by:
onSubscribe
in interfaceService
-
onUnsubscribe
public void onUnsubscribe()- Specified by:
onUnsubscribe
in interfaceService
-