project: rev 206
This commit is contained in:
@@ -1,28 +1,37 @@
|
||||
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("qy")
|
||||
@ObfuscatedName("qc")
|
||||
@Implements("RunException")
|
||||
public class RunException extends RuntimeException {
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("c")
|
||||
@Export("RunException_applet")
|
||||
public static Applet RunException_applet;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedName("v")
|
||||
@Export("localPlayerName")
|
||||
public static String localPlayerName;
|
||||
@ObfuscatedName("p")
|
||||
static byte[][][] field4812;
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -906997917
|
||||
)
|
||||
public static int field4838;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 47816443
|
||||
)
|
||||
public static int field4839;
|
||||
@ObfuscatedName("e")
|
||||
@Export("message")
|
||||
String message;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedName("g")
|
||||
@Export("throwable")
|
||||
Throwable throwable;
|
||||
|
||||
RunException(Throwable var1, String var2) {
|
||||
this.message = var2; // L: 27
|
||||
this.throwable = var1; // L: 28
|
||||
} // L: 29
|
||||
this.message = var2; // L: 28
|
||||
this.throwable = var1; // L: 29
|
||||
} // L: 30
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user