api: import itemCount

This commit is contained in:
Ron Young
2019-03-29 23:22:30 -05:00
committed by Adam
parent 7ffea7f41e
commit 56d8fb313d

View File

@@ -1644,4 +1644,9 @@ public interface Client extends GameEngine
void draw2010Menu();
void resetHealthBarCaches();
/**
* Returns the max item index + 1 from cache
*/
int getItemCount();
}