rs-client/apis
This commit is contained in:
@@ -3,66 +3,33 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("fx")
|
||||
@ObfuscatedName("ml")
|
||||
@Implements("RunException")
|
||||
public class RunException extends RuntimeException {
|
||||
@ObfuscatedName("m")
|
||||
@Export("RunException_applet")
|
||||
public static Applet RunException_applet;
|
||||
@ObfuscatedName("f")
|
||||
@Export("localPlayerName")
|
||||
public static String localPlayerName;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -787495321
|
||||
)
|
||||
@Export("revision")
|
||||
public static int revision;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 121013503
|
||||
)
|
||||
public static int field761;
|
||||
@ObfuscatedName("o")
|
||||
@Export("string")
|
||||
String string;
|
||||
@ObfuscatedName("u")
|
||||
@Export("throwable")
|
||||
Throwable throwable;
|
||||
@ObfuscatedName("q")
|
||||
@Export("RunException_applet")
|
||||
public static Applet RunException_applet;
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -345454085
|
||||
)
|
||||
@Export("revision")
|
||||
public static int revision;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 875770709
|
||||
)
|
||||
public static int field4066;
|
||||
@ObfuscatedName("k")
|
||||
@Export("string")
|
||||
String string;
|
||||
@ObfuscatedName("l")
|
||||
@Export("throwable")
|
||||
Throwable throwable;
|
||||
|
||||
RunException(Throwable var1, String var2) {
|
||||
this.string = var2;
|
||||
this.throwable = var1;
|
||||
}
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)[Lgf;",
|
||||
garbageValue = "1701309452"
|
||||
)
|
||||
public static class190[] method3430() {
|
||||
return new class190[]{class190.field2346, class190.field2352, class190.field2342, class190.field2341, class190.field2344, class190.field2345, class190.field2350, class190.field2347, class190.field2343, class190.field2349};
|
||||
}
|
||||
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)V",
|
||||
garbageValue = "-2146928006"
|
||||
)
|
||||
public static void method3431() {
|
||||
Object var0 = ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock;
|
||||
synchronized(ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock) {
|
||||
if (ArchiveDiskActionHandler.field412 != 0) {
|
||||
ArchiveDiskActionHandler.field412 = 1;
|
||||
|
||||
try {
|
||||
ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock.wait();
|
||||
} catch (InterruptedException var4) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
RunException(Throwable var1, String var2) {
|
||||
this.string = var2;
|
||||
this.throwable = var1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user