Package org.dreambot.api.utilities
Class InventoryMonitor
- java.lang.Object
-
- org.dreambot.api.utilities.InventoryMonitor
-
@Deprecated public class InventoryMonitor extends java.lang.ObjectDeprecated.UseItemContainerListenerinstead
-
-
Constructor Summary
Constructors Constructor Description InventoryMonitor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Item[]getChanges()Deprecated.booleanhasChanged()Deprecated.voidupdate()Deprecated.Update item cache.
-
-
-
Method Detail
-
hasChanged
public boolean hasChanged()
Deprecated.- Returns:
- has the inventory been updated/changed recently
-
update
public void update()
Deprecated.Update item cache.
-
getChanges
public Item[] getChanges()
Deprecated.- Returns:
- array of items that has been recently updated.
-
-