chore: rev 193

This commit is contained in:
therealunull
2020-12-09 11:07:26 -05:00
parent 5cd865f43f
commit 8f587826ee
358 changed files with 62074 additions and 62020 deletions

View File

@@ -4,141 +4,136 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("cl")
@ObfuscatedName("cz")
@Implements("ObjectSound")
public final class ObjectSound extends Node {
@ObfuscatedName("f")
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "Lja;"
descriptor = "Ljp;"
)
@Export("objectSounds")
static NodeDeque objectSounds;
@ObfuscatedName("b")
@ObfuscatedName("q")
public static String field1077;
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = -1138191805
intValue = -1758157691
)
@Export("plane")
int plane;
@ObfuscatedName("l")
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = -1682034251
)
@Export("x")
int x;
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = 2073758619
intValue = -1615552035
)
@Export("y")
int y;
@ObfuscatedName("z")
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = 1257501441
intValue = 1091838848
)
int field1103;
@ObfuscatedName("q")
@Export("x")
int x;
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = 1906931409
intValue = -2006873984
)
int field1112;
@ObfuscatedName("k")
int field1073;
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = -2106963407
intValue = 744417563
)
int field1104;
@ObfuscatedName("c")
int field1078;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = 786656401
intValue = 417885395
)
int field1086;
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = 736414323
)
@Export("soundEffectId")
int soundEffectId;
@ObfuscatedName("u")
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "Ldx;"
descriptor = "Ldj;"
)
@Export("stream1")
RawPcmStream stream1;
@ObfuscatedName("t")
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -68558045
intValue = 959647129
)
int field1107;
int field1085;
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = 409516173
)
int field1083;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 151310867
)
int field1109;
@ObfuscatedName("o")
@Export("soundEffectIds")
int[] soundEffectIds;
@ObfuscatedName("n")
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = -828996147
intValue = -1988798929
)
int field1108;
@ObfuscatedName("x")
int field1081;
@ObfuscatedName("c")
@ObfuscatedSignature(
descriptor = "Ldx;"
descriptor = "Ldj;"
)
@Export("stream2")
RawPcmStream stream2;
@ObfuscatedName("p")
@ObfuscatedName("i")
@ObfuscatedSignature(
descriptor = "Lje;"
descriptor = "Ljm;"
)
@Export("obj")
ObjectDefinition obj;
static {
objectSounds = new NodeDeque(); // L: 11
objectSounds = new NodeDeque();
}
ObjectSound() {
} // L: 27
}
@ObfuscatedName("f")
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(I)V",
garbageValue = "2054247540"
garbageValue = "401252200"
)
@Export("set")
void set() {
int var1 = this.soundEffectId; // L: 30
ObjectDefinition var2 = this.obj.transform(); // L: 31
if (var2 != null) { // L: 32
this.soundEffectId = var2.ambientSoundId; // L: 33
this.field1104 = var2.int4 * 128; // L: 34
this.field1107 = var2.int5; // L: 35
this.field1109 = var2.int6; // L: 36
this.soundEffectIds = var2.soundEffectIds; // L: 37
int var1 = this.soundEffectId;
ObjectDefinition var2 = this.obj.transform();
if (var2 != null) {
this.soundEffectId = var2.ambientSoundId;
this.field1086 = var2.int4 * 128;
this.field1085 = var2.int5;
this.field1083 = var2.int6;
this.soundEffectIds = var2.soundEffectIds;
} else {
this.soundEffectId = -1; // L: 40
this.field1104 = 0; // L: 41
this.field1107 = 0; // L: 42
this.field1109 = 0; // L: 43
this.soundEffectIds = null; // L: 44
this.soundEffectId = -1;
this.field1086 = 0;
this.field1085 = 0;
this.field1083 = 0;
this.soundEffectIds = null;
}
if (var1 != this.soundEffectId && this.stream1 != null) { // L: 46
GrandExchangeEvents.pcmStreamMixer.removeSubStream(this.stream1); // L: 47
this.stream1 = null; // L: 48
if (var1 != this.soundEffectId && this.stream1 != null) {
WorldMapManager.pcmStreamMixer.removeSubStream(this.stream1);
this.stream1 = null;
}
} // L: 50
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "(Ljava/lang/CharSequence;I)I",
garbageValue = "2057231744"
)
@Export("parseInt")
public static int parseInt(CharSequence var0) {
return SecureRandomCallable.parseIntCustomRadix(var0, 10, true); // L: 76
}
@ObfuscatedName("k")
@Export("Entity_unpackID")
public static int Entity_unpackID(long var0) {
return (int)(var0 >>> 17 & 4294967295L); // L: 68
@ObfuscatedName("e")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "725701035"
)
static final int method1993() {
return ViewportMouse.ViewportMouse_x;
}
}