project: rev 200

This commit is contained in:
Owain van Brakel
2021-10-06 13:56:56 +02:00
parent 9f1d58c2a6
commit 5e9375bc8b
429 changed files with 45223 additions and 44897 deletions

View File

@@ -3,40 +3,40 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("au")
@ObfuscatedName("ar")
@Implements("SoundEnvelope")
public class SoundEnvelope {
@ObfuscatedName("n")
@ObfuscatedName("l")
@Export("segments")
int segments;
@ObfuscatedName("c")
@ObfuscatedName("q")
@Export("durations")
int[] durations;
@ObfuscatedName("m")
@ObfuscatedName("f")
@Export("phases")
int[] phases;
@ObfuscatedName("k")
@ObfuscatedName("j")
@Export("start")
int start;
@ObfuscatedName("o")
@ObfuscatedName("m")
@Export("end")
int end;
@ObfuscatedName("g")
@ObfuscatedName("k")
@Export("form")
int form;
@ObfuscatedName("z")
@ObfuscatedName("t")
@Export("ticks")
int ticks;
@ObfuscatedName("a")
@Export("phaseIndex")
int phaseIndex;
@ObfuscatedName("u")
@ObfuscatedName("e")
@Export("step")
int step;
@ObfuscatedName("e")
@ObfuscatedName("i")
@Export("amplitude")
int amplitude;
@ObfuscatedName("l")
@ObfuscatedName("y")
@Export("max")
int max;
@@ -50,7 +50,7 @@ public class SoundEnvelope {
this.phases[1] = 65535;
}
@ObfuscatedName("n")
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "(Lot;)V"
)
@@ -62,7 +62,7 @@ public class SoundEnvelope {
this.decodeSegments(var1);
}
@ObfuscatedName("c")
@ObfuscatedName("q")
@ObfuscatedSignature(
descriptor = "(Lot;)V"
)
@@ -79,7 +79,7 @@ public class SoundEnvelope {
}
@ObfuscatedName("m")
@ObfuscatedName("f")
@Export("reset")
final void reset() {
this.ticks = 0;
@@ -89,7 +89,7 @@ public class SoundEnvelope {
this.max = 0;
}
@ObfuscatedName("k")
@ObfuscatedName("j")
@Export("doStep")
final int doStep(int var1) {
if (this.max >= this.ticks) {