client: revvy boi 202

This commit is contained in:
JumpIfZero
2021-12-09 15:12:57 +02:00
parent 5d758a3394
commit 9f716fea3a
496 changed files with 62975 additions and 58430 deletions

View File

@@ -4,31 +4,25 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("pg")
@ObfuscatedName("qg")
@Implements("RunException")
public class RunException extends RuntimeException {
@ObfuscatedName("i")
@ObfuscatedName("c")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("w")
@ObfuscatedName("b")
@Export("localPlayerName")
public static String localPlayerName;
@ObfuscatedName("s")
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = -1816654499
intValue = 70250403
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("a")
@ObfuscatedGetter(
intValue = -312845881
)
@Export("clientType")
public static int clientType;
@ObfuscatedName("o")
@ObfuscatedName("s")
@Export("message")
String message;
@ObfuscatedName("g")
@ObfuscatedName("j")
@Export("throwable")
Throwable throwable;