Update upstream 4/9/2020

This commit is contained in:
kyle-escobar
2020-04-09 21:43:45 -04:00
parent 3e2da6c375
commit f38d74c62d
4 changed files with 59 additions and 13 deletions

View File

@@ -381,6 +381,23 @@ public interface RSClient extends RSGameShell, Client
@Override
int[] getWidgetPositionsY();
@Import("mouseCam")
boolean isMouseCam();
@Import("camAngleDX")
int getCamAngleDX();
@Import("camAngleDX")
void setCamAngleDX(int angle);
@Import("camAngleDY")
int getCamAngleDY();
@Import("camAngleDY")
void setCamAngleDY(int angle);
@Import("itemContainers")
RSNodeHashTable getItemContainers();