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

@@ -1282,4 +1282,12 @@ public interface RSClient extends RSGameShell, Client
@Construct
RSVarbitDefinition newVarbitDefinition();
@Override
@Import("followerIndex")
int getFollowerIndex();
@Override
@Import("isItemSelected")
int isItemSelected();
}