rs-client: rename some methods/fields

This commit is contained in:
Lucwousin
2019-07-24 08:44:49 +02:00
parent 4264aeecaf
commit 5dd21dc0de
19 changed files with 81 additions and 67 deletions

View File

@@ -14,22 +14,23 @@ public class RunException extends RuntimeException {
@ObfuscatedGetter(
intValue = -345454085
)
@Export("revision")
public static int revision;
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = 875770709
)
public static int field4066;
@Export("RunException_clientType")
public static int RunException_clientType;
@ObfuscatedName("k")
@Export("string")
String string;
@Export("message")
String message;
@ObfuscatedName("l")
@Export("throwable")
Throwable throwable;
RunException(Throwable var1, String var2) {
this.string = var2;
this.message = var2;
this.throwable = var1;
}
}