rs-client: remove Export annotations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import java.net.URL;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
@@ -10,13 +9,10 @@ public class UrlRequest {
|
||||
@ObfuscatedName("h")
|
||||
static boolean field1986;
|
||||
@ObfuscatedName("z")
|
||||
@Export("url")
|
||||
final URL url;
|
||||
@ObfuscatedName("k")
|
||||
@Export("isDone0")
|
||||
volatile boolean isDone0;
|
||||
@ObfuscatedName("s")
|
||||
@Export("response0")
|
||||
volatile byte[] response0;
|
||||
|
||||
UrlRequest(URL var1) {
|
||||
@@ -28,7 +24,6 @@ public class UrlRequest {
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "1064227353"
|
||||
)
|
||||
@Export("isDone")
|
||||
public boolean isDone() {
|
||||
return this.isDone0; // L: 100
|
||||
}
|
||||
@@ -38,7 +33,6 @@ public class UrlRequest {
|
||||
descriptor = "(I)[B",
|
||||
garbageValue = "524450632"
|
||||
)
|
||||
@Export("getResponse")
|
||||
public byte[] getResponse() {
|
||||
return this.response0; // L: 104
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user