rsc: please read the commit message for my neverending descent into madness
how do i stop making castles every time i go to the beach i make a castle every time i open blender i model castles every time i play chess i castle i just cant stop making castles dude
This commit is contained in:
@@ -7,46 +7,46 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@ObfuscatedName("ei")
|
||||
@Implements("UrlRequest")
|
||||
public class UrlRequest {
|
||||
@ObfuscatedName("n")
|
||||
@Export("url")
|
||||
final URL url;
|
||||
@ObfuscatedName("v")
|
||||
@Export("isDone0")
|
||||
volatile boolean isDone0;
|
||||
@ObfuscatedName("d")
|
||||
@Export("response0")
|
||||
volatile byte[] response0;
|
||||
@ObfuscatedName("n")
|
||||
@Export("url")
|
||||
final URL url;
|
||||
@ObfuscatedName("v")
|
||||
@Export("isDone0")
|
||||
volatile boolean isDone0;
|
||||
@ObfuscatedName("d")
|
||||
@Export("response0")
|
||||
volatile byte[] response0;
|
||||
|
||||
UrlRequest(URL var1) {
|
||||
this.url = var1;
|
||||
}
|
||||
UrlRequest(URL var1) {
|
||||
this.url = var1; // L: 96
|
||||
} // L: 97
|
||||
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "-1827433673"
|
||||
)
|
||||
@Export("isDone")
|
||||
public boolean isDone() {
|
||||
return this.isDone0;
|
||||
}
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "-1827433673"
|
||||
)
|
||||
@Export("isDone")
|
||||
public boolean isDone() {
|
||||
return this.isDone0; // L: 100
|
||||
}
|
||||
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)[B",
|
||||
garbageValue = "124"
|
||||
)
|
||||
@Export("getResponse")
|
||||
public byte[] getResponse() {
|
||||
return this.response0;
|
||||
}
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)[B",
|
||||
garbageValue = "124"
|
||||
)
|
||||
@Export("getResponse")
|
||||
public byte[] getResponse() {
|
||||
return this.response0; // L: 104
|
||||
}
|
||||
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(ZZI)Lly;",
|
||||
garbageValue = "-2105187304"
|
||||
)
|
||||
static IndexedSprite method3476(boolean var0, boolean var1) {
|
||||
return var0 ? (var1 ? WorldMapDecoration.field237 : Login.options_buttons_2Sprite) : (var1 ? UrlRequester.field1956 : class69.options_buttons_0Sprite);
|
||||
}
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(ZZI)Lly;",
|
||||
garbageValue = "-2105187304"
|
||||
)
|
||||
static IndexedSprite method3476(boolean var0, boolean var1) {
|
||||
return var0 ? (var1 ? WorldMapDecoration.field237 : Login.options_buttons_2Sprite) : (var1 ? UrlRequester.field1956 : class69.options_buttons_0Sprite); // L: 198
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user