Merge remote-tracking branch 'upstream/master' into master
Nice insider info btw, be nice if you shared it, so-called "open source" client.
This commit is contained in:
@@ -4,25 +4,31 @@ import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("ot")
|
||||
@ObfuscatedName("oz")
|
||||
@Implements("RunException")
|
||||
public class RunException extends RuntimeException {
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedName("v")
|
||||
@Export("RunException_applet")
|
||||
public static Applet RunException_applet;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("n")
|
||||
@Export("localPlayerName")
|
||||
public static String localPlayerName;
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 259723493
|
||||
intValue = -1454650143
|
||||
)
|
||||
@Export("RunException_revision")
|
||||
public static int RunException_revision;
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2094073605
|
||||
)
|
||||
@Export("clientType")
|
||||
public static int clientType;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("p")
|
||||
@Export("message")
|
||||
String message;
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedName("j")
|
||||
@Export("throwable")
|
||||
Throwable throwable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user