Update upstream 4/9/2020
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user