runelite-client: add prayer reordering plugin

This commit is contained in:
Dennis de V
2018-03-16 17:15:02 -04:00
committed by Adam
parent 814dac53c8
commit 164078751f
7 changed files with 644 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ public interface RSWidget extends Widget
int[][] getDynamicValues();
@Import("children")
@Override
RSWidget[] getChildren();
@Import("id")
@@ -42,6 +43,12 @@ public interface RSWidget extends Widget
@Import("parentId")
int getRSParentId();
@Import("config")
int getConfig();
@Import("config")
void setConfig(int config);
@Import("boundsIndex")
int getBoundsIndex();