chore: rev 194

This commit is contained in:
zeruth
2021-02-24 08:08:39 -05:00
parent 11dd1cdb41
commit e1df0f6f7c
352 changed files with 83792 additions and 85533 deletions

View File

@@ -4,30 +4,27 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("mg")
@ObfuscatedName("mr")
@Implements("RunException")
public class RunException extends RuntimeException {
@ObfuscatedName("h")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("v")
@Export("localPlayerName")
public static String localPlayerName;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = -485798855
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("j")
@Export("message")
String message;
@ObfuscatedName("n")
@Export("throwable")
Throwable throwable;
@ObfuscatedName("n")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = 1196724945
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("y")
@Export("message")
String message;
@ObfuscatedName("h")
@Export("throwable")
Throwable throwable;
RunException(Throwable var1, String var2) {
this.message = var2; // L: 27
this.throwable = var1; // L: 28
} // L: 29
RunException(Throwable var1, String var2) {
this.message = var2;
this.throwable = var1;
}
}