runelite-client: add prayer reordering plugin
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user