client: rev 201

This commit is contained in:
Justin
2021-11-03 22:50:34 +11:00
parent af21d0e050
commit bcc8072751
425 changed files with 65165 additions and 65696 deletions

View File

@@ -4,30 +4,55 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lm")
@ObfuscatedName("lw")
@Implements("FriendLoginUpdate")
public class FriendLoginUpdate extends Link {
@ObfuscatedName("l")
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 406159979
intValue = 1837653609
)
public int field3952;
@ObfuscatedName("q")
static int field3943;
@ObfuscatedName("gu")
@ObfuscatedSignature(
descriptor = "Lpm;"
descriptor = "Lle;"
)
@Export("fontPlain11")
static Font fontPlain11;
@ObfuscatedName("i")
@ObfuscatedGetter(
intValue = 1663283777
)
public int field3945;
@ObfuscatedName("w")
@ObfuscatedSignature(
descriptor = "Lpb;"
)
@Export("username")
public Username username;
@ObfuscatedName("f")
@ObfuscatedName("s")
@Export("world")
public short world;
@ObfuscatedSignature(
descriptor = "(Lpm;I)V"
descriptor = "(Lpb;I)V"
)
FriendLoginUpdate(Username var1, int var2) {
this.field3952 = (int)(UserComparator4.method2406() / 1000L);
this.username = var1;
this.world = (short)var2;
}
this.field3945 = (int)(class111.method2516() / 1000L); // L: 107
this.username = var1; // L: 108
this.world = (short)var2; // L: 109
} // L: 110
@ObfuscatedName("i")
@ObfuscatedSignature(
descriptor = "(B)V",
garbageValue = "-106"
)
static void method6058() {
for (ObjectSound var0 = (ObjectSound)ObjectSound.objectSounds.last(); var0 != null; var0 = (ObjectSound)ObjectSound.objectSounds.previous()) { // L: 30
if (var0.obj != null) { // L: 31
var0.set();
}
}
} // L: 33
}