rs-client: remove Export annotations
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
@@ -7,16 +6,12 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("RawSound")
|
||||
public class RawSound extends AbstractSound {
|
||||
@ObfuscatedName("z")
|
||||
@Export("sampleRate")
|
||||
public int sampleRate;
|
||||
@ObfuscatedName("k")
|
||||
@Export("samples")
|
||||
public byte[] samples;
|
||||
@ObfuscatedName("s")
|
||||
@Export("start")
|
||||
public int start;
|
||||
@ObfuscatedName("t")
|
||||
@Export("end")
|
||||
int end;
|
||||
@ObfuscatedName("i")
|
||||
public boolean field1417;
|
||||
@@ -40,7 +35,6 @@ public class RawSound extends AbstractSound {
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Ldf;)Lde;"
|
||||
)
|
||||
@Export("resample")
|
||||
public RawSound resample(Decimator var1) {
|
||||
this.samples = var1.resample(this.samples); // L: 28
|
||||
this.sampleRate = var1.scaleRate(this.sampleRate); // L: 29
|
||||
|
||||
Reference in New Issue
Block a user