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

@@ -6,34 +6,43 @@ import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ka")
@Implements("TriBool")
public class TriBool {
@ObfuscatedName("n")
@ObfuscatedSignature(
descriptor = "Lka;"
)
@Export("TriBool_unknown")
public static final TriBool TriBool_unknown = new TriBool();
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "Lka;"
)
@Export("TriBool_true")
public static final TriBool TriBool_true = new TriBool();
@ObfuscatedName("d")
@ObfuscatedSignature(
descriptor = "Lka;"
)
@Export("TriBool_false")
public static final TriBool TriBool_false = new TriBool();
@ObfuscatedName("z")
@Export("ByteArrayPool_alternativeSizes")
static int[] ByteArrayPool_alternativeSizes;
@ObfuscatedName("n")
@ObfuscatedSignature(
descriptor = "Lka;"
)
@Export("TriBool_unknown")
public static final TriBool TriBool_unknown;
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "Lka;"
)
@Export("TriBool_true")
public static final TriBool TriBool_true;
@ObfuscatedName("d")
@ObfuscatedSignature(
descriptor = "Lka;"
)
@Export("TriBool_false")
public static final TriBool TriBool_false;
@ObfuscatedName("z")
@Export("ByteArrayPool_alternativeSizes")
static int[] ByteArrayPool_alternativeSizes;
@ObfuscatedName("kx")
@ObfuscatedSignature(
descriptor = "(B)Z",
garbageValue = "-107"
)
public static boolean method5372() {
return Client.staffModLevel >= 2;
}
static {
TriBool_unknown = new TriBool(); // L: 4
TriBool_true = new TriBool(); // L: 5
TriBool_false = new TriBool(); // L: 6
}
TriBool() {
} // L: 8
@ObfuscatedName("kx")
@ObfuscatedSignature(
descriptor = "(B)Z",
garbageValue = "-107"
)
public static boolean method5372() {
return Client.staffModLevel >= 2; // L: 11616
}
}