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,65 +4,56 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ha")
@ObfuscatedName("hp")
@Implements("VertexNormal")
public class VertexNormal {
@ObfuscatedName("kt")
@ObfuscatedName("i")
@ObfuscatedGetter(
intValue = -1805668533
)
@Export("Client_plane")
static int Client_plane;
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 1283611121
intValue = -755097021
)
@Export("x")
int x;
@ObfuscatedName("q")
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = -812646739
intValue = -2006486583
)
@Export("y")
int y;
@ObfuscatedName("f")
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = 1799999959
intValue = -1176524853
)
@Export("z")
int z;
@ObfuscatedName("j")
@ObfuscatedName("a")
@ObfuscatedGetter(
intValue = 261367591
intValue = 836304425
)
@Export("magnitude")
int magnitude;
VertexNormal() {
}
} // L: 9
@ObfuscatedSignature(
descriptor = "(Lha;)V"
descriptor = "(Lhp;)V"
)
VertexNormal(VertexNormal var1) {
this.x = var1.x;
this.y = var1.y;
this.z = var1.z;
this.magnitude = var1.magnitude;
}
this.x = var1.x; // L: 12
this.y = var1.y; // L: 13
this.z = var1.z; // L: 14
this.magnitude = var1.magnitude; // L: 15
} // L: 16
@ObfuscatedName("m")
@ObfuscatedName("gf")
@ObfuscatedSignature(
descriptor = "(ILkl;IIIZB)V",
garbageValue = "84"
descriptor = "(I)V",
garbageValue = "1811785448"
)
public static void method4560(int var0, AbstractArchive var1, int var2, int var3, int var4, boolean var5) {
class247.musicPlayerStatus = 1;
class113.musicTrackArchive = var1;
Skills.musicTrackGroupId = var2;
class137.musicTrackFileId = var3;
class247.musicTrackVolume = var4;
class247.musicTrackBoolean = var5;
class247.pcmSampleLength = var0;
}
static void method4623() {
if (Client.combatTargetPlayerIndex >= 0 && Client.players[Client.combatTargetPlayerIndex] != null) { // L: 5045
class132.addPlayerToScene(Client.players[Client.combatTargetPlayerIndex], false); // L: 5046
}
} // L: 5048
}