project: rev 199

This commit is contained in:
Owain van Brakel
2021-08-25 13:49:53 +02:00
parent c1fffa1562
commit e6be88fbeb
490 changed files with 47651 additions and 46243 deletions

View File

@@ -4,25 +4,33 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("oa")
@ObfuscatedName("ps")
@Implements("RunException")
public class RunException extends RuntimeException {
@ObfuscatedName("s")
@ObfuscatedName("n")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("v")
@ObfuscatedName("c")
@Export("localPlayerName")
public static String localPlayerName;
@ObfuscatedName("j")
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = 655178051
intValue = 766573411
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("n")
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = -604740487
)
@Export("clientType")
public static int clientType;
@ObfuscatedName("f")
static int[] field4410;
@ObfuscatedName("o")
@Export("message")
String message;
@ObfuscatedName("w")
@ObfuscatedName("g")
@Export("throwable")
Throwable throwable;