api: develop

This commit is contained in:
zeruth
2021-01-25 15:54:24 -05:00
parent c68e4b2a47
commit 5f89e00891
9 changed files with 863 additions and 1185 deletions

View File

@@ -609,16 +609,6 @@ public abstract class RSClientMixin implements RSClient
return getWidget(groupId, childId);
}
@Inject
@Override
public Widget getWidget(com.openosrs.api.widgets.WidgetInfo widget)
{
int groupId = widget.getGroupId();
int childId = widget.getChildId();
return getWidget(groupId, childId);
}
@Inject
@Override
public Widget getWidget(int id)