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:
ThatGamerBlue
2021-02-26 00:33:45 +00:00
parent 62df7e0ff1
commit 563587e6b0
346 changed files with 84175 additions and 82557 deletions

View File

@@ -7,34 +7,37 @@ import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ik")
@Implements("ArchiveDiskAction")
public class ArchiveDiskAction extends Node {
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = 543287365
)
@Export("type")
int type;
@ObfuscatedName("v")
@Export("data")
public byte[] data;
@ObfuscatedName("d")
@ObfuscatedSignature(
descriptor = "Llu;"
)
@Export("archiveDisk")
public ArchiveDisk archiveDisk;
@ObfuscatedName("c")
@ObfuscatedSignature(
descriptor = "Liy;"
)
@Export("archive")
public Archive archive;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = 543287365
)
@Export("type")
int type;
@ObfuscatedName("v")
@Export("data")
public byte[] data;
@ObfuscatedName("d")
@ObfuscatedSignature(
descriptor = "Llu;"
)
@Export("archiveDisk")
public ArchiveDisk archiveDisk;
@ObfuscatedName("c")
@ObfuscatedSignature(
descriptor = "Liy;"
)
@Export("archive")
public Archive archive;
@ObfuscatedName("gx")
@ObfuscatedSignature(
descriptor = "(B)Z",
garbageValue = "126"
)
static boolean method4359() {
return (Client.drawPlayerNames & 8) != 0;
}
ArchiveDiskAction() {
} // L: 12
@ObfuscatedName("gx")
@ObfuscatedSignature(
descriptor = "(B)Z",
garbageValue = "126"
)
static boolean method4359() {
return (Client.drawPlayerNames & 8) != 0; // L: 4422
}
}