Consolidated a bunch of static classes

This commit is contained in:
Pazaz 2022-05-04 01:49:55 -04:00
parent cf6a86e926
commit 774d382816
260 changed files with 4163 additions and 4536 deletions

View file

@ -21,21 +21,21 @@ public final class VorbisMapping {
@OriginalMember(owner = "client!uk", name = "<init>", descriptor = "()V")
public VorbisMapping() {
Static117.method2350(16);
this.anInt5563 = Static117.method2346() == 0 ? 1 : Static117.method2350(4) + 1;
if (Static117.method2346() != 0) {
Static117.method2350(8);
VorbisSound.method2350(16);
this.anInt5563 = VorbisSound.method2346() == 0 ? 1 : VorbisSound.method2350(4) + 1;
if (VorbisSound.method2346() != 0) {
VorbisSound.method2350(8);
}
Static117.method2350(2);
VorbisSound.method2350(2);
if (this.anInt5563 > 1) {
this.anInt5562 = Static117.method2350(4);
this.anInt5562 = VorbisSound.method2350(4);
}
this.anIntArray490 = new int[this.anInt5563];
this.anIntArray491 = new int[this.anInt5563];
for (@Pc(42) int local42 = 0; local42 < this.anInt5563; local42++) {
Static117.method2350(8);
this.anIntArray490[local42] = Static117.method2350(8);
this.anIntArray491[local42] = Static117.method2350(8);
VorbisSound.method2350(8);
this.anIntArray490[local42] = VorbisSound.method2350(8);
this.anIntArray491[local42] = VorbisSound.method2350(8);
}
}
}