project: rev 192
This commit is contained in:
@@ -1,63 +1,56 @@
|
||||
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("cf")
|
||||
@ObfuscatedName("cu")
|
||||
@Implements("MenuAction")
|
||||
public class MenuAction {
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("dz")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lkf;"
|
||||
descriptor = "Lid;"
|
||||
)
|
||||
static Buffer NetCache_reference;
|
||||
@ObfuscatedName("z")
|
||||
@Export("archive0")
|
||||
static Archive archive0;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1817310685
|
||||
)
|
||||
int opcode;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -670222051
|
||||
intValue = 856343337
|
||||
)
|
||||
@Export("param0")
|
||||
int param0;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1502625343
|
||||
intValue = -1008037325
|
||||
)
|
||||
@Export("param1")
|
||||
int param1;
|
||||
@ObfuscatedName("t")
|
||||
String action;
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 691220539
|
||||
intValue = 967999089
|
||||
)
|
||||
@Export("opcode")
|
||||
int opcode;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1415709673
|
||||
)
|
||||
@Export("identifier")
|
||||
int identifier;
|
||||
@ObfuscatedName("z")
|
||||
@Export("action")
|
||||
String action;
|
||||
|
||||
MenuAction() {
|
||||
} // L: 10944
|
||||
} // L: 11733
|
||||
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(IIIB)J",
|
||||
garbageValue = "0"
|
||||
descriptor = "(B)V",
|
||||
garbageValue = "3"
|
||||
)
|
||||
static long method2139(int var0, int var1, int var2) {
|
||||
return (long)(var2 << 16 | var0 << 8 | var1); // L: 38
|
||||
}
|
||||
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "([BZB)Ljava/lang/Object;",
|
||||
garbageValue = "117"
|
||||
)
|
||||
public static Object method2140(byte[] var0, boolean var1) {
|
||||
if (var0 == null) { // L: 7
|
||||
return null;
|
||||
} else if (var0.length > 136) { // L: 8
|
||||
DirectByteArrayCopier var2 = new DirectByteArrayCopier(); // L: 10
|
||||
var2.set(var0); // L: 11
|
||||
return var2; // L: 12
|
||||
} else {
|
||||
return var0; // L: 25
|
||||
}
|
||||
}
|
||||
static void method2171() {
|
||||
Login.loginIndex = 24; // L: 1565
|
||||
GrandExchangeOfferNameComparator.setLoginResponseString("The game servers are currently being updated.", "Please wait a few minutes and try again.", ""); // L: 1566
|
||||
} // L: 1567
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user