project: rev 195
This commit is contained in:
@@ -1,32 +1,36 @@
|
||||
import java.util.LinkedHashMap;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ka")
|
||||
@ObfuscatedName("ls")
|
||||
@Implements("TriBool")
|
||||
public class TriBool {
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lka;"
|
||||
descriptor = "Lls;"
|
||||
)
|
||||
@Export("TriBool_unknown")
|
||||
public static final TriBool TriBool_unknown;
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lka;"
|
||||
descriptor = "Lls;"
|
||||
)
|
||||
@Export("TriBool_true")
|
||||
public static final TriBool TriBool_true;
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lka;"
|
||||
descriptor = "Lls;"
|
||||
)
|
||||
@Export("TriBool_false")
|
||||
public static final TriBool TriBool_false;
|
||||
@ObfuscatedName("z")
|
||||
@Export("ByteArrayPool_alternativeSizes")
|
||||
static int[] ByteArrayPool_alternativeSizes;
|
||||
@ObfuscatedName("dh")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lig;"
|
||||
)
|
||||
@Export("archive0")
|
||||
static Archive archive0;
|
||||
|
||||
static {
|
||||
TriBool_unknown = new TriBool(); // L: 4
|
||||
@@ -37,12 +41,35 @@ public class TriBool {
|
||||
TriBool() {
|
||||
} // L: 8
|
||||
|
||||
@ObfuscatedName("kx")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "-107"
|
||||
descriptor = "(IIB)Z",
|
||||
garbageValue = "-45"
|
||||
)
|
||||
public static boolean method5372() {
|
||||
return Client.staffModLevel >= 2; // L: 11616
|
||||
static boolean method5817(int var0, int var1) {
|
||||
return var0 != 4 || var1 < 8; // L: 26
|
||||
}
|
||||
|
||||
@ObfuscatedName("fe")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(ZB)V",
|
||||
garbageValue = "-17"
|
||||
)
|
||||
static final void method5818(boolean var0) {
|
||||
if (var0) { // L: 2449
|
||||
Client.field636 = Login.field1005 ? class125.field1456 : class125.field1457; // L: 2450
|
||||
} else {
|
||||
LinkedHashMap var1 = Login.clientPreferences.parameters; // L: 2453
|
||||
String var3 = Login.Login_username; // L: 2455
|
||||
int var4 = var3.length(); // L: 2457
|
||||
int var5 = 0; // L: 2458
|
||||
|
||||
for (int var6 = 0; var6 < var4; ++var6) { // L: 2459
|
||||
var5 = (var5 << 5) - var5 + var3.charAt(var6);
|
||||
}
|
||||
|
||||
Client.field636 = var1.containsKey(var5) ? class125.field1459 : class125.field1458; // L: 2462
|
||||
}
|
||||
|
||||
} // L: 2464
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user