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 SummaryConstructors Constructor Description InventoryMonitor()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Item[]getChanges()Deprecated.booleanhasChanged()Deprecated.voidupdate()Deprecated.Update item cache.
 
- 
- 
- 
Method Detail- 
hasChangedpublic boolean hasChanged() Deprecated.- Returns:
- has the inventory been updated/changed recently
 
 - 
updatepublic void update() Deprecated.Update item cache.
 - 
getChangespublic Item[] getChanges() Deprecated.- Returns:
- array of items that has been recently updated.
 
 
- 
 
-