api: add mirror api

This commit is contained in:
zeruth
2020-05-12 23:05:46 -04:00
parent 36700b3406
commit bd856728c0
3 changed files with 32 additions and 2 deletions

View File

@@ -2035,4 +2035,14 @@ public interface Client extends GameShell
* Gets values related to jagex compliance
*/
boolean getComplianceValue(@Nonnull String key);
/**
* Gets the status of client mirror
*/
boolean isMirrored();
/**
* Sets the status of client mirror
*/
void setMirrored(boolean isMirrored);
}