This commit is contained in:
ThatGamerBlue
2021-05-19 12:59:30 +01:00
parent 7eb96d606a
commit 29a3d313a4
438 changed files with 51991 additions and 51730 deletions

View File

@@ -1,30 +1,28 @@
import java.applet.Applet;
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("or")
@ObfuscatedName("ot")
@Implements("RunException")
public class RunException extends RuntimeException {
@ObfuscatedName("o")
@ObfuscatedName("h")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("c")
@Export("localPlayerName")
public static String localPlayerName;
@ObfuscatedName("u")
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = -495084017
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = -809712213
intValue = 259723493
)
@Export("clientType")
public static int clientType;
@ObfuscatedName("b")
@ObfuscatedName("l")
@Export("message")
String message;
@ObfuscatedName("e")
@ObfuscatedName("z")
@Export("throwable")
Throwable throwable;