Remove invalid/add missing Export annotations
This commit is contained in:
@@ -7,25 +7,18 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("RawPcmStream")
|
||||
public class RawPcmStream extends PcmStream {
|
||||
@ObfuscatedName("m")
|
||||
@Export("__m")
|
||||
int __m;
|
||||
@ObfuscatedName("f")
|
||||
@Export("__f")
|
||||
int __f;
|
||||
@ObfuscatedName("q")
|
||||
@Export("__q")
|
||||
int __q;
|
||||
@ObfuscatedName("o")
|
||||
@Export("__o")
|
||||
int __o;
|
||||
@ObfuscatedName("u")
|
||||
@Export("__u")
|
||||
int __u;
|
||||
@ObfuscatedName("g")
|
||||
@Export("__g")
|
||||
int __g;
|
||||
@ObfuscatedName("l")
|
||||
@Export("__l")
|
||||
int __l;
|
||||
@ObfuscatedName("e")
|
||||
@Export("numLoops")
|
||||
@@ -37,18 +30,14 @@ public class RawPcmStream extends PcmStream {
|
||||
@Export("end")
|
||||
int end;
|
||||
@ObfuscatedName("k")
|
||||
@Export("__k")
|
||||
boolean __k;
|
||||
@ObfuscatedName("n")
|
||||
int __n;
|
||||
@ObfuscatedName("i")
|
||||
@Export("__i")
|
||||
int __i;
|
||||
@ObfuscatedName("a")
|
||||
@Export("__a")
|
||||
int __a;
|
||||
@ObfuscatedName("z")
|
||||
@Export("__z")
|
||||
int __z;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
@@ -82,7 +71,6 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("o")
|
||||
@Export("__o_180")
|
||||
void __o_180() {
|
||||
this.__u = this.__q;
|
||||
this.__g = method2603(this.__q, this.__o);
|
||||
@@ -93,6 +81,7 @@ public class RawPcmStream extends PcmStream {
|
||||
@ObfuscatedSignature(
|
||||
signature = "()Ldc;"
|
||||
)
|
||||
@Export("firstSubStream")
|
||||
protected PcmStream firstSubStream() {
|
||||
return null;
|
||||
}
|
||||
@@ -101,6 +90,7 @@ public class RawPcmStream extends PcmStream {
|
||||
@ObfuscatedSignature(
|
||||
signature = "()Ldc;"
|
||||
)
|
||||
@Export("nextSubStream")
|
||||
protected PcmStream nextSubStream() {
|
||||
return null;
|
||||
}
|
||||
@@ -473,19 +463,16 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("a")
|
||||
@Export("__a_182")
|
||||
public synchronized void __a_182(int var1) {
|
||||
this.__j_184(var1 << 6, this.__t_186());
|
||||
}
|
||||
|
||||
@ObfuscatedName("z")
|
||||
@Export("__z_183")
|
||||
synchronized void __z_183(int var1) {
|
||||
this.__j_184(var1, this.__t_186());
|
||||
}
|
||||
|
||||
@ObfuscatedName("j")
|
||||
@Export("__j_184")
|
||||
synchronized void __j_184(int var1, int var2) {
|
||||
this.__q = var1;
|
||||
this.__o = var2;
|
||||
@@ -494,19 +481,16 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("s")
|
||||
@Export("__s_185")
|
||||
public synchronized int __s_185() {
|
||||
return this.__q == Integer.MIN_VALUE?0:this.__q;
|
||||
}
|
||||
|
||||
@ObfuscatedName("t")
|
||||
@Export("__t_186")
|
||||
public synchronized int __t_186() {
|
||||
return this.__o < 0?-1:this.__o;
|
||||
}
|
||||
|
||||
@ObfuscatedName("y")
|
||||
@Export("__y_187")
|
||||
public synchronized void __y_187(int var1) {
|
||||
int var2 = ((RawSound)super.sound).samples.length << 8;
|
||||
if(var1 < -1) {
|
||||
@@ -525,14 +509,12 @@ public class RawPcmStream extends PcmStream {
|
||||
signature = "(Z)V",
|
||||
garbageValue = "1"
|
||||
)
|
||||
@Export("__h_188")
|
||||
public synchronized void __h_188() {
|
||||
this.__f = (this.__f ^ this.__f >> 31) + (this.__f >>> 31);
|
||||
this.__f = -this.__f;
|
||||
}
|
||||
|
||||
@ObfuscatedName("b")
|
||||
@Export("__b_189")
|
||||
void __b_189() {
|
||||
if(this.__n != 0) {
|
||||
if(this.__q == Integer.MIN_VALUE) {
|
||||
@@ -546,13 +528,11 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("c")
|
||||
@Export("__c_190")
|
||||
public synchronized void __c_190(int var1, int var2) {
|
||||
this.__p_191(var1, var2, this.__t_186());
|
||||
}
|
||||
|
||||
@ObfuscatedName("p")
|
||||
@Export("__p_191")
|
||||
public synchronized void __p_191(int var1, int var2, int var3) {
|
||||
if(var1 == 0) {
|
||||
this.__j_184(var2, var3);
|
||||
@@ -598,7 +578,6 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("v")
|
||||
@Export("__v_192")
|
||||
public synchronized void __v_192(int var1) {
|
||||
if(var1 == 0) {
|
||||
this.__z_183(0);
|
||||
@@ -643,7 +622,6 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("ah")
|
||||
@Export("__ah_193")
|
||||
public synchronized void __ah_193(int var1) {
|
||||
if(this.__f < 0) {
|
||||
this.__f = -var1;
|
||||
@@ -654,25 +632,21 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("ab")
|
||||
@Export("__ab_194")
|
||||
public synchronized int __ab_194() {
|
||||
return this.__f < 0?-this.__f:this.__f;
|
||||
}
|
||||
|
||||
@ObfuscatedName("ae")
|
||||
@Export("__ae_195")
|
||||
public boolean __ae_195() {
|
||||
return this.__m < 0 || this.__m >= ((RawSound)super.sound).samples.length << 8;
|
||||
}
|
||||
|
||||
@ObfuscatedName("at")
|
||||
@Export("__at_196")
|
||||
public boolean __at_196() {
|
||||
return this.__n != 0;
|
||||
}
|
||||
|
||||
@ObfuscatedName("ad")
|
||||
@Export("__ad_202")
|
||||
int __ad_202(int[] var1, int var2, int var3, int var4, int var5) {
|
||||
while(true) {
|
||||
if(this.__n > 0) {
|
||||
@@ -723,7 +697,6 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("ap")
|
||||
@Export("__ap_203")
|
||||
int __ap_203(int[] var1, int var2, int var3, int var4, int var5) {
|
||||
while(true) {
|
||||
if(this.__n > 0) {
|
||||
@@ -774,7 +747,6 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("az")
|
||||
@Export("__az_179")
|
||||
int __az_179() {
|
||||
int var1 = this.__u * 3 >> 6;
|
||||
var1 = (var1 ^ var1 >> 31) + (var1 >>> 31);
|
||||
@@ -788,7 +760,6 @@ public class RawPcmStream extends PcmStream {
|
||||
}
|
||||
|
||||
@ObfuscatedName("au")
|
||||
@Export("__au_204")
|
||||
boolean __au_204() {
|
||||
int var1 = this.__q;
|
||||
int var2;
|
||||
|
||||
Reference in New Issue
Block a user