api: import itemCount

This commit is contained in:
Ron Young
2019-07-23 20:18:07 -04:00
committed by Adam
parent 7ffea7f41e
commit 56d8fb313d
@@ -1644,4 +1644,9 @@ public interface Client extends GameEngine
void draw2010Menu();
void resetHealthBarCaches();
/**
* Returns the max item index + 1 from cache
*/
int getItemCount();
}