rs-client: refactoring and imports

This commit is contained in:
ThatGamerBlue
2020-07-19 17:41:51 +01:00
parent 3fad382843
commit 2c8ca731e6
17 changed files with 152 additions and 133 deletions

View File

@@ -2063,4 +2063,8 @@ public interface Client extends GameShell
* @see KeyCode
*/
boolean isKeyPressed(int keycode);
int getFollowerIndex();
int isItemSelected();
}