RS-Client: Refactoring (also gradle compiler args) (#1236)

* gradle: compiler args for mixins/rs-client

* rs-client: yes

* rs-client: no
This commit is contained in:
Lucwousin
2019-08-02 22:01:00 +02:00
committed by Kyleeld
parent 2057fdfd41
commit 11f3b74687
124 changed files with 6121 additions and 5998 deletions

View File

@@ -32,7 +32,8 @@ public final class class43 {
static int cameraY;
@ObfuscatedName("l")
public static int method770(long var0) {
return (int)(var0 >>> 17 & 4294967295L);
@Export("getObjectIdFromTag")
public static int getObjectIdFromTag(long var0) {
return (int)(var0 >>> 17 & 0xffffffffL);
}
}