project: rev 205

This commit is contained in:
Justin
2022-05-11 21:14:59 +10:00
parent a048a17fce
commit 50446597eb
477 changed files with 59164 additions and 58718 deletions

View File

@@ -4,97 +4,55 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("cw")
@ObfuscatedName("cb")
@Implements("UrlRequest")
public class UrlRequest {
@ObfuscatedName("v")
@ObfuscatedName("ef")
@ObfuscatedSignature(
descriptor = "Lle;"
)
@Export("archive11")
static Archive archive11;
@ObfuscatedName("o")
@Export("url")
final URL url;
@ObfuscatedName("c")
@ObfuscatedName("q")
@Export("isDone0")
volatile boolean isDone0;
@ObfuscatedName("i")
@ObfuscatedName("l")
@Export("response0")
volatile byte[] response0;
UrlRequest(URL var1) {
this.url = var1; // L: 114
} // L: 115
this.url = var1; // L: 115
} // L: 116
@ObfuscatedName("v")
@ObfuscatedName("o")
@ObfuscatedSignature(
descriptor = "(B)Z",
garbageValue = "16"
descriptor = "(I)Z",
garbageValue = "1235200526"
)
@Export("isDone")
public boolean isDone() {
return this.isDone0; // L: 118
return this.isDone0; // L: 119
}
@ObfuscatedName("c")
@ObfuscatedName("q")
@ObfuscatedSignature(
descriptor = "(I)[B",
garbageValue = "1979081265"
garbageValue = "-1622605923"
)
@Export("getResponse")
public byte[] getResponse() {
return this.response0; // L: 122
return this.response0; // L: 123
}
@ObfuscatedName("i")
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "(B)Ljava/lang/String;",
garbageValue = "1"
garbageValue = "28"
)
public String method2554() {
return this.url.toString(); // L: 126
public String method2556() {
return this.url.toString(); // L: 127
}
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(I)V",
garbageValue = "-1489870449"
)
public static void method2564() {
class54.reflectionChecks = new IterableNodeDeque(); // L: 24
} // L: 25
@ObfuscatedName("ks")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "232574947"
)
static void method2551(int var0, int var1) {
MenuAction var2 = Interpreter.tempMenuAction; // L: 11865
if (var2 != null) { // L: 11867
class9.menuAction(var2.param0, var2.param1, var2.opcode, var2.identifier, var2.action, var2.action, var0, var1); // L: 11868
}
Interpreter.tempMenuAction = null; // L: 11871
} // L: 11872
@ObfuscatedName("mr")
@ObfuscatedSignature(
descriptor = "(S)V",
garbageValue = "1100"
)
static void method2560() {
if (Client.field759 && GrandExchangeEvents.localPlayer != null) { // L: 12618
int var0 = GrandExchangeEvents.localPlayer.pathX[0]; // L: 12619
int var1 = GrandExchangeEvents.localPlayer.pathY[0]; // L: 12620
if (var0 < 0 || var1 < 0 || var0 >= 104 || var1 >= 104) { // L: 12621
return;
}
class10.oculusOrbFocalPointX = GrandExchangeEvents.localPlayer.x; // L: 12622
int var2 = WorldMapLabel.getTileHeight(GrandExchangeEvents.localPlayer.x, GrandExchangeEvents.localPlayer.y, class18.Client_plane) - Client.camFollowHeight; // L: 12623
if (var2 < Decimator.field397) { // L: 12624
Decimator.field397 = var2;
}
ClientPacket.oculusOrbFocalPointY = GrandExchangeEvents.localPlayer.y; // L: 12625
Client.field759 = false; // L: 12626
}
} // L: 12628
}