mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Refactored Buffer class
This commit is contained in:
parent
65965ea3a2
commit
6d9afcdc29
165 changed files with 2763 additions and 2728 deletions
|
|
@ -28,27 +28,27 @@ public final class AnimBase extends Node {
|
||||||
public AnimBase(@OriginalArg(0) int arg0, @OriginalArg(1) byte[] arg1) {
|
public AnimBase(@OriginalArg(0) int arg0, @OriginalArg(1) byte[] arg1) {
|
||||||
this.anInt3113 = arg0;
|
this.anInt3113 = arg0;
|
||||||
@Pc(9) Buffer local9 = new Buffer(arg1);
|
@Pc(9) Buffer local9 = new Buffer(arg1);
|
||||||
this.anInt3116 = local9.method2229();
|
this.anInt3116 = local9.g1();
|
||||||
this.anIntArrayArray23 = new int[this.anInt3116][];
|
this.anIntArrayArray23 = new int[this.anInt3116][];
|
||||||
this.anIntArray291 = new int[this.anInt3116];
|
this.anIntArray291 = new int[this.anInt3116];
|
||||||
this.aBooleanArray70 = new boolean[this.anInt3116];
|
this.aBooleanArray70 = new boolean[this.anInt3116];
|
||||||
this.anIntArray290 = new int[this.anInt3116];
|
this.anIntArray290 = new int[this.anInt3116];
|
||||||
@Pc(36) int local36;
|
@Pc(36) int local36;
|
||||||
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
||||||
this.anIntArray291[local36] = local9.method2229();
|
this.anIntArray291[local36] = local9.g1();
|
||||||
}
|
}
|
||||||
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
||||||
this.aBooleanArray70[local36] = local9.method2229() == 1;
|
this.aBooleanArray70[local36] = local9.g1() == 1;
|
||||||
}
|
}
|
||||||
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
||||||
this.anIntArray290[local36] = local9.method2163();
|
this.anIntArray290[local36] = local9.g2();
|
||||||
}
|
}
|
||||||
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
||||||
this.anIntArrayArray23[local36] = new int[local9.method2229()];
|
this.anIntArrayArray23[local36] = new int[local9.g1()];
|
||||||
}
|
}
|
||||||
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
for (local36 = 0; local36 < this.anInt3116; local36++) {
|
||||||
for (@Pc(118) int local118 = 0; local118 < this.anIntArrayArray23[local36].length; local118++) {
|
for (@Pc(118) int local118 = 0; local118 < this.anIntArrayArray23[local36].length; local118++) {
|
||||||
this.anIntArrayArray23[local36][local118] = local9.method2229();
|
this.anIntArrayArray23[local36][local118] = local9.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,19 +41,19 @@ public final class AnimFrame {
|
||||||
this.aClass3_Sub20_1 = arg1;
|
this.aClass3_Sub20_1 = arg1;
|
||||||
@Pc(21) Buffer local21 = new Buffer(arg0);
|
@Pc(21) Buffer local21 = new Buffer(arg0);
|
||||||
@Pc(26) Buffer local26 = new Buffer(arg0);
|
@Pc(26) Buffer local26 = new Buffer(arg0);
|
||||||
local21.anInt2792 = 2;
|
local21.offset = 2;
|
||||||
@Pc(33) int local33 = local21.method2229();
|
@Pc(33) int local33 = local21.g1();
|
||||||
@Pc(35) int local35 = 0;
|
@Pc(35) int local35 = 0;
|
||||||
@Pc(37) int local37 = -1;
|
@Pc(37) int local37 = -1;
|
||||||
@Pc(39) int local39 = -1;
|
@Pc(39) int local39 = -1;
|
||||||
local26.anInt2792 = local21.anInt2792 + local33;
|
local26.offset = local21.offset + local33;
|
||||||
@Pc(47) int local47;
|
@Pc(47) int local47;
|
||||||
for (local47 = 0; local47 < local33; local47++) {
|
for (local47 = 0; local47 < local33; local47++) {
|
||||||
@Pc(56) int local56 = this.aClass3_Sub20_1.anIntArray291[local47];
|
@Pc(56) int local56 = this.aClass3_Sub20_1.anIntArray291[local47];
|
||||||
if (local56 == 0) {
|
if (local56 == 0) {
|
||||||
local37 = local47;
|
local37 = local47;
|
||||||
}
|
}
|
||||||
@Pc(64) int local64 = local21.method2229();
|
@Pc(64) int local64 = local21.g1();
|
||||||
if (local64 > 0) {
|
if (local64 > 0) {
|
||||||
if (local56 == 0) {
|
if (local56 == 0) {
|
||||||
local39 = local47;
|
local39 = local47;
|
||||||
|
|
@ -66,17 +66,17 @@ public final class AnimFrame {
|
||||||
if ((local64 & 0x1) == 0) {
|
if ((local64 & 0x1) == 0) {
|
||||||
Static168.aShortArray48[local35] = local77;
|
Static168.aShortArray48[local35] = local77;
|
||||||
} else {
|
} else {
|
||||||
Static168.aShortArray48[local35] = (short) local26.method2223();
|
Static168.aShortArray48[local35] = (short) local26.gSmart1or2s();
|
||||||
}
|
}
|
||||||
if ((local64 & 0x2) == 0) {
|
if ((local64 & 0x2) == 0) {
|
||||||
Static168.aShortArray46[local35] = local77;
|
Static168.aShortArray46[local35] = local77;
|
||||||
} else {
|
} else {
|
||||||
Static168.aShortArray46[local35] = (short) local26.method2223();
|
Static168.aShortArray46[local35] = (short) local26.gSmart1or2s();
|
||||||
}
|
}
|
||||||
if ((local64 & 0x4) == 0) {
|
if ((local64 & 0x4) == 0) {
|
||||||
Static168.aShortArray45[local35] = local77;
|
Static168.aShortArray45[local35] = local77;
|
||||||
} else {
|
} else {
|
||||||
Static168.aShortArray45[local35] = (short) local26.method2223();
|
Static168.aShortArray45[local35] = (short) local26.gSmart1or2s();
|
||||||
}
|
}
|
||||||
Static168.aByteArray54[local35] = (byte) (local64 >>> 3 & 0x3);
|
Static168.aByteArray54[local35] = (byte) (local64 >>> 3 & 0x3);
|
||||||
if (local56 == 2) {
|
if (local56 == 2) {
|
||||||
|
|
@ -98,7 +98,7 @@ public final class AnimFrame {
|
||||||
local35++;
|
local35++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local26.anInt2792 != arg0.length) {
|
if (local26.offset != arg0.length) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
this.anInt4070 = local35;
|
this.anInt4070 = local35;
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ public final class BasType {
|
||||||
@OriginalMember(owner = "client!ck", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!ck", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method880(@OriginalArg(1) Buffer arg0) {
|
public final void method880(@OriginalArg(1) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(16) int local16 = arg0.method2229();
|
@Pc(16) int local16 = arg0.g1();
|
||||||
if (local16 == 0) {
|
if (local16 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -105,8 +105,8 @@ public final class BasType {
|
||||||
@OriginalMember(owner = "client!ck", name = "a", descriptor = "(IBLclient!wa;)V")
|
@OriginalMember(owner = "client!ck", name = "a", descriptor = "(IBLclient!wa;)V")
|
||||||
private void method881(@OriginalArg(0) int arg0, @OriginalArg(2) Buffer arg1) {
|
private void method881(@OriginalArg(0) int arg0, @OriginalArg(2) Buffer arg1) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt1037 = arg1.method2163();
|
this.anInt1037 = arg1.g2();
|
||||||
this.anInt1051 = arg1.method2163();
|
this.anInt1051 = arg1.g2();
|
||||||
if (this.anInt1051 == 65535) {
|
if (this.anInt1051 == 65535) {
|
||||||
this.anInt1051 = -1;
|
this.anInt1051 = -1;
|
||||||
}
|
}
|
||||||
|
|
@ -114,67 +114,67 @@ public final class BasType {
|
||||||
this.anInt1037 = -1;
|
this.anInt1037 = -1;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt1062 = arg1.method2163();
|
this.anInt1062 = arg1.g2();
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.anInt1042 = arg1.method2163();
|
this.anInt1042 = arg1.g2();
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
this.anInt1066 = arg1.method2163();
|
this.anInt1066 = arg1.g2();
|
||||||
} else if (arg0 == 5) {
|
} else if (arg0 == 5) {
|
||||||
this.anInt1048 = arg1.method2163();
|
this.anInt1048 = arg1.g2();
|
||||||
} else if (arg0 == 6) {
|
} else if (arg0 == 6) {
|
||||||
this.anInt1058 = arg1.method2163();
|
this.anInt1058 = arg1.g2();
|
||||||
} else if (arg0 == 7) {
|
} else if (arg0 == 7) {
|
||||||
this.anInt1054 = arg1.method2163();
|
this.anInt1054 = arg1.g2();
|
||||||
} else if (arg0 == 8) {
|
} else if (arg0 == 8) {
|
||||||
this.anInt1043 = arg1.method2163();
|
this.anInt1043 = arg1.g2();
|
||||||
} else if (arg0 == 9) {
|
} else if (arg0 == 9) {
|
||||||
this.anInt1045 = arg1.method2163();
|
this.anInt1045 = arg1.g2();
|
||||||
} else if (arg0 == 26) {
|
} else if (arg0 == 26) {
|
||||||
this.anInt1059 = (short) (arg1.method2229() * 4);
|
this.anInt1059 = (short) (arg1.g1() * 4);
|
||||||
this.anInt1050 = (short) (arg1.method2229() * 4);
|
this.anInt1050 = (short) (arg1.g1() * 4);
|
||||||
} else if (arg0 == 27) {
|
} else if (arg0 == 27) {
|
||||||
if (this.anIntArrayArray7 == null) {
|
if (this.anIntArrayArray7 == null) {
|
||||||
this.anIntArrayArray7 = new int[12][];
|
this.anIntArrayArray7 = new int[12][];
|
||||||
}
|
}
|
||||||
@Pc(306) int local306 = arg1.method2229();
|
@Pc(306) int local306 = arg1.g1();
|
||||||
this.anIntArrayArray7[local306] = new int[6];
|
this.anIntArrayArray7[local306] = new int[6];
|
||||||
for (@Pc(314) int local314 = 0; local314 < 6; local314++) {
|
for (@Pc(314) int local314 = 0; local314 < 6; local314++) {
|
||||||
this.anIntArrayArray7[local306][local314] = arg1.method2213();
|
this.anIntArrayArray7[local306][local314] = arg1.g2s();
|
||||||
}
|
}
|
||||||
} else if (arg0 == 29) {
|
} else if (arg0 == 29) {
|
||||||
this.anInt1038 = arg1.method2229();
|
this.anInt1038 = arg1.g1();
|
||||||
} else if (arg0 == 30) {
|
} else if (arg0 == 30) {
|
||||||
this.anInt1031 = arg1.method2163();
|
this.anInt1031 = arg1.g2();
|
||||||
} else if (arg0 == 31) {
|
} else if (arg0 == 31) {
|
||||||
this.anInt1055 = arg1.method2229();
|
this.anInt1055 = arg1.g1();
|
||||||
} else if (arg0 == 32) {
|
} else if (arg0 == 32) {
|
||||||
this.anInt1040 = arg1.method2163();
|
this.anInt1040 = arg1.g2();
|
||||||
} else if (arg0 == 33) {
|
} else if (arg0 == 33) {
|
||||||
this.anInt1064 = arg1.method2213();
|
this.anInt1064 = arg1.g2s();
|
||||||
} else if (arg0 == 34) {
|
} else if (arg0 == 34) {
|
||||||
this.anInt1065 = arg1.method2229();
|
this.anInt1065 = arg1.g1();
|
||||||
} else if (arg0 == 35) {
|
} else if (arg0 == 35) {
|
||||||
this.anInt1063 = arg1.method2163();
|
this.anInt1063 = arg1.g2();
|
||||||
} else if (arg0 == 36) {
|
} else if (arg0 == 36) {
|
||||||
this.anInt1041 = arg1.method2213();
|
this.anInt1041 = arg1.g2s();
|
||||||
} else if (arg0 == 37) {
|
} else if (arg0 == 37) {
|
||||||
this.anInt1032 = arg1.method2229();
|
this.anInt1032 = arg1.g1();
|
||||||
} else if (arg0 == 38) {
|
} else if (arg0 == 38) {
|
||||||
this.anInt1036 = arg1.method2163();
|
this.anInt1036 = arg1.g2();
|
||||||
} else if (arg0 == 39) {
|
} else if (arg0 == 39) {
|
||||||
this.anInt1067 = arg1.method2163();
|
this.anInt1067 = arg1.g2();
|
||||||
} else if (arg0 == 40) {
|
} else if (arg0 == 40) {
|
||||||
this.anInt1056 = arg1.method2163();
|
this.anInt1056 = arg1.g2();
|
||||||
} else if (arg0 == 41) {
|
} else if (arg0 == 41) {
|
||||||
this.anInt1057 = arg1.method2163();
|
this.anInt1057 = arg1.g2();
|
||||||
} else if (arg0 == 42) {
|
} else if (arg0 == 42) {
|
||||||
this.anInt1035 = arg1.method2163();
|
this.anInt1035 = arg1.g2();
|
||||||
} else if (arg0 == 43) {
|
} else if (arg0 == 43) {
|
||||||
arg1.method2163();
|
arg1.g2();
|
||||||
} else if (arg0 == 44) {
|
} else if (arg0 == 44) {
|
||||||
arg1.method2163();
|
arg1.g2();
|
||||||
} else if (arg0 == 45) {
|
} else if (arg0 == 45) {
|
||||||
arg1.method2163();
|
arg1.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,486 +4,522 @@ import org.openrs2.deob.annotation.OriginalClass;
|
||||||
import org.openrs2.deob.annotation.OriginalMember;
|
import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
|
// Buffer access nomenclature:
|
||||||
|
// Operation
|
||||||
|
// g - get
|
||||||
|
// p - put
|
||||||
|
// Type
|
||||||
|
// bytes or special type i.e. 8, VarLong, Bytes, jstr, ...
|
||||||
|
// Endianness (optional)
|
||||||
|
// (none) - Big Endian
|
||||||
|
// le - Little Endian
|
||||||
|
// me - "Middle" Endian, only used with ints
|
||||||
|
// rme - "Reverse-Middle" Endian, only used with ints
|
||||||
|
// Signedness
|
||||||
|
// (none) - Unsigned
|
||||||
|
// s - Signed
|
||||||
|
// Transformation (optional)
|
||||||
|
// add - add 128 to the lowest byte
|
||||||
|
// sub - subtract lowest byte from 128
|
||||||
|
// neg - negate, only used on bytes
|
||||||
|
// Rev - reverse, only used on byte arrays
|
||||||
|
|
||||||
|
// Types:
|
||||||
|
// 1 - byte
|
||||||
|
// 2 - short
|
||||||
|
// 3 - medium
|
||||||
|
// 4 - int
|
||||||
|
// 8 - long
|
||||||
|
// Float - 4-byte float
|
||||||
|
// Smart1or2 - byte if below 128, short otherwise, holds exactly half the capacity (0-128, 0-32768)
|
||||||
|
// Bytes - byte array
|
||||||
|
// jstr - Jagex string (null terminated)
|
||||||
|
// VarLong - variable long
|
||||||
|
// VarInt - variable int
|
||||||
|
// Crc32 - checksum
|
||||||
|
|
||||||
@OriginalClass("client!wa")
|
@OriginalClass("client!wa")
|
||||||
public class Buffer extends Node {
|
public class Buffer extends Node {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "y", descriptor = "[B")
|
@OriginalMember(owner = "client!wa", name = "y", descriptor = "[B")
|
||||||
public byte[] aByteArray40;
|
public byte[] data;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "T", descriptor = "I")
|
@OriginalMember(owner = "client!wa", name = "T", descriptor = "I")
|
||||||
public int anInt2792;
|
public int offset;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "<init>", descriptor = "(I)V")
|
@OriginalMember(owner = "client!wa", name = "<init>", descriptor = "(I)V")
|
||||||
public Buffer(@OriginalArg(0) int arg0) {
|
public Buffer(@OriginalArg(0) int size) {
|
||||||
this.aByteArray40 = Static228.method3907(arg0);
|
this.data = Static228.allocate(size);
|
||||||
this.anInt2792 = 0;
|
this.offset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "<init>", descriptor = "([B)V")
|
@OriginalMember(owner = "client!wa", name = "<init>", descriptor = "([B)V")
|
||||||
public Buffer(@OriginalArg(0) byte[] arg0) {
|
public Buffer(@OriginalArg(0) byte[] src) {
|
||||||
this.anInt2792 = 0;
|
this.offset = 0;
|
||||||
this.aByteArray40 = arg0;
|
this.data = src;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(I)I")
|
||||||
public final int method2163() {
|
public final int g2() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 - 1] & 0xFF);
|
return ((this.data[this.offset - 2] & 0xFF) << 8) + (this.data[this.offset - 1] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(II)V")
|
||||||
public final void method2164(@OriginalArg(1) int arg0) {
|
public final void p4(@OriginalArg(1) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 24);
|
this.data[this.offset++] = (byte) (value >> 24);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IIJ)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IIJ)V")
|
||||||
public final void method2165(@OriginalArg(1) int arg0, @OriginalArg(2) long arg1) {
|
public final void pVarLong(@OriginalArg(1) int size, @OriginalArg(2) long value) {
|
||||||
@Pc(2) int local2 = arg0 - 1;
|
@Pc(2) int bytes = size - 1;
|
||||||
if (local2 < 0 || local2 > 7) {
|
if (bytes < 0 || bytes > 7) {
|
||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException();
|
||||||
}
|
}
|
||||||
for (@Pc(27) int local27 = local2 * 8; local27 >= 0; local27 -= 8) {
|
for (@Pc(27) int shift = bytes * 8; shift >= 0; shift -= 8) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg1 >> local27);
|
this.data[this.offset++] = (byte) (value >> shift);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(JI)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(JI)V")
|
||||||
public final void method2166(@OriginalArg(0) long arg0) {
|
public final void p8(@OriginalArg(0) long value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 56);
|
this.data[this.offset++] = (byte) (value >> 56);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 48);
|
this.data[this.offset++] = (byte) (value >> 48);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 40);
|
this.data[this.offset++] = (byte) (value >> 40);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 32);
|
this.data[this.offset++] = (byte) (value >> 32);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 24);
|
this.data[this.offset++] = (byte) (value >> 24);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(B)I")
|
||||||
public final int method2167() {
|
public final int gVarInt() {
|
||||||
@Pc(12) byte local12 = this.aByteArray40[this.anInt2792++];
|
@Pc(12) byte b = this.data[this.offset++];
|
||||||
@Pc(24) int local24 = 0;
|
@Pc(24) int value = 0;
|
||||||
while (local12 < 0) {
|
while (b < 0) {
|
||||||
local24 = (local12 & 0x7F | local24) << 7;
|
value = (b & 0x7F | value) << 7;
|
||||||
local12 = this.aByteArray40[this.anInt2792++];
|
b = this.data[this.offset++];
|
||||||
}
|
}
|
||||||
return local12 | local24;
|
return b | value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(II)V")
|
||||||
public final void method2168(@OriginalArg(1) int arg0) {
|
public final void p4len(@OriginalArg(1) int len) {
|
||||||
this.aByteArray40[this.anInt2792 - arg0 - 4] = (byte) (arg0 >> 24);
|
this.data[this.offset - len - 4] = (byte) (len >> 24);
|
||||||
this.aByteArray40[this.anInt2792 - arg0 - 3] = (byte) (arg0 >> 16);
|
this.data[this.offset - len - 3] = (byte) (len >> 16);
|
||||||
this.aByteArray40[this.anInt2792 - arg0 - 2] = (byte) (arg0 >> 8);
|
this.data[this.offset - len - 2] = (byte) (len >> 8);
|
||||||
this.aByteArray40[this.anInt2792 - arg0 - 1] = (byte) arg0;
|
this.data[this.offset - len - 1] = (byte) len;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(II)V")
|
||||||
public final void method2169(@OriginalArg(1) int arg0) {
|
public final void p1sub(@OriginalArg(1) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (128 - arg0);
|
this.data[this.offset++] = (byte) (128 - value);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(ILclient!na;)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(ILclient!na;)V")
|
||||||
public final void method2171(@OriginalArg(1) JagString arg0) {
|
public final void pjstr(@OriginalArg(1) JagString value) {
|
||||||
this.anInt2792 += arg0.method3160(this.aByteArray40, this.anInt2792, arg0.method3120());
|
this.offset += value.encodeString(this.data, this.offset, value.length());
|
||||||
this.aByteArray40[this.anInt2792++] = 0;
|
this.data[this.offset++] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(I)I")
|
||||||
public final int method2173() {
|
public final int g2sadd() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
@Pc(34) int local34 = ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 - 1] - 128 & 0xFF);
|
@Pc(34) int value = ((this.data[this.offset - 2] & 0xFF) << 8) + (this.data[this.offset - 1] - 128 & 0xFF);
|
||||||
if (local34 > 32767) {
|
if (value > 32767) {
|
||||||
local34 -= 65536;
|
value -= 65536;
|
||||||
}
|
}
|
||||||
return local34;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "e", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "e", descriptor = "(I)I")
|
||||||
public final int method2174() {
|
public final int g4() {
|
||||||
this.anInt2792 += 4;
|
this.offset += 4;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 4] & 0xFF) << 24) + ((this.aByteArray40[this.anInt2792 - 3] & 0xFF) << 16) + ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 - 1] & 0xFF);
|
return ((this.data[this.offset - 4] & 0xFF) << 24) + ((this.data[this.offset - 3] & 0xFF) << 16) + ((this.data[this.offset - 2] & 0xFF) << 8) + (this.data[this.offset - 1] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(Z)B")
|
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(Z)B")
|
||||||
public final byte method2175() {
|
public final byte g1sub() {
|
||||||
return (byte) (128 - this.aByteArray40[this.anInt2792++]);
|
return (byte) (128 - this.data[this.offset++]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(B)Lclient!na;")
|
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(B)Lclient!na;")
|
||||||
public final JagString method2176() {
|
public final JagString gjstrFast() {
|
||||||
if (this.aByteArray40[this.anInt2792] == 0) {
|
if (this.data[this.offset] == 0) {
|
||||||
this.anInt2792++;
|
this.offset++;
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
return this.method2202();
|
return this.gjstr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(B)I")
|
||||||
public final int method2177() {
|
public final int g1add() {
|
||||||
return this.aByteArray40[this.anInt2792++] - 128 & 0xFF;
|
return this.data[this.offset++] - 128 & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(BI)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(BI)V")
|
||||||
public final void method2178(@OriginalArg(1) int arg0) {
|
public final void p1(@OriginalArg(1) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "([BIII)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "([BIII)V")
|
||||||
public final void method2179(@OriginalArg(0) byte[] arg0, @OriginalArg(2) int arg1) {
|
public final void pBytes(@OriginalArg(0) byte[] src, @OriginalArg(2) int len) {
|
||||||
for (@Pc(7) int local7 = 0; local7 < arg1; local7++) {
|
for (@Pc(7) int i = 0; i < len; i++) {
|
||||||
this.aByteArray40[this.anInt2792++] = arg0[local7];
|
this.data[this.offset++] = src[i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(Z)I")
|
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(Z)I")
|
||||||
public final int method2180() {
|
public final int g1ssub() {
|
||||||
return 128 - this.aByteArray40[this.anInt2792++] & 0xFF;
|
return 128 - this.data[this.offset++] & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "h", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "h", descriptor = "(B)I")
|
||||||
public final int method2181() {
|
public final int g3le() {
|
||||||
this.anInt2792 += 3;
|
this.offset += 3;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 8) + ((this.aByteArray40[this.anInt2792 - 1] & 0xFF) << 16) + (this.aByteArray40[this.anInt2792 + -3] & 0xFF);
|
return (((this.data[this.offset - 1] & 0xFF) << 16) + (this.data[this.offset - 2] & 0xFF) << 8) + (this.data[this.offset - 3] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(I)J")
|
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(I)J")
|
||||||
public final long method2182() {
|
public final long g8() {
|
||||||
@Pc(11) long local11 = (long) this.method2174() & 0xFFFFFFFFL;
|
@Pc(11) long low = (long) this.g4() & 0xFFFFFFFFL;
|
||||||
@Pc(18) long local18 = (long) this.method2174() & 0xFFFFFFFFL;
|
@Pc(18) long high = (long) this.g4() & 0xFFFFFFFFL;
|
||||||
return local18 + (local11 << 32);
|
return high + (low << 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "e", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "e", descriptor = "(II)V")
|
||||||
public final void method2183(@OriginalArg(0) int arg0) {
|
public final void p4le(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 24);
|
this.data[this.offset++] = (byte) (value >> 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(I)I")
|
||||||
public final int method2184() {
|
public final int g2sub() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
return (this.aByteArray40[this.anInt2792 - 1] - 128 & 0xFF) + ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 8);
|
return ((this.data[this.offset - 2] & 0xFF) << 8) + (this.data[this.offset - 1] - 128 & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(II)V")
|
||||||
public final void method2185(@OriginalArg(1) int arg0) {
|
public final void p4me(@OriginalArg(1) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 24);
|
this.data[this.offset++] = (byte) (value >> 24);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(Z)B")
|
@OriginalMember(owner = "client!wa", name = "d", descriptor = "(Z)B")
|
||||||
public final byte method2186() {
|
public final byte g1s() {
|
||||||
return this.aByteArray40[this.anInt2792++];
|
return this.data[this.offset++];
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "h", descriptor = "(I)Lclient!na;")
|
@OriginalMember(owner = "client!wa", name = "h", descriptor = "(I)Lclient!na;")
|
||||||
public final JagString method2187() {
|
public final JagString gjstr2() {
|
||||||
@Pc(10) byte local10 = this.aByteArray40[this.anInt2792++];
|
@Pc(10) byte version = this.data[this.offset++];
|
||||||
if (local10 != 0) {
|
if (version != 0) {
|
||||||
throw new IllegalStateException("Bad version number in gjstr2");
|
throw new IllegalStateException("Bad version number in gjstr2");
|
||||||
}
|
}
|
||||||
@Pc(32) int local32 = this.anInt2792;
|
@Pc(32) int off = this.offset;
|
||||||
while (this.aByteArray40[this.anInt2792++] != 0) {
|
while (this.data[this.offset++] != 0) {
|
||||||
}
|
}
|
||||||
return Static10.method346(this.aByteArray40, this.anInt2792 - local32 - 1, local32);
|
return Static10.decodeString(this.data, this.offset - off - 1, off);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(FB)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(FB)V")
|
||||||
public final void method2188(@OriginalArg(0) float arg0) {
|
public final void gFloat(@OriginalArg(0) float value) {
|
||||||
@Pc(2) int local2 = Float.floatToRawIntBits(arg0);
|
@Pc(2) int valueInt = Float.floatToRawIntBits(value);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) local2;
|
this.data[this.offset++] = (byte) valueInt;
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (local2 >> 8);
|
this.data[this.offset++] = (byte) (valueInt >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (local2 >> 16);
|
this.data[this.offset++] = (byte) (valueInt >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (local2 >> 24);
|
this.data[this.offset++] = (byte) (valueInt >> 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "i", descriptor = "(B)B")
|
@OriginalMember(owner = "client!wa", name = "i", descriptor = "(B)B")
|
||||||
public final byte method2189() {
|
public final byte g1neg() {
|
||||||
return (byte) -this.aByteArray40[this.anInt2792++];
|
return (byte) -this.data[this.offset++];
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(II[BB)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(II[BB)V")
|
||||||
public final void method2190(@OriginalArg(1) int arg0, @OriginalArg(2) byte[] arg1) {
|
public final void gBytes(@OriginalArg(1) int len, @OriginalArg(2) byte[] dest) {
|
||||||
for (@Pc(8) int local8 = 0; local8 < arg0; local8++) {
|
for (@Pc(8) int i = 0; i < len; i++) {
|
||||||
arg1[local8] = this.aByteArray40[this.anInt2792++];
|
dest[i] = this.data[this.offset++];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IB)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IB)V")
|
||||||
public final void method2191(@OriginalArg(0) int arg0) {
|
public final void p2leadd(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 + 128);
|
this.data[this.offset++] = (byte) (value + 128);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "i", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "i", descriptor = "(I)I")
|
||||||
public final int method2192() {
|
public final int g2le() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
return (this.aByteArray40[this.anInt2792 - 2] & 0xFF) + ((this.aByteArray40[this.anInt2792 - 1] & 0xFF) << 8);
|
return ((this.data[this.offset - 1] & 0xFF) << 8) + (this.data[this.offset - 2] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(II)V")
|
||||||
public final void method2194(@OriginalArg(1) int arg0) {
|
public final void pSmart1or2(@OriginalArg(1) int value) {
|
||||||
if (arg0 >= 0 && arg0 < 128) {
|
if (value >= 0 && value < 128) {
|
||||||
this.method2178(arg0);
|
this.p1(value);
|
||||||
} else if (arg0 >= 0 && arg0 < 32768) {
|
} else if (value >= 0 && value < 0x8000) {
|
||||||
this.method2230(arg0 + 32768);
|
this.p2(value + 0x8000);
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(BI)V")
|
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(BI)V")
|
||||||
public final void method2195(@OriginalArg(1) int arg0) {
|
public final void p1len(@OriginalArg(1) int length) {
|
||||||
this.aByteArray40[this.anInt2792 - arg0 - 1] = (byte) arg0;
|
this.data[this.offset - length - 1] = (byte) length;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "([IIII)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "([IIII)V")
|
||||||
public final void method2196(@OriginalArg(0) int[] arg0, @OriginalArg(3) int arg1) {
|
public final void decryptXtea(@OriginalArg(0) int[] key, @OriginalArg(3) int len) {
|
||||||
@Pc(6) int local6 = this.anInt2792;
|
@Pc(6) int start = this.offset;
|
||||||
this.anInt2792 = 5;
|
this.offset = 5;
|
||||||
@Pc(16) int local16 = (arg1 - 5) / 8;
|
@Pc(16) int blocks = (len - 5) / 8;
|
||||||
for (@Pc(18) int local18 = 0; local18 < local16; local18++) {
|
for (@Pc(18) int i = 0; i < blocks; i++) {
|
||||||
@Pc(23) int local23 = -957401312;
|
@Pc(23) int sum = -957401312;
|
||||||
@Pc(27) int local27 = this.method2174();
|
@Pc(27) int v0 = this.g4();
|
||||||
@Pc(31) int local31 = this.method2174();
|
@Pc(31) int v1 = this.g4();
|
||||||
@Pc(33) int local33 = 32;
|
@Pc(33) int rounds = 32;
|
||||||
while (local33-- > 0) {
|
while (rounds-- > 0) {
|
||||||
local31 -= arg0[local23 >>> 11 & 0x3] + local23 ^ local27 + (local27 >>> 5 ^ local27 << 4);
|
v1 -= key[sum >>> 11 & 0x3] + sum ^ v0 + (v0 >>> 5 ^ v0 << 4);
|
||||||
local23 -= -1640531527;
|
sum -= -1640531527;
|
||||||
local27 -= (local31 >>> 5 ^ local31 << 4) + local31 ^ arg0[local23 & 0x3] + local23;
|
v0 -= (v1 >>> 5 ^ v1 << 4) + v1 ^ key[sum & 0x3] + sum;
|
||||||
}
|
}
|
||||||
this.anInt2792 -= 8;
|
this.offset -= 8;
|
||||||
this.method2164(local27);
|
this.p4(v0);
|
||||||
this.method2164(local31);
|
this.p4(v1);
|
||||||
}
|
}
|
||||||
this.anInt2792 = local6;
|
this.offset = start;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "h", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "h", descriptor = "(II)V")
|
||||||
public final void method2197(@OriginalArg(1) int arg0) {
|
public final void pVarInt(@OriginalArg(1) int value) {
|
||||||
if ((arg0 & 0xFFFFFF80) != 0) {
|
if ((value & 0xFFFFFF80) != 0) {
|
||||||
if ((-16384 & arg0) != 0) {
|
if ((-16384 & value) != 0) {
|
||||||
if ((arg0 & 0xFFE00000) != 0) {
|
if ((value & 0xFFE00000) != 0) {
|
||||||
if ((arg0 & 0xF0000000) != 0) {
|
if ((value & 0xF0000000) != 0) {
|
||||||
this.method2178(arg0 >>> 28 | 0x80);
|
this.p1(value >>> 28 | 0x80);
|
||||||
}
|
}
|
||||||
this.method2178(arg0 >>> 21 | 0x80);
|
this.p1(value >>> 21 | 0x80);
|
||||||
}
|
}
|
||||||
this.method2178(arg0 >>> 14 | 0x80);
|
this.p1(value >>> 14 | 0x80);
|
||||||
}
|
}
|
||||||
this.method2178(arg0 >>> 7 | 0x80);
|
this.p1(value >>> 7 | 0x80);
|
||||||
}
|
}
|
||||||
this.method2178(arg0 & 0x7F);
|
this.p1(value & 0x7F);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "i", descriptor = "(II)J")
|
@OriginalMember(owner = "client!wa", name = "i", descriptor = "(II)J")
|
||||||
public final long method2198(@OriginalArg(0) int arg0) {
|
public final long gVarLong(@OriginalArg(0) int len) {
|
||||||
@Pc(2) int local2 = arg0 - 1;
|
@Pc(2) int bytes = len - 1;
|
||||||
if (local2 < 0 || local2 > 7) {
|
if (bytes < 0 || bytes > 7) {
|
||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException();
|
||||||
}
|
}
|
||||||
@Pc(21) long local21 = 0L;
|
@Pc(21) long value = 0L;
|
||||||
for (@Pc(25) int local25 = local2 * 8; local25 >= 0; local25 -= 8) {
|
for (@Pc(25) int shift = bytes * 8; shift >= 0; shift -= 8) {
|
||||||
local21 |= ((long) this.aByteArray40[this.anInt2792++] & 0xFFL) << local25;
|
value |= ((long) this.data[this.offset++] & 0xFFL) << shift;
|
||||||
}
|
}
|
||||||
return local21;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "j", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "j", descriptor = "(B)I")
|
||||||
public final int method2199() {
|
public final int gVarSmart() {
|
||||||
@Pc(14) int local14 = this.method2204();
|
@Pc(14) int value = this.gSmart1or2();
|
||||||
@Pc(16) int local16 = 0;
|
@Pc(16) int value2 = 0;
|
||||||
while (local14 == 32767) {
|
while (value == 32767) {
|
||||||
local14 = this.method2204();
|
value = this.gSmart1or2();
|
||||||
local16 += 32767;
|
value2 += 32767;
|
||||||
}
|
}
|
||||||
return local16 + local14;
|
return value2 + value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(II[BI)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(II[BI)V")
|
||||||
public final void method2200(@OriginalArg(1) int arg0, @OriginalArg(2) byte[] arg1) {
|
public final void gBytesRev(@OriginalArg(1) int offset, @OriginalArg(2) byte[] dest) {
|
||||||
for (@Pc(12) int local12 = arg0 - 1; local12 >= 0; local12--) {
|
for (@Pc(12) int i = offset - 1; i >= 0; i--) {
|
||||||
arg1[local12] = this.aByteArray40[this.anInt2792++];
|
dest[i] = this.data[this.offset++];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "j", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "j", descriptor = "(II)V")
|
||||||
public final void method2201(@OriginalArg(0) int arg0) {
|
public final void p4rme(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 24);
|
this.data[this.offset++] = (byte) (value >> 24);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "e", descriptor = "(Z)Lclient!na;")
|
@OriginalMember(owner = "client!wa", name = "e", descriptor = "(Z)Lclient!na;")
|
||||||
public final JagString method2202() {
|
public final JagString gjstr() {
|
||||||
@Pc(12) int local12 = this.anInt2792;
|
@Pc(12) int local12 = this.offset;
|
||||||
while (this.aByteArray40[this.anInt2792++] != 0) {
|
while (this.data[this.offset++] != 0) {
|
||||||
}
|
}
|
||||||
return Static10.method346(this.aByteArray40, this.anInt2792 - local12 - 1, local12);
|
return Static10.decodeString(this.data, this.offset - local12 - 1, local12);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(Z)I")
|
@OriginalMember(owner = "client!wa", name = "f", descriptor = "(Z)I")
|
||||||
public final int method2204() {
|
public final int gSmart1or2() {
|
||||||
@Pc(17) int local17 = this.aByteArray40[this.anInt2792] & 0xFF;
|
@Pc(17) int local17 = this.data[this.offset] & 0xFF;
|
||||||
return local17 >= 128 ? this.method2163() - 32768 : this.method2229();
|
return local17 >= 128 ? this.g2() - 0x8000 : this.g1();
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "k", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "k", descriptor = "(II)V")
|
||||||
public final void method2205(@OriginalArg(0) int arg0) {
|
public final void p3(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "k", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "k", descriptor = "(I)I")
|
||||||
public final int method2206() {
|
public final int g4rme() {
|
||||||
this.anInt2792 += 4;
|
this.offset += 4;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 24) + ((this.aByteArray40[this.anInt2792 - 1] & 0xFF) << 16) + ((this.aByteArray40[this.anInt2792 + -4] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 + -3] & 0xFF);
|
return ((this.data[this.offset - 2] & 0xFF) << 24) + ((this.data[this.offset - 1] & 0xFF) << 16) + ((this.data[this.offset - 4] & 0xFF) << 8) + (this.data[this.offset - 3] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "k", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "k", descriptor = "(B)I")
|
||||||
public final int method2207() {
|
public final int g2leadd() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 1] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 - 2] - 128 & 0xFF);
|
return ((this.data[this.offset - 1] & 0xFF) << 8) + (this.data[this.offset - 2] - 128 & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "l", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "l", descriptor = "(I)I")
|
||||||
public final int method2208() {
|
public final int g4me() {
|
||||||
this.anInt2792 += 4;
|
this.offset += 4;
|
||||||
return (this.aByteArray40[this.anInt2792 - 4] & 0xFF) + ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 16) + ((this.aByteArray40[this.anInt2792 + -1] & 0xFF) << 24) + ((this.aByteArray40[this.anInt2792 + -3] & 0xFF) << 8);
|
return ((this.data[this.offset - 2] & 0xFF) << 16) + ((this.data[this.offset - 1] & 0xFF) << 24) + ((this.data[this.offset - 3] & 0xFF) << 8) + (this.data[this.offset - 4] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "l", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "l", descriptor = "(II)V")
|
||||||
public final void method2209(@OriginalArg(0) int arg0) {
|
public final void p2add(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 + 128);
|
this.data[this.offset++] = (byte) (value + 128);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(IB)V")
|
@OriginalMember(owner = "client!wa", name = "b", descriptor = "(IB)V")
|
||||||
public final void method2211(@OriginalArg(0) int arg0) {
|
public final void p4le2(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 16);
|
this.data[this.offset++] = (byte) (value >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 24);
|
this.data[this.offset++] = (byte) (value >> 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(Z)I")
|
@OriginalMember(owner = "client!wa", name = "g", descriptor = "(Z)I")
|
||||||
public final int method2212() {
|
public final int p1neg() {
|
||||||
return -this.aByteArray40[this.anInt2792++] & 0xFF;
|
return -this.data[this.offset++] & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "l", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "l", descriptor = "(B)I")
|
||||||
public final int method2213() {
|
public final int g2s() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
@Pc(27) int local27 = (this.aByteArray40[this.anInt2792 - 1] & 0xFF) + ((this.aByteArray40[this.anInt2792 - 2] & 0xFF) << 8);
|
@Pc(27) int value = ((this.data[this.offset - 2] & 0xFF) << 8) + (this.data[this.offset - 1] & 0xFF);
|
||||||
if (local27 > 32767) {
|
if (value > 32767) {
|
||||||
local27 -= 65536;
|
value -= 0x10000;
|
||||||
}
|
}
|
||||||
return local27;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "m", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "m", descriptor = "(I)I")
|
||||||
public final int method2214() {
|
public final int g2lesadd() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
@Pc(34) int local34 = ((this.aByteArray40[this.anInt2792 - 1] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 - 2] - 128 & 0xFF);
|
@Pc(34) int value = ((this.data[this.offset - 1] & 0xFF) << 8) + (this.data[this.offset - 2] - 128 & 0xFF);
|
||||||
if (local34 > 32767) {
|
if (value > 32767) {
|
||||||
local34 -= 65536;
|
value -= 0x10000;
|
||||||
}
|
}
|
||||||
return local34;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "n", descriptor = "(I)B")
|
@OriginalMember(owner = "client!wa", name = "n", descriptor = "(I)B")
|
||||||
public final byte method2215() {
|
public final byte p1sub() {
|
||||||
return (byte) (this.aByteArray40[this.anInt2792++] - 128);
|
return (byte) (this.data[this.offset++] - 128);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "m", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "m", descriptor = "(II)V")
|
||||||
public final void method2216(@OriginalArg(0) int arg0) {
|
public final void p1a(@OriginalArg(0) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 + 128);
|
this.data[this.offset++] = (byte) (value + 128);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "m", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "m", descriptor = "(B)I")
|
||||||
public final int method2217() {
|
public final int g2les() {
|
||||||
this.anInt2792 += 2;
|
this.offset += 2;
|
||||||
@Pc(38) int local38 = (this.aByteArray40[this.anInt2792 - 2] & 0xFF) + ((this.aByteArray40[this.anInt2792 - 1] & 0xFF) << 8);
|
@Pc(38) int value = (this.data[this.offset - 2] & 0xFF) + ((this.data[this.offset - 1] & 0xFF) << 8);
|
||||||
if (local38 > 32767) {
|
if (value > 32767) {
|
||||||
local38 -= 65536;
|
value -= 0x10000;
|
||||||
}
|
}
|
||||||
return local38;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(BI)I")
|
@OriginalMember(owner = "client!wa", name = "c", descriptor = "(BI)I")
|
||||||
public final int method2219(@OriginalArg(1) int arg0) {
|
public final int pCrc32(@OriginalArg(1) int off) {
|
||||||
@Pc(16) int local16 = Static169.method3178(arg0, this.anInt2792, this.aByteArray40);
|
@Pc(16) int checksum = Static169.crc32(off, this.offset, this.data);
|
||||||
this.method2164(local16);
|
this.p4(checksum);
|
||||||
return local16;
|
return checksum;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "n", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "n", descriptor = "(B)I")
|
||||||
public final int method2220() {
|
public final int g3() {
|
||||||
this.anInt2792 += 3;
|
this.offset += 3;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 3] & 0xFF) << 16) + ((this.aByteArray40[this.anInt2792 - 2] << 8 & 0xFF00) + (this.aByteArray40[this.anInt2792 - 1] & 0xFF));
|
return ((this.data[this.offset - 3] & 0xFF) << 16) + ((this.data[this.offset - 2] << 8 & 0xFF00) + (this.data[this.offset - 1] & 0xFF));
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "n", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "n", descriptor = "(II)V")
|
||||||
public final void method2222(@OriginalArg(1) int arg0) {
|
public final void p2le(@OriginalArg(1) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// range: -16384 to 16383
|
||||||
@OriginalMember(owner = "client!wa", name = "p", descriptor = "(I)I")
|
@OriginalMember(owner = "client!wa", name = "p", descriptor = "(I)I")
|
||||||
public final int method2223() {
|
public final int gSmart1or2s() {
|
||||||
@Pc(11) int local11 = this.aByteArray40[this.anInt2792] & 0xFF;
|
@Pc(11) int value = this.data[this.offset] & 0xFF;
|
||||||
return local11 < 128 ? this.method2229() - 64 : this.method2163() - 49152;
|
return value < 128 ? this.g1() - 64 : this.g2() - 0xc000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// reverse "middle-endian"
|
||||||
@OriginalMember(owner = "client!wa", name = "o", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "o", descriptor = "(B)I")
|
||||||
public final int method2224() {
|
public final int p4rme() {
|
||||||
this.anInt2792 += 4;
|
this.offset += 4;
|
||||||
return ((this.aByteArray40[this.anInt2792 - 3] & 0xFF) << 24) + ((this.aByteArray40[this.anInt2792 - 4] & 0xFF) << 16) + ((this.aByteArray40[this.anInt2792 + -1] & 0xFF) << 8) + (this.aByteArray40[this.anInt2792 + -2] & 0xFF);
|
return ((this.data[this.offset - 3] & 0xFF) << 24) + ((this.data[this.offset - 4] & 0xFF) << 16) + ((this.data[this.offset - 1] & 0xFF) << 8) + (this.data[this.offset - 2] & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(Ljava/math/BigInteger;Ljava/math/BigInteger;I)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(Ljava/math/BigInteger;Ljava/math/BigInteger;I)V")
|
||||||
public final void method2226(@OriginalArg(0) BigInteger arg0, @OriginalArg(1) BigInteger arg1) {
|
public final void encryptRsa(@OriginalArg(0) BigInteger exp, @OriginalArg(1) BigInteger mod) {
|
||||||
@Pc(2) int local2 = this.anInt2792;
|
@Pc(2) int len = this.offset;
|
||||||
this.anInt2792 = 0;
|
this.offset = 0;
|
||||||
@Pc(8) byte[] local8 = new byte[local2];
|
@Pc(8) byte[] plaintextBytes = new byte[len];
|
||||||
this.method2190(local2, local8);
|
this.gBytes(len, plaintextBytes);
|
||||||
@Pc(23) BigInteger local23 = new BigInteger(local8);
|
@Pc(23) BigInteger plaintext = new BigInteger(plaintextBytes);
|
||||||
@Pc(28) BigInteger local28 = local23.modPow(arg0, arg1);
|
@Pc(28) BigInteger ciphertext = plaintext.modPow(exp, mod);
|
||||||
@Pc(38) byte[] local38 = local28.toByteArray();
|
@Pc(38) byte[] ciphertextBytes = ciphertext.toByteArray();
|
||||||
this.anInt2792 = 0;
|
this.offset = 0;
|
||||||
this.method2178(local38.length);
|
this.p1(ciphertextBytes.length);
|
||||||
this.method2179(local38, local38.length);
|
this.pBytes(ciphertextBytes, ciphertextBytes.length);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IF)V")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IF)V")
|
||||||
public final void method2227(@OriginalArg(1) float arg0) {
|
public final void pFloat(@OriginalArg(1) float value) {
|
||||||
@Pc(6) int local6 = Float.floatToRawIntBits(arg0);
|
@Pc(6) int floatInt = Float.floatToRawIntBits(value);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (local6 >> 24);
|
this.data[this.offset++] = (byte) (floatInt >> 24);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (local6 >> 16);
|
this.data[this.offset++] = (byte) (floatInt >> 16);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (local6 >> 8);
|
this.data[this.offset++] = (byte) (floatInt >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) local6;
|
this.data[this.offset++] = (byte) floatInt;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "p", descriptor = "(B)I")
|
@OriginalMember(owner = "client!wa", name = "p", descriptor = "(B)I")
|
||||||
public final int method2229() {
|
public final int g1() {
|
||||||
return this.aByteArray40[this.anInt2792++] & 0xFF;
|
return this.data[this.offset++] & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "o", descriptor = "(II)V")
|
@OriginalMember(owner = "client!wa", name = "o", descriptor = "(II)V")
|
||||||
public final void method2230(@OriginalArg(1) int arg0) {
|
public final void p2(@OriginalArg(1) int value) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 >> 8);
|
this.data[this.offset++] = (byte) (value >> 8);
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) arg0;
|
this.data[this.offset++] = (byte) value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,56 +51,56 @@ public final class Class165 {
|
||||||
for (@Pc(6) int local6 = 0; local6 <= 8; local6++) {
|
for (@Pc(6) int local6 = 0; local6 <= 8; local6++) {
|
||||||
for (local11 = 0; local11 <= 8; local11++) {
|
for (local11 = 0; local11 <= 8; local11++) {
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
local4.method2227((float) local11 / 8.0F);
|
local4.pFloat((float) local11 / 8.0F);
|
||||||
local4.method2227((float) local6 / 8.0F);
|
local4.pFloat((float) local6 / 8.0F);
|
||||||
local4.method2227((float) (local11 * 128));
|
local4.pFloat((float) (local11 * 128));
|
||||||
local4.method2227((float) arg0[local11 + arg1][local6 + arg2]);
|
local4.pFloat((float) arg0[local11 + arg1][local6 + arg2]);
|
||||||
local4.method2227((float) (local6 * 128));
|
local4.pFloat((float) (local6 * 128));
|
||||||
} else {
|
} else {
|
||||||
local4.method2188((float) local11 / 8.0F);
|
local4.gFloat((float) local11 / 8.0F);
|
||||||
local4.method2188((float) local6 / 8.0F);
|
local4.gFloat((float) local6 / 8.0F);
|
||||||
local4.method2188((float) (local11 * 128));
|
local4.gFloat((float) (local11 * 128));
|
||||||
local4.method2188((float) arg0[local11 + arg1][local6 + arg2]);
|
local4.gFloat((float) arg0[local11 + arg1][local6 + arg2]);
|
||||||
local4.method2188((float) (local6 * 128));
|
local4.gFloat((float) (local6 * 128));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static239.aBoolean271) {
|
if (Static239.aBoolean271) {
|
||||||
@Pc(112) ByteBuffer local112 = ByteBuffer.wrap(local4.aByteArray40, 0, local4.anInt2792);
|
@Pc(112) ByteBuffer local112 = ByteBuffer.wrap(local4.data, 0, local4.offset);
|
||||||
this.aClass155_7 = new GlVertexBufferObject();
|
this.aClass155_7 = new GlVertexBufferObject();
|
||||||
this.aClass155_7.method4519(local112);
|
this.aClass155_7.method4519(local112);
|
||||||
} else {
|
} else {
|
||||||
this.aByteBuffer12 = ByteBuffer.allocateDirect(local4.anInt2792).order(ByteOrder.nativeOrder());
|
this.aByteBuffer12 = ByteBuffer.allocateDirect(local4.offset).order(ByteOrder.nativeOrder());
|
||||||
this.aByteBuffer12.put(local4.aByteArray40, 0, local4.anInt2792);
|
this.aByteBuffer12.put(local4.data, 0, local4.offset);
|
||||||
this.aByteBuffer12.flip();
|
this.aByteBuffer12.flip();
|
||||||
}
|
}
|
||||||
@Pc(147) Buffer local147 = new Buffer(1536);
|
@Pc(147) Buffer local147 = new Buffer(1536);
|
||||||
for (local11 = 0; local11 < 8; local11++) {
|
for (local11 = 0; local11 < 8; local11++) {
|
||||||
for (@Pc(154) int local154 = 0; local154 < 8; local154++) {
|
for (@Pc(154) int local154 = 0; local154 < 8; local154++) {
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
local147.method2164(local154 + (local11 + 1) * 9);
|
local147.p4(local154 + (local11 + 1) * 9);
|
||||||
local147.method2164(local154 + local11 * 9);
|
local147.p4(local154 + local11 * 9);
|
||||||
local147.method2164(local154 + local11 * 9 + 1);
|
local147.p4(local154 + local11 * 9 + 1);
|
||||||
local147.method2164(local154 + (local11 + 1) * 9);
|
local147.p4(local154 + (local11 + 1) * 9);
|
||||||
local147.method2164(local154 + local11 * 9 + 1);
|
local147.p4(local154 + local11 * 9 + 1);
|
||||||
local147.method2164(local154 + (local11 + 1) * 9 + 1);
|
local147.p4(local154 + (local11 + 1) * 9 + 1);
|
||||||
} else {
|
} else {
|
||||||
local147.method2183(local154 + (local11 + 1) * 9);
|
local147.p4le(local154 + (local11 + 1) * 9);
|
||||||
local147.method2183(local154 + local11 * 9);
|
local147.p4le(local154 + local11 * 9);
|
||||||
local147.method2183(local154 + local11 * 9 + 1);
|
local147.p4le(local154 + local11 * 9 + 1);
|
||||||
local147.method2183(local154 + (local11 + 1) * 9);
|
local147.p4le(local154 + (local11 + 1) * 9);
|
||||||
local147.method2183(local154 + local11 * 9 + 1);
|
local147.p4le(local154 + local11 * 9 + 1);
|
||||||
local147.method2183(local154 + (local11 + 1) * 9 + 1);
|
local147.p4le(local154 + (local11 + 1) * 9 + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static239.aBoolean271) {
|
if (Static239.aBoolean271) {
|
||||||
@Pc(293) ByteBuffer local293 = ByteBuffer.wrap(local147.aByteArray40, 0, local147.anInt2792);
|
@Pc(293) ByteBuffer local293 = ByteBuffer.wrap(local147.data, 0, local147.offset);
|
||||||
this.aClass155_6 = new GlVertexBufferObject();
|
this.aClass155_6 = new GlVertexBufferObject();
|
||||||
this.aClass155_6.method4517(local293);
|
this.aClass155_6.method4517(local293);
|
||||||
} else {
|
} else {
|
||||||
this.aByteBuffer11 = ByteBuffer.allocateDirect(local147.anInt2792).order(ByteOrder.nativeOrder());
|
this.aByteBuffer11 = ByteBuffer.allocateDirect(local147.offset).order(ByteOrder.nativeOrder());
|
||||||
this.aByteBuffer11.put(local147.aByteArray40, 0, local147.anInt2792);
|
this.aByteBuffer11.put(local147.data, 0, local147.offset);
|
||||||
this.aByteBuffer11.flip();
|
this.aByteBuffer11.flip();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ public final class Class2 {
|
||||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(BLclient!wa;I)V")
|
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(BLclient!wa;I)V")
|
||||||
public final void method6(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
public final void method6(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(5) int local5 = arg0.method2229();
|
@Pc(5) int local5 = arg0.g1();
|
||||||
if (local5 == 0) {
|
if (local5 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -49,9 +49,9 @@ public final class Class2 {
|
||||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(ILclient!wa;II)V")
|
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(ILclient!wa;II)V")
|
||||||
private void method11(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1, @OriginalArg(2) int arg2) {
|
private void method11(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1, @OriginalArg(2) int arg2) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt12 = arg1.method2163();
|
this.anInt12 = arg1.g2();
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt11 = arg1.method2220();
|
this.anInt11 = arg1.g3();
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.aBoolean2 = true;
|
this.aBoolean2 = true;
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ public final class Class35 {
|
||||||
@OriginalMember(owner = "client!eh", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!eh", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method1323(@OriginalArg(1) Buffer arg0) {
|
public final void method1323(@OriginalArg(1) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(5) int local5 = arg0.method2229();
|
@Pc(5) int local5 = arg0.g1();
|
||||||
if (local5 == 0) {
|
if (local5 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +23,7 @@ public final class Class35 {
|
||||||
@OriginalMember(owner = "client!eh", name = "a", descriptor = "(Lclient!wa;BI)V")
|
@OriginalMember(owner = "client!eh", name = "a", descriptor = "(Lclient!wa;BI)V")
|
||||||
private void method1325(@OriginalArg(0) Buffer arg0, @OriginalArg(2) int arg1) {
|
private void method1325(@OriginalArg(0) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
if (arg1 == 5) {
|
if (arg1 == 5) {
|
||||||
this.anInt1765 = arg0.method2163();
|
this.anInt1765 = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -159,40 +159,40 @@ public final class Class3_Sub14 extends Node {
|
||||||
@Pc(12) Buffer local12 = new Buffer((this.aBoolean139 ? 40 : 36) * this.anInt2483);
|
@Pc(12) Buffer local12 = new Buffer((this.aBoolean139 ? 40 : 36) * this.anInt2483);
|
||||||
for (@Pc(14) int local14 = 0; local14 < this.anInt2483; local14++) {
|
for (@Pc(14) int local14 = 0; local14 < this.anInt2483; local14++) {
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
local12.method2227((float) this.anIntArray232[local14]);
|
local12.pFloat((float) this.anIntArray232[local14]);
|
||||||
local12.method2227((float) this.anIntArray230[local14]);
|
local12.pFloat((float) this.anIntArray230[local14]);
|
||||||
local12.method2227((float) this.anIntArray229[local14]);
|
local12.pFloat((float) this.anIntArray229[local14]);
|
||||||
local12.method2164(this.anIntArray226[local14]);
|
local12.p4(this.anIntArray226[local14]);
|
||||||
local12.method2227(this.aFloatArray7[local14]);
|
local12.pFloat(this.aFloatArray7[local14]);
|
||||||
local12.method2227(this.aFloatArray6[local14]);
|
local12.pFloat(this.aFloatArray6[local14]);
|
||||||
local12.method2227(this.aFloatArray5[local14]);
|
local12.pFloat(this.aFloatArray5[local14]);
|
||||||
local12.method2227((float) this.anIntArray232[local14] / this.aFloat12);
|
local12.pFloat((float) this.anIntArray232[local14] / this.aFloat12);
|
||||||
local12.method2227((float) this.anIntArray229[local14] / this.aFloat12);
|
local12.pFloat((float) this.anIntArray229[local14] / this.aFloat12);
|
||||||
if (this.aBoolean139) {
|
if (this.aBoolean139) {
|
||||||
local12.method2227(this.aFloatArray4[local14]);
|
local12.pFloat(this.aFloatArray4[local14]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
local12.method2188((float) this.anIntArray232[local14]);
|
local12.gFloat((float) this.anIntArray232[local14]);
|
||||||
local12.method2188((float) this.anIntArray230[local14]);
|
local12.gFloat((float) this.anIntArray230[local14]);
|
||||||
local12.method2188((float) this.anIntArray229[local14]);
|
local12.gFloat((float) this.anIntArray229[local14]);
|
||||||
local12.method2164(this.anIntArray226[local14]);
|
local12.p4(this.anIntArray226[local14]);
|
||||||
local12.method2188(this.aFloatArray7[local14]);
|
local12.gFloat(this.aFloatArray7[local14]);
|
||||||
local12.method2188(this.aFloatArray6[local14]);
|
local12.gFloat(this.aFloatArray6[local14]);
|
||||||
local12.method2188(this.aFloatArray5[local14]);
|
local12.gFloat(this.aFloatArray5[local14]);
|
||||||
local12.method2188((float) this.anIntArray232[local14] / this.aFloat12);
|
local12.gFloat((float) this.anIntArray232[local14] / this.aFloat12);
|
||||||
local12.method2188((float) this.anIntArray229[local14] / this.aFloat12);
|
local12.gFloat((float) this.anIntArray229[local14] / this.aFloat12);
|
||||||
if (this.aBoolean139) {
|
if (this.aBoolean139) {
|
||||||
local12.method2188(this.aFloatArray4[local14]);
|
local12.gFloat(this.aFloatArray4[local14]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static239.aBoolean271) {
|
if (Static239.aBoolean271) {
|
||||||
@Pc(200) ByteBuffer local200 = ByteBuffer.wrap(local12.aByteArray40, 0, local12.anInt2792);
|
@Pc(200) ByteBuffer local200 = ByteBuffer.wrap(local12.data, 0, local12.offset);
|
||||||
this.aClass155_3 = new GlVertexBufferObject();
|
this.aClass155_3 = new GlVertexBufferObject();
|
||||||
this.aClass155_3.method4519(local200);
|
this.aClass155_3.method4519(local200);
|
||||||
} else {
|
} else {
|
||||||
this.aByteBuffer3 = ByteBuffer.allocateDirect(local12.anInt2792).order(ByteOrder.nativeOrder());
|
this.aByteBuffer3 = ByteBuffer.allocateDirect(local12.offset).order(ByteOrder.nativeOrder());
|
||||||
this.aByteBuffer3.put(local12.aByteArray40, 0, local12.anInt2792);
|
this.aByteBuffer3.put(local12.data, 0, local12.offset);
|
||||||
this.aByteBuffer3.flip();
|
this.aByteBuffer3.flip();
|
||||||
}
|
}
|
||||||
this.anIntArray232 = null;
|
this.anIntArray232 = null;
|
||||||
|
|
@ -208,15 +208,15 @@ public final class Class3_Sub14 extends Node {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!hg", name = "a", descriptor = "([[[Lclient!bj;FZ)V")
|
@OriginalMember(owner = "client!hg", name = "a", descriptor = "([[[Lclient!bj;FZ)V")
|
||||||
public final void method1944(@OriginalArg(0) Tile[][][] arg0, @OriginalArg(1) float arg1, @OriginalArg(2) boolean arg2) {
|
public final void method1944(@OriginalArg(0) Tile[][][] arg0, @OriginalArg(1) float arg1, @OriginalArg(2) boolean arg2) {
|
||||||
if (Static95.aClass3_Sub15_3 == null || Static95.aClass3_Sub15_3.aByteArray40.length < this.anInt2488 * 4) {
|
if (Static95.aClass3_Sub15_3 == null || Static95.aClass3_Sub15_3.data.length < this.anInt2488 * 4) {
|
||||||
Static95.aClass3_Sub15_3 = new Buffer(this.anInt2488 * 4);
|
Static95.aClass3_Sub15_3 = new Buffer(this.anInt2488 * 4);
|
||||||
} else {
|
} else {
|
||||||
Static95.aClass3_Sub15_3.anInt2792 = 0;
|
Static95.aClass3_Sub15_3.offset = 0;
|
||||||
}
|
}
|
||||||
if (Static95.aClass3_Sub15_2 == null || Static95.aClass3_Sub15_2.aByteArray40.length < this.anInt2487 * 4) {
|
if (Static95.aClass3_Sub15_2 == null || Static95.aClass3_Sub15_2.data.length < this.anInt2487 * 4) {
|
||||||
Static95.aClass3_Sub15_2 = new Buffer(this.anInt2487 * 4);
|
Static95.aClass3_Sub15_2 = new Buffer(this.anInt2487 * 4);
|
||||||
} else {
|
} else {
|
||||||
Static95.aClass3_Sub15_2.anInt2792 = 0;
|
Static95.aClass3_Sub15_2.offset = 0;
|
||||||
}
|
}
|
||||||
@Pc(47) int local47;
|
@Pc(47) int local47;
|
||||||
@Pc(68) Tile local68;
|
@Pc(68) Tile local68;
|
||||||
|
|
@ -234,7 +234,7 @@ public final class Class3_Sub14 extends Node {
|
||||||
local86 = this.anIntArrayArray18[local47];
|
local86 = this.anIntArrayArray18[local47];
|
||||||
if (local86 != null) {
|
if (local86 != null) {
|
||||||
for (local90 = 0; local90 < local86.length; local90++) {
|
for (local90 = 0; local90 < local86.length; local90++) {
|
||||||
Static95.aClass3_Sub15_2.method2164(local86[local90]);
|
Static95.aClass3_Sub15_2.p4(local86[local90]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local111 = this.aBooleanArray54[local47] ? Static95.aClass3_Sub15_2 : Static95.aClass3_Sub15_3;
|
local111 = this.aBooleanArray54[local47] ? Static95.aClass3_Sub15_2 : Static95.aClass3_Sub15_3;
|
||||||
|
|
@ -242,9 +242,9 @@ public final class Class3_Sub14 extends Node {
|
||||||
local111 = Static95.aClass3_Sub15_3;
|
local111 = Static95.aClass3_Sub15_3;
|
||||||
}
|
}
|
||||||
for (local116 = 1; local116 < local78.length - 1; local116++) {
|
for (local116 = 1; local116 < local78.length - 1; local116++) {
|
||||||
local111.method2164(local78[0]);
|
local111.p4(local78[0]);
|
||||||
local111.method2164(local78[local116]);
|
local111.p4(local78[local116]);
|
||||||
local111.method2164(local78[local116 + 1]);
|
local111.p4(local78[local116 + 1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -257,7 +257,7 @@ public final class Class3_Sub14 extends Node {
|
||||||
local86 = this.anIntArrayArray18[local47];
|
local86 = this.anIntArrayArray18[local47];
|
||||||
if (local86 != null) {
|
if (local86 != null) {
|
||||||
for (local90 = 0; local90 < local86.length; local90++) {
|
for (local90 = 0; local90 < local86.length; local90++) {
|
||||||
Static95.aClass3_Sub15_2.method2183(local86[local90]);
|
Static95.aClass3_Sub15_2.p4le(local86[local90]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local111 = this.aBooleanArray54[local47] ? Static95.aClass3_Sub15_2 : Static95.aClass3_Sub15_3;
|
local111 = this.aBooleanArray54[local47] ? Static95.aClass3_Sub15_2 : Static95.aClass3_Sub15_3;
|
||||||
|
|
@ -265,14 +265,14 @@ public final class Class3_Sub14 extends Node {
|
||||||
local111 = Static95.aClass3_Sub15_3;
|
local111 = Static95.aClass3_Sub15_3;
|
||||||
}
|
}
|
||||||
for (local116 = 1; local116 < local78.length - 1; local116++) {
|
for (local116 = 1; local116 < local78.length - 1; local116++) {
|
||||||
local111.method2183(local78[0]);
|
local111.p4le(local78[0]);
|
||||||
local111.method2183(local78[local116]);
|
local111.p4le(local78[local116]);
|
||||||
local111.method2183(local78[local116 + 1]);
|
local111.p4le(local78[local116 + 1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static95.aClass3_Sub15_3.anInt2792 == 0 && Static95.aClass3_Sub15_2.anInt2792 == 0) {
|
if (Static95.aClass3_Sub15_3.offset == 0 && Static95.aClass3_Sub15_2.offset == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@Pc(257) GL local257 = Static239.aGL1;
|
@Pc(257) GL local257 = Static239.aGL1;
|
||||||
|
|
@ -320,30 +320,30 @@ public final class Class3_Sub14 extends Node {
|
||||||
if (Static239.aBoolean271) {
|
if (Static239.aBoolean271) {
|
||||||
local257.glBindBufferARB(GL.GL_ELEMENT_ARRAY_BUFFER, 0);
|
local257.glBindBufferARB(GL.GL_ELEMENT_ARRAY_BUFFER, 0);
|
||||||
}
|
}
|
||||||
if (Static95.aClass3_Sub15_3.anInt2792 != 0) {
|
if (Static95.aClass3_Sub15_3.offset != 0) {
|
||||||
if (Static95.aByteBuffer5 == null || Static95.aByteBuffer5.capacity() < Static95.aClass3_Sub15_3.anInt2792) {
|
if (Static95.aByteBuffer5 == null || Static95.aByteBuffer5.capacity() < Static95.aClass3_Sub15_3.offset) {
|
||||||
Static95.aByteBuffer5 = ByteBuffer.allocateDirect(Static95.aClass3_Sub15_3.anInt2792).order(ByteOrder.nativeOrder());
|
Static95.aByteBuffer5 = ByteBuffer.allocateDirect(Static95.aClass3_Sub15_3.offset).order(ByteOrder.nativeOrder());
|
||||||
} else {
|
} else {
|
||||||
Static95.aByteBuffer5.clear();
|
Static95.aByteBuffer5.clear();
|
||||||
}
|
}
|
||||||
Static95.aByteBuffer5.put(Static95.aClass3_Sub15_3.aByteArray40, 0, Static95.aClass3_Sub15_3.anInt2792);
|
Static95.aByteBuffer5.put(Static95.aClass3_Sub15_3.data, 0, Static95.aClass3_Sub15_3.offset);
|
||||||
Static95.aByteBuffer5.flip();
|
Static95.aByteBuffer5.flip();
|
||||||
Static239.method4159(arg1);
|
Static239.method4159(arg1);
|
||||||
local257.glDrawElements(GL.GL_TRIANGLES, Static95.aClass3_Sub15_3.anInt2792 / 4, GL.GL_UNSIGNED_INT, Static95.aByteBuffer5);
|
local257.glDrawElements(GL.GL_TRIANGLES, Static95.aClass3_Sub15_3.offset / 4, GL.GL_UNSIGNED_INT, Static95.aByteBuffer5);
|
||||||
}
|
}
|
||||||
if (Static95.aClass3_Sub15_2.anInt2792 == 0) {
|
if (Static95.aClass3_Sub15_2.offset == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (Static95.aByteBuffer4 == null || Static95.aByteBuffer4.capacity() < Static95.aClass3_Sub15_2.anInt2792) {
|
if (Static95.aByteBuffer4 == null || Static95.aByteBuffer4.capacity() < Static95.aClass3_Sub15_2.offset) {
|
||||||
Static95.aByteBuffer4 = ByteBuffer.allocateDirect(Static95.aClass3_Sub15_2.anInt2792).order(ByteOrder.nativeOrder());
|
Static95.aByteBuffer4 = ByteBuffer.allocateDirect(Static95.aClass3_Sub15_2.offset).order(ByteOrder.nativeOrder());
|
||||||
} else {
|
} else {
|
||||||
Static95.aByteBuffer4.clear();
|
Static95.aByteBuffer4.clear();
|
||||||
}
|
}
|
||||||
Static95.aByteBuffer4.put(Static95.aClass3_Sub15_2.aByteArray40, 0, Static95.aClass3_Sub15_2.anInt2792);
|
Static95.aByteBuffer4.put(Static95.aClass3_Sub15_2.data, 0, Static95.aClass3_Sub15_2.offset);
|
||||||
Static95.aByteBuffer4.flip();
|
Static95.aByteBuffer4.flip();
|
||||||
Static239.method4159(arg1 - 100.0F);
|
Static239.method4159(arg1 - 100.0F);
|
||||||
Static239.method4178();
|
Static239.method4178();
|
||||||
local257.glDrawElements(GL.GL_TRIANGLES, Static95.aClass3_Sub15_2.anInt2792 / 4, GL.GL_UNSIGNED_INT, Static95.aByteBuffer4);
|
local257.glDrawElements(GL.GL_TRIANGLES, Static95.aClass3_Sub15_2.offset / 4, GL.GL_UNSIGNED_INT, Static95.aByteBuffer4);
|
||||||
Static239.method4157();
|
Static239.method4157();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,18 +18,18 @@ public final class Class3_Sub2_Sub12 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!hn", name = "a", descriptor = "(ILclient!wa;I)V")
|
@OriginalMember(owner = "client!hn", name = "a", descriptor = "(ILclient!wa;I)V")
|
||||||
private void method2072(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
private void method2072(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt2669 = arg1.method2229();
|
this.anInt2669 = arg1.g1();
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt2667 = arg1.method2174();
|
this.anInt2667 = arg1.g4();
|
||||||
} else if (arg0 == 5) {
|
} else if (arg0 == 5) {
|
||||||
this.aClass100_544 = arg1.method2202();
|
this.aClass100_544 = arg1.gjstr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!hn", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!hn", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method2076(@OriginalArg(1) Buffer arg0) {
|
public final void method2076(@OriginalArg(1) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(13) int local13 = arg0.method2229();
|
@Pc(13) int local13 = arg0.g1();
|
||||||
if (local13 == 0) {
|
if (local13 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ public final class Class3_Sub2_Sub14 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!md", name = "a", descriptor = "(Lclient!wa;I)V")
|
@OriginalMember(owner = "client!md", name = "a", descriptor = "(Lclient!wa;I)V")
|
||||||
public final void method2927(@OriginalArg(0) Buffer arg0) {
|
public final void method2927(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(10) int local10 = arg0.method2229();
|
@Pc(10) int local10 = arg0.g1();
|
||||||
if (local10 == 0) {
|
if (local10 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +23,7 @@ public final class Class3_Sub2_Sub14 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!md", name = "a", descriptor = "(Lclient!wa;IZ)V")
|
@OriginalMember(owner = "client!md", name = "a", descriptor = "(Lclient!wa;IZ)V")
|
||||||
private void method2931(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
private void method2931(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
||||||
if (arg1 == 2) {
|
if (arg1 == 2) {
|
||||||
this.anInt3706 = arg0.method2163();
|
this.anInt3706 = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -52,26 +52,26 @@ public final class Class3_Sub2_Sub2 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!bc", name = "a", descriptor = "(Lclient!wa;II)V")
|
@OriginalMember(owner = "client!bc", name = "a", descriptor = "(Lclient!wa;II)V")
|
||||||
private void method467(@OriginalArg(0) Buffer arg0, @OriginalArg(2) int arg1) {
|
private void method467(@OriginalArg(0) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.aClass100_79 = arg0.method2202();
|
this.aClass100_79 = arg0.gjstr();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@Pc(28) int local28;
|
@Pc(28) int local28;
|
||||||
@Pc(38) int local38;
|
@Pc(38) int local38;
|
||||||
if (arg1 == 2) {
|
if (arg1 == 2) {
|
||||||
local28 = arg0.method2229();
|
local28 = arg0.g1();
|
||||||
this.anIntArray30 = new int[local28];
|
this.anIntArray30 = new int[local28];
|
||||||
this.anIntArray31 = new int[local28];
|
this.anIntArray31 = new int[local28];
|
||||||
for (local38 = 0; local38 < local28; local38++) {
|
for (local38 = 0; local38 < local28; local38++) {
|
||||||
this.anIntArray30[local38] = arg0.method2163();
|
this.anIntArray30[local38] = arg0.g2();
|
||||||
this.anIntArray31[local38] = Static229.method3933(arg0.method2186());
|
this.anIntArray31[local38] = Static229.method3933(arg0.g1s());
|
||||||
}
|
}
|
||||||
} else if (arg1 == 3) {
|
} else if (arg1 == 3) {
|
||||||
local28 = arg0.method2229();
|
local28 = arg0.g1();
|
||||||
this.anIntArray32 = new int[local28];
|
this.anIntArray32 = new int[local28];
|
||||||
this.anIntArray29 = new int[local28];
|
this.anIntArray29 = new int[local28];
|
||||||
for (local38 = 0; local38 < local28; local38++) {
|
for (local38 = 0; local38 < local28; local38++) {
|
||||||
this.anIntArray32[local38] = arg0.method2163();
|
this.anIntArray32[local38] = arg0.g2();
|
||||||
this.anIntArray29[local38] = Static229.method3933(arg0.method2186());
|
this.anIntArray29[local38] = Static229.method3933(arg0.g1s());
|
||||||
}
|
}
|
||||||
} else if (arg1 == 4) {
|
} else if (arg1 == 4) {
|
||||||
}
|
}
|
||||||
|
|
@ -93,7 +93,7 @@ public final class Class3_Sub2_Sub2 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!bc", name = "a", descriptor = "(Lclient!wa;B)V")
|
@OriginalMember(owner = "client!bc", name = "a", descriptor = "(Lclient!wa;B)V")
|
||||||
public final void method470(@OriginalArg(0) Buffer arg0) {
|
public final void method470(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(12) int local12 = arg0.method2229();
|
@Pc(12) int local12 = arg0.g1();
|
||||||
if (local12 == 0) {
|
if (local12 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ public final class Class3_Sub2_Sub6 extends SecondaryNode {
|
||||||
for (@Pc(14) int local14 = 0; this.anIntArray71.length > local14 && local14 < arg1.length; local14++) {
|
for (@Pc(14) int local14 = 0; this.anIntArray71.length > local14 && local14 < arg1.length; local14++) {
|
||||||
@Pc(38) int local38 = Static143.anIntArray329[this.method765(local14)];
|
@Pc(38) int local38 = Static143.anIntArray329[this.method765(local14)];
|
||||||
if (local38 > 0) {
|
if (local38 > 0) {
|
||||||
arg0.method2165(local38, (long) arg1[local14]);
|
arg0.pVarLong(local38, (long) arg1[local14]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -37,7 +37,7 @@ public final class Class3_Sub2_Sub6 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!cb", name = "a", descriptor = "(Lclient!wa;I)V")
|
@OriginalMember(owner = "client!cb", name = "a", descriptor = "(Lclient!wa;I)V")
|
||||||
public final void method761(@OriginalArg(0) Buffer arg0) {
|
public final void method761(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(9) int local9 = arg0.method2229();
|
@Pc(9) int local9 = arg0.g1();
|
||||||
if (local9 == 0) {
|
if (local9 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -78,27 +78,27 @@ public final class Class3_Sub2_Sub6 extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!cb", name = "a", descriptor = "(Lclient!wa;II)V")
|
@OriginalMember(owner = "client!cb", name = "a", descriptor = "(Lclient!wa;II)V")
|
||||||
private void method768(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
private void method768(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.aClass100Array35 = arg0.method2202().method3147(60);
|
this.aClass100Array35 = arg0.gjstr().method3147(60);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@Pc(32) int local32;
|
@Pc(32) int local32;
|
||||||
@Pc(42) int local42;
|
@Pc(42) int local42;
|
||||||
if (arg1 == 2) {
|
if (arg1 == 2) {
|
||||||
local32 = arg0.method2229();
|
local32 = arg0.g1();
|
||||||
this.anIntArray72 = new int[local32];
|
this.anIntArray72 = new int[local32];
|
||||||
for (local42 = 0; local42 < local32; local42++) {
|
for (local42 = 0; local42 < local32; local42++) {
|
||||||
this.anIntArray72[local42] = arg0.method2163();
|
this.anIntArray72[local42] = arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 3) {
|
} else if (arg1 == 3) {
|
||||||
local32 = arg0.method2229();
|
local32 = arg0.g1();
|
||||||
this.anIntArray71 = new int[local32];
|
this.anIntArray71 = new int[local32];
|
||||||
this.anIntArrayArray5 = new int[local32][];
|
this.anIntArrayArray5 = new int[local32][];
|
||||||
for (local42 = 0; local42 < local32; local42++) {
|
for (local42 = 0; local42 < local32; local42++) {
|
||||||
@Pc(49) int local49 = arg0.method2163();
|
@Pc(49) int local49 = arg0.g2();
|
||||||
this.anIntArray71[local42] = local49;
|
this.anIntArray71[local42] = local49;
|
||||||
this.anIntArrayArray5[local42] = new int[Static264.anIntArray412[local49]];
|
this.anIntArrayArray5[local42] = new int[Static264.anIntArray412[local49]];
|
||||||
for (@Pc(64) int local64 = 0; local64 < Static264.anIntArray412[local49]; local64++) {
|
for (@Pc(64) int local64 = 0; local64 < Static264.anIntArray412[local49]; local64++) {
|
||||||
this.anIntArrayArray5[local42][local64] = arg0.method2163();
|
this.anIntArrayArray5[local42][local64] = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (arg1 == 4) {
|
} else if (arg1 == 4) {
|
||||||
|
|
@ -126,7 +126,7 @@ public final class Class3_Sub2_Sub6 extends SecondaryNode {
|
||||||
if (this.anIntArray71 != null) {
|
if (this.anIntArray71 != null) {
|
||||||
for (@Pc(22) int local22 = 0; local22 < this.anIntArray71.length; local22++) {
|
for (@Pc(22) int local22 = 0; local22 < this.anIntArray71.length; local22++) {
|
||||||
local17.method3113(this.aClass100Array35[local22]);
|
local17.method3113(this.aClass100Array35[local22]);
|
||||||
local17.method3113(Static89.method1838(this.anIntArrayArray5[local22], arg0.method2198(Static16.anIntArray51[this.anIntArray71[local22]]), this.anIntArray71[local22]));
|
local17.method3113(Static89.method1838(this.anIntArrayArray5[local22], arg0.gVarLong(Static16.anIntArray51[this.anIntArray71[local22]]), this.anIntArray71[local22]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local17.method3113(this.aClass100Array35[this.aClass100Array35.length - 1]);
|
local17.method3113(this.aClass100Array35[this.aClass100Array35.length - 1]);
|
||||||
|
|
|
||||||
|
|
@ -117,44 +117,44 @@ public final class Class45 {
|
||||||
@Pc(19) int local19;
|
@Pc(19) int local19;
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
for (local19 = 0; local19 < this.anInt2017; local19++) {
|
for (local19 = 0; local19 < this.anInt2017; local19++) {
|
||||||
local15.method2178(this.aByteArray25[local19]);
|
local15.p1(this.aByteArray25[local19]);
|
||||||
local15.method2178(this.aByteArray23[local19]);
|
local15.p1(this.aByteArray23[local19]);
|
||||||
local15.method2178(this.aByteArray24[local19]);
|
local15.p1(this.aByteArray24[local19]);
|
||||||
local15.method2178(255);
|
local15.p1(255);
|
||||||
local15.method2227((float) this.anIntArray178[local19]);
|
local15.pFloat((float) this.anIntArray178[local19]);
|
||||||
local15.method2227((float) this.anIntArray180[local19]);
|
local15.pFloat((float) this.anIntArray180[local19]);
|
||||||
local15.method2227((float) this.anIntArray179[local19]);
|
local15.pFloat((float) this.anIntArray179[local19]);
|
||||||
}
|
}
|
||||||
for (local19 = 0; local19 < this.anInt2018; local19++) {
|
for (local19 = 0; local19 < this.anInt2018; local19++) {
|
||||||
local7.method2164(this.anIntArray177[local19]);
|
local7.p4(this.anIntArray177[local19]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (local19 = 0; local19 < this.anInt2017; local19++) {
|
for (local19 = 0; local19 < this.anInt2017; local19++) {
|
||||||
local15.method2178(this.aByteArray25[local19]);
|
local15.p1(this.aByteArray25[local19]);
|
||||||
local15.method2178(this.aByteArray23[local19]);
|
local15.p1(this.aByteArray23[local19]);
|
||||||
local15.method2178(this.aByteArray24[local19]);
|
local15.p1(this.aByteArray24[local19]);
|
||||||
local15.method2178(255);
|
local15.p1(255);
|
||||||
local15.method2188((float) this.anIntArray178[local19]);
|
local15.gFloat((float) this.anIntArray178[local19]);
|
||||||
local15.method2188((float) this.anIntArray180[local19]);
|
local15.gFloat((float) this.anIntArray180[local19]);
|
||||||
local15.method2188((float) this.anIntArray179[local19]);
|
local15.gFloat((float) this.anIntArray179[local19]);
|
||||||
}
|
}
|
||||||
for (local19 = 0; local19 < this.anInt2018; local19++) {
|
for (local19 = 0; local19 < this.anInt2018; local19++) {
|
||||||
local7.method2183(this.anIntArray177[local19]);
|
local7.p4le(this.anIntArray177[local19]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static239.aBoolean271) {
|
if (Static239.aBoolean271) {
|
||||||
this.aClass155_1 = new GlVertexBufferObject();
|
this.aClass155_1 = new GlVertexBufferObject();
|
||||||
@Pc(173) ByteBuffer local173 = ByteBuffer.wrap(local15.aByteArray40);
|
@Pc(173) ByteBuffer local173 = ByteBuffer.wrap(local15.data);
|
||||||
this.aClass155_1.method4519(local173);
|
this.aClass155_1.method4519(local173);
|
||||||
this.aClass155_2 = new GlVertexBufferObject();
|
this.aClass155_2 = new GlVertexBufferObject();
|
||||||
@Pc(186) ByteBuffer local186 = ByteBuffer.wrap(local7.aByteArray40);
|
@Pc(186) ByteBuffer local186 = ByteBuffer.wrap(local7.data);
|
||||||
this.aClass155_2.method4517(local186);
|
this.aClass155_2.method4517(local186);
|
||||||
} else {
|
} else {
|
||||||
this.aByteBuffer1 = ByteBuffer.allocateDirect(local15.anInt2792);
|
this.aByteBuffer1 = ByteBuffer.allocateDirect(local15.offset);
|
||||||
this.aByteBuffer1.put(local15.aByteArray40);
|
this.aByteBuffer1.put(local15.data);
|
||||||
this.aByteBuffer1.flip();
|
this.aByteBuffer1.flip();
|
||||||
this.aByteBuffer2 = ByteBuffer.allocateDirect(local7.anInt2792);
|
this.aByteBuffer2 = ByteBuffer.allocateDirect(local7.offset);
|
||||||
this.aByteBuffer2.put(local7.aByteArray40);
|
this.aByteBuffer2.put(local7.data);
|
||||||
this.aByteBuffer2.flip();
|
this.aByteBuffer2.flip();
|
||||||
}
|
}
|
||||||
this.anIntArray178 = null;
|
this.anIntArray178 = null;
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ public final class Class63 {
|
||||||
@OriginalMember(owner = "client!ia", name = "a", descriptor = "(Lclient!wa;IB)V")
|
@OriginalMember(owner = "client!ia", name = "a", descriptor = "(Lclient!wa;IB)V")
|
||||||
public final void method2249(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
public final void method2249(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(18) int local18 = arg0.method2229();
|
@Pc(18) int local18 = arg0.g1();
|
||||||
if (local18 == 0) {
|
if (local18 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -42,10 +42,10 @@ public final class Class63 {
|
||||||
@OriginalMember(owner = "client!ia", name = "a", descriptor = "(IIILclient!wa;)V")
|
@OriginalMember(owner = "client!ia", name = "a", descriptor = "(IIILclient!wa;)V")
|
||||||
private void method2250(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1, @OriginalArg(3) Buffer arg2) {
|
private void method2250(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1, @OriginalArg(3) Buffer arg2) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.anInt2857 = arg2.method2163();
|
this.anInt2857 = arg2.g2();
|
||||||
} else if (arg1 == 2) {
|
} else if (arg1 == 2) {
|
||||||
this.anInt2852 = arg2.method2229();
|
this.anInt2852 = arg2.g1();
|
||||||
this.anInt2850 = arg2.method2229();
|
this.anInt2850 = arg2.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ public final class Class85 {
|
||||||
@OriginalMember(owner = "client!kk", name = "a", descriptor = "(Lclient!wa;I)V")
|
@OriginalMember(owner = "client!kk", name = "a", descriptor = "(Lclient!wa;I)V")
|
||||||
public final void method2651(@OriginalArg(0) Buffer arg0) {
|
public final void method2651(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(9) int local9 = arg0.method2229();
|
@Pc(9) int local9 = arg0.g1();
|
||||||
if (local9 == 0) {
|
if (local9 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -29,9 +29,9 @@ public final class Class85 {
|
||||||
@OriginalMember(owner = "client!kk", name = "a", descriptor = "(Lclient!wa;II)V")
|
@OriginalMember(owner = "client!kk", name = "a", descriptor = "(Lclient!wa;II)V")
|
||||||
private void method2653(@OriginalArg(0) Buffer arg0, @OriginalArg(2) int arg1) {
|
private void method2653(@OriginalArg(0) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.anInt3327 = arg0.method2163();
|
this.anInt3327 = arg0.g2();
|
||||||
this.anInt3318 = arg0.method2229();
|
this.anInt3318 = arg0.g1();
|
||||||
this.anInt3323 = arg0.method2229();
|
this.anInt3323 = arg0.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -546,49 +546,49 @@ public final class Component {
|
||||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!be", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method481(@OriginalArg(1) Buffer arg0) {
|
public final void method481(@OriginalArg(1) Buffer arg0) {
|
||||||
this.aBoolean32 = false;
|
this.aBoolean32 = false;
|
||||||
this.anInt452 = arg0.method2229();
|
this.anInt452 = arg0.g1();
|
||||||
this.anInt530 = arg0.method2229();
|
this.anInt530 = arg0.g1();
|
||||||
this.anInt453 = arg0.method2163();
|
this.anInt453 = arg0.g2();
|
||||||
this.anInt529 = arg0.method2213();
|
this.anInt529 = arg0.g2s();
|
||||||
this.anInt444 = arg0.method2213();
|
this.anInt444 = arg0.g2s();
|
||||||
this.anInt446 = arg0.method2163();
|
this.anInt446 = arg0.g2();
|
||||||
this.anInt488 = arg0.method2163();
|
this.anInt488 = arg0.g2();
|
||||||
this.aByte5 = 0;
|
this.aByte5 = 0;
|
||||||
this.aByte3 = 0;
|
this.aByte3 = 0;
|
||||||
this.aByte4 = 0;
|
this.aByte4 = 0;
|
||||||
this.aByte2 = 0;
|
this.aByte2 = 0;
|
||||||
this.anInt476 = arg0.method2229();
|
this.anInt476 = arg0.g1();
|
||||||
this.anInt456 = arg0.method2163();
|
this.anInt456 = arg0.g2();
|
||||||
if (this.anInt456 == 65535) {
|
if (this.anInt456 == 65535) {
|
||||||
this.anInt456 = -1;
|
this.anInt456 = -1;
|
||||||
} else {
|
} else {
|
||||||
this.anInt456 += this.anInt507 & 0xFFFF0000;
|
this.anInt456 += this.anInt507 & 0xFFFF0000;
|
||||||
}
|
}
|
||||||
this.anInt470 = arg0.method2163();
|
this.anInt470 = arg0.g2();
|
||||||
if (this.anInt470 == 65535) {
|
if (this.anInt470 == 65535) {
|
||||||
this.anInt470 = -1;
|
this.anInt470 = -1;
|
||||||
}
|
}
|
||||||
@Pc(109) int local109 = arg0.method2229();
|
@Pc(109) int local109 = arg0.g1();
|
||||||
@Pc(125) int local125;
|
@Pc(125) int local125;
|
||||||
if (local109 > 0) {
|
if (local109 > 0) {
|
||||||
this.anIntArray48 = new int[local109];
|
this.anIntArray48 = new int[local109];
|
||||||
this.anIntArray43 = new int[local109];
|
this.anIntArray43 = new int[local109];
|
||||||
for (local125 = 0; local125 < local109; local125++) {
|
for (local125 = 0; local125 < local109; local125++) {
|
||||||
this.anIntArray43[local125] = arg0.method2229();
|
this.anIntArray43[local125] = arg0.g1();
|
||||||
this.anIntArray48[local125] = arg0.method2163();
|
this.anIntArray48[local125] = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local125 = arg0.method2229();
|
local125 = arg0.g1();
|
||||||
@Pc(164) int local164;
|
@Pc(164) int local164;
|
||||||
@Pc(175) int local175;
|
@Pc(175) int local175;
|
||||||
@Pc(183) int local183;
|
@Pc(183) int local183;
|
||||||
if (local125 > 0) {
|
if (local125 > 0) {
|
||||||
this.anIntArrayArray4 = new int[local125][];
|
this.anIntArrayArray4 = new int[local125][];
|
||||||
for (local164 = 0; local164 < local125; local164++) {
|
for (local164 = 0; local164 < local125; local164++) {
|
||||||
local175 = arg0.method2163();
|
local175 = arg0.g2();
|
||||||
this.anIntArrayArray4[local164] = new int[local175];
|
this.anIntArrayArray4[local164] = new int[local175];
|
||||||
for (local183 = 0; local183 < local175; local183++) {
|
for (local183 = 0; local183 < local175; local183++) {
|
||||||
this.anIntArrayArray4[local164][local183] = arg0.method2163();
|
this.anIntArrayArray4[local164][local183] = arg0.g2();
|
||||||
if (this.anIntArrayArray4[local164][local183] == 65535) {
|
if (this.anIntArrayArray4[local164][local183] == 65535) {
|
||||||
this.anIntArrayArray4[local164][local183] = -1;
|
this.anIntArrayArray4[local164][local183] = -1;
|
||||||
}
|
}
|
||||||
|
|
@ -596,12 +596,12 @@ public final class Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 0) {
|
if (this.anInt452 == 0) {
|
||||||
this.anInt491 = arg0.method2163();
|
this.anInt491 = arg0.g2();
|
||||||
this.aBoolean17 = arg0.method2229() == 1;
|
this.aBoolean17 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 1) {
|
if (this.anInt452 == 1) {
|
||||||
arg0.method2163();
|
arg0.g2();
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
}
|
}
|
||||||
local164 = 0;
|
local164 = 0;
|
||||||
if (this.anInt452 == 2) {
|
if (this.anInt452 == 2) {
|
||||||
|
|
@ -609,138 +609,138 @@ public final class Component {
|
||||||
this.anIntArray50 = new int[this.anInt446 * this.anInt488];
|
this.anIntArray50 = new int[this.anInt446 * this.anInt488];
|
||||||
this.anIntArray40 = new int[this.anInt488 * this.anInt446];
|
this.anIntArray40 = new int[this.anInt488 * this.anInt446];
|
||||||
this.aByte5 = 3;
|
this.aByte5 = 3;
|
||||||
local175 = arg0.method2229();
|
local175 = arg0.g1();
|
||||||
local183 = arg0.method2229();
|
local183 = arg0.g1();
|
||||||
if (local175 == 1) {
|
if (local175 == 1) {
|
||||||
local164 = 268435456;
|
local164 = 268435456;
|
||||||
}
|
}
|
||||||
@Pc(312) int local312 = arg0.method2229();
|
@Pc(312) int local312 = arg0.g1();
|
||||||
if (local183 == 1) {
|
if (local183 == 1) {
|
||||||
local164 |= 0x40000000;
|
local164 |= 0x40000000;
|
||||||
}
|
}
|
||||||
if (local312 == 1) {
|
if (local312 == 1) {
|
||||||
local164 |= Integer.MIN_VALUE;
|
local164 |= Integer.MIN_VALUE;
|
||||||
}
|
}
|
||||||
@Pc(333) int local333 = arg0.method2229();
|
@Pc(333) int local333 = arg0.g1();
|
||||||
if (local333 == 1) {
|
if (local333 == 1) {
|
||||||
local164 |= 0x20000000;
|
local164 |= 0x20000000;
|
||||||
}
|
}
|
||||||
this.anInt512 = arg0.method2229();
|
this.anInt512 = arg0.g1();
|
||||||
this.anInt516 = arg0.method2229();
|
this.anInt516 = arg0.g1();
|
||||||
this.anIntArray47 = new int[20];
|
this.anIntArray47 = new int[20];
|
||||||
this.anIntArray41 = new int[20];
|
this.anIntArray41 = new int[20];
|
||||||
this.anIntArray36 = new int[20];
|
this.anIntArray36 = new int[20];
|
||||||
@Pc(364) int local364;
|
@Pc(364) int local364;
|
||||||
for (local364 = 0; local364 < 20; local364++) {
|
for (local364 = 0; local364 < 20; local364++) {
|
||||||
@Pc(371) int local371 = arg0.method2229();
|
@Pc(371) int local371 = arg0.g1();
|
||||||
if (local371 == 1) {
|
if (local371 == 1) {
|
||||||
this.anIntArray41[local364] = arg0.method2213();
|
this.anIntArray41[local364] = arg0.g2s();
|
||||||
this.anIntArray47[local364] = arg0.method2213();
|
this.anIntArray47[local364] = arg0.g2s();
|
||||||
this.anIntArray36[local364] = arg0.method2174();
|
this.anIntArray36[local364] = arg0.g4();
|
||||||
} else {
|
} else {
|
||||||
this.anIntArray36[local364] = -1;
|
this.anIntArray36[local364] = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.aClass100Array19 = new JagString[5];
|
this.aClass100Array19 = new JagString[5];
|
||||||
for (local364 = 0; local364 < 5; local364++) {
|
for (local364 = 0; local364 < 5; local364++) {
|
||||||
@Pc(418) JagString local418 = arg0.method2202();
|
@Pc(418) JagString local418 = arg0.gjstr();
|
||||||
if (local418.method3120() > 0) {
|
if (local418.length() > 0) {
|
||||||
this.aClass100Array19[local364] = local418;
|
this.aClass100Array19[local364] = local418;
|
||||||
local164 |= 0x1 << local364 + 23;
|
local164 |= 0x1 << local364 + 23;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 3) {
|
if (this.anInt452 == 3) {
|
||||||
this.aBoolean30 = arg0.method2229() == 1;
|
this.aBoolean30 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 4 || this.anInt452 == 1) {
|
if (this.anInt452 == 4 || this.anInt452 == 1) {
|
||||||
this.anInt460 = arg0.method2229();
|
this.anInt460 = arg0.g1();
|
||||||
this.anInt478 = arg0.method2229();
|
this.anInt478 = arg0.g1();
|
||||||
this.anInt467 = arg0.method2229();
|
this.anInt467 = arg0.g1();
|
||||||
this.anInt502 = arg0.method2163();
|
this.anInt502 = arg0.g2();
|
||||||
if (this.anInt502 == 65535) {
|
if (this.anInt502 == 65535) {
|
||||||
this.anInt502 = -1;
|
this.anInt502 = -1;
|
||||||
}
|
}
|
||||||
this.aBoolean28 = arg0.method2229() == 1;
|
this.aBoolean28 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 4) {
|
if (this.anInt452 == 4) {
|
||||||
this.aClass100_84 = arg0.method2202();
|
this.aClass100_84 = arg0.gjstr();
|
||||||
this.aClass100_82 = arg0.method2202();
|
this.aClass100_82 = arg0.gjstr();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 1 || this.anInt452 == 3 || this.anInt452 == 4) {
|
if (this.anInt452 == 1 || this.anInt452 == 3 || this.anInt452 == 4) {
|
||||||
this.anInt474 = arg0.method2174();
|
this.anInt474 = arg0.g4();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 3 || this.anInt452 == 4) {
|
if (this.anInt452 == 3 || this.anInt452 == 4) {
|
||||||
this.anInt492 = arg0.method2174();
|
this.anInt492 = arg0.g4();
|
||||||
this.anInt480 = arg0.method2174();
|
this.anInt480 = arg0.g4();
|
||||||
this.anInt475 = arg0.method2174();
|
this.anInt475 = arg0.g4();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 5) {
|
if (this.anInt452 == 5) {
|
||||||
this.anInt477 = arg0.method2174();
|
this.anInt477 = arg0.g4();
|
||||||
this.anInt519 = arg0.method2174();
|
this.anInt519 = arg0.g4();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 6) {
|
if (this.anInt452 == 6) {
|
||||||
this.anInt464 = 1;
|
this.anInt464 = 1;
|
||||||
this.anInt463 = arg0.method2163();
|
this.anInt463 = arg0.g2();
|
||||||
this.anInt518 = 1;
|
this.anInt518 = 1;
|
||||||
if (this.anInt463 == 65535) {
|
if (this.anInt463 == 65535) {
|
||||||
this.anInt463 = -1;
|
this.anInt463 = -1;
|
||||||
}
|
}
|
||||||
this.anInt461 = arg0.method2163();
|
this.anInt461 = arg0.g2();
|
||||||
if (this.anInt461 == 65535) {
|
if (this.anInt461 == 65535) {
|
||||||
this.anInt461 = -1;
|
this.anInt461 = -1;
|
||||||
}
|
}
|
||||||
this.anInt522 = arg0.method2163();
|
this.anInt522 = arg0.g2();
|
||||||
if (this.anInt522 == 65535) {
|
if (this.anInt522 == 65535) {
|
||||||
this.anInt522 = -1;
|
this.anInt522 = -1;
|
||||||
}
|
}
|
||||||
this.anInt462 = arg0.method2163();
|
this.anInt462 = arg0.g2();
|
||||||
if (this.anInt462 == 65535) {
|
if (this.anInt462 == 65535) {
|
||||||
this.anInt462 = -1;
|
this.anInt462 = -1;
|
||||||
}
|
}
|
||||||
this.anInt443 = arg0.method2163();
|
this.anInt443 = arg0.g2();
|
||||||
this.anInt450 = arg0.method2163();
|
this.anInt450 = arg0.g2();
|
||||||
this.anInt524 = arg0.method2163();
|
this.anInt524 = arg0.g2();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 7) {
|
if (this.anInt452 == 7) {
|
||||||
this.aByte3 = 3;
|
this.aByte3 = 3;
|
||||||
this.aByte5 = 3;
|
this.aByte5 = 3;
|
||||||
this.anIntArray50 = new int[this.anInt488 * this.anInt446];
|
this.anIntArray50 = new int[this.anInt488 * this.anInt446];
|
||||||
this.anIntArray40 = new int[this.anInt446 * this.anInt488];
|
this.anIntArray40 = new int[this.anInt446 * this.anInt488];
|
||||||
this.anInt460 = arg0.method2229();
|
this.anInt460 = arg0.g1();
|
||||||
this.anInt502 = arg0.method2163();
|
this.anInt502 = arg0.g2();
|
||||||
if (this.anInt502 == 65535) {
|
if (this.anInt502 == 65535) {
|
||||||
this.anInt502 = -1;
|
this.anInt502 = -1;
|
||||||
}
|
}
|
||||||
this.aBoolean28 = arg0.method2229() == 1;
|
this.aBoolean28 = arg0.g1() == 1;
|
||||||
this.anInt474 = arg0.method2174();
|
this.anInt474 = arg0.g4();
|
||||||
this.anInt512 = arg0.method2213();
|
this.anInt512 = arg0.g2s();
|
||||||
this.anInt516 = arg0.method2213();
|
this.anInt516 = arg0.g2s();
|
||||||
local175 = arg0.method2229();
|
local175 = arg0.g1();
|
||||||
if (local175 == 1) {
|
if (local175 == 1) {
|
||||||
local164 |= 0x40000000;
|
local164 |= 0x40000000;
|
||||||
}
|
}
|
||||||
this.aClass100Array19 = new JagString[5];
|
this.aClass100Array19 = new JagString[5];
|
||||||
for (local183 = 0; local183 < 5; local183++) {
|
for (local183 = 0; local183 < 5; local183++) {
|
||||||
@Pc(756) JagString local756 = arg0.method2202();
|
@Pc(756) JagString local756 = arg0.gjstr();
|
||||||
if (local756.method3120() > 0) {
|
if (local756.length() > 0) {
|
||||||
this.aClass100Array19[local183] = local756;
|
this.aClass100Array19[local183] = local756;
|
||||||
local164 |= 0x1 << local183 + 23;
|
local164 |= 0x1 << local183 + 23;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 8) {
|
if (this.anInt452 == 8) {
|
||||||
this.aClass100_84 = arg0.method2202();
|
this.aClass100_84 = arg0.gjstr();
|
||||||
}
|
}
|
||||||
if (this.anInt530 == 2 || this.anInt452 == 2) {
|
if (this.anInt530 == 2 || this.anInt452 == 2) {
|
||||||
this.aClass100_86 = arg0.method2202();
|
this.aClass100_86 = arg0.gjstr();
|
||||||
this.aClass100_85 = arg0.method2202();
|
this.aClass100_85 = arg0.gjstr();
|
||||||
local175 = arg0.method2163() & 0x3F;
|
local175 = arg0.g2() & 0x3F;
|
||||||
local164 |= local175 << 11;
|
local164 |= local175 << 11;
|
||||||
}
|
}
|
||||||
if (this.anInt530 == 1 || this.anInt530 == 4 || this.anInt530 == 5 || this.anInt530 == 6) {
|
if (this.anInt530 == 1 || this.anInt530 == 4 || this.anInt530 == 5 || this.anInt530 == 6) {
|
||||||
this.aClass100_89 = arg0.method2202();
|
this.aClass100_89 = arg0.gjstr();
|
||||||
if (this.aClass100_89.method3120() == 0) {
|
if (this.aClass100_89.length() == 0) {
|
||||||
if (this.anInt530 == 1) {
|
if (this.anInt530 == 1) {
|
||||||
this.aClass100_89 = Static192.aClass100_849;
|
this.aClass100_89 = Static192.aClass100_849;
|
||||||
}
|
}
|
||||||
|
|
@ -789,17 +789,17 @@ public final class Component {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!be", name = "b", descriptor = "(ILclient!wa;)[Ljava/lang/Object;")
|
@OriginalMember(owner = "client!be", name = "b", descriptor = "(ILclient!wa;)[Ljava/lang/Object;")
|
||||||
private Object[] method485(@OriginalArg(1) Buffer arg0) {
|
private Object[] method485(@OriginalArg(1) Buffer arg0) {
|
||||||
@Pc(11) int local11 = arg0.method2229();
|
@Pc(11) int local11 = arg0.g1();
|
||||||
if (local11 == 0) {
|
if (local11 == 0) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@Pc(26) Object[] local26 = new Object[local11];
|
@Pc(26) Object[] local26 = new Object[local11];
|
||||||
for (@Pc(28) int local28 = 0; local28 < local11; local28++) {
|
for (@Pc(28) int local28 = 0; local28 < local11; local28++) {
|
||||||
@Pc(35) int local35 = arg0.method2229();
|
@Pc(35) int local35 = arg0.g1();
|
||||||
if (local35 == 0) {
|
if (local35 == 0) {
|
||||||
local26[local28] = Integer.valueOf(arg0.method2174());
|
local26[local28] = Integer.valueOf(arg0.g4());
|
||||||
} else if (local35 == 1) {
|
} else if (local35 == 1) {
|
||||||
local26[local28] = arg0.method2202();
|
local26[local28] = arg0.gjstr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.aBoolean25 = true;
|
this.aBoolean25 = true;
|
||||||
|
|
@ -808,13 +808,13 @@ public final class Component {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(Lclient!wa;Z)[I")
|
@OriginalMember(owner = "client!be", name = "a", descriptor = "(Lclient!wa;Z)[I")
|
||||||
private int[] method486(@OriginalArg(0) Buffer arg0) {
|
private int[] method486(@OriginalArg(0) Buffer arg0) {
|
||||||
@Pc(9) int local9 = arg0.method2229();
|
@Pc(9) int local9 = arg0.g1();
|
||||||
if (local9 == 0) {
|
if (local9 == 0) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@Pc(19) int[] local19 = new int[local9];
|
@Pc(19) int[] local19 = new int[local9];
|
||||||
for (@Pc(26) int local26 = 0; local26 < local9; local26++) {
|
for (@Pc(26) int local26 = 0; local26 < local9; local26++) {
|
||||||
local19[local26] = arg0.method2174();
|
local19[local26] = arg0.g4();
|
||||||
}
|
}
|
||||||
return local19;
|
return local19;
|
||||||
}
|
}
|
||||||
|
|
@ -976,97 +976,97 @@ public final class Component {
|
||||||
@OriginalMember(owner = "client!be", name = "c", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!be", name = "c", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method490(@OriginalArg(1) Buffer arg0) {
|
public final void method490(@OriginalArg(1) Buffer arg0) {
|
||||||
this.aBoolean32 = true;
|
this.aBoolean32 = true;
|
||||||
arg0.anInt2792++;
|
arg0.offset++;
|
||||||
this.anInt452 = arg0.method2229();
|
this.anInt452 = arg0.g1();
|
||||||
if ((this.anInt452 & 0x80) != 0) {
|
if ((this.anInt452 & 0x80) != 0) {
|
||||||
this.anInt452 &= 0x7F;
|
this.anInt452 &= 0x7F;
|
||||||
arg0.method2202();
|
arg0.gjstr();
|
||||||
}
|
}
|
||||||
this.anInt453 = arg0.method2163();
|
this.anInt453 = arg0.g2();
|
||||||
this.anInt529 = arg0.method2213();
|
this.anInt529 = arg0.g2s();
|
||||||
this.anInt444 = arg0.method2213();
|
this.anInt444 = arg0.g2s();
|
||||||
this.anInt446 = arg0.method2163();
|
this.anInt446 = arg0.g2();
|
||||||
this.anInt488 = arg0.method2163();
|
this.anInt488 = arg0.g2();
|
||||||
this.aByte5 = arg0.method2186();
|
this.aByte5 = arg0.g1s();
|
||||||
this.aByte3 = arg0.method2186();
|
this.aByte3 = arg0.g1s();
|
||||||
this.aByte4 = arg0.method2186();
|
this.aByte4 = arg0.g1s();
|
||||||
this.aByte2 = arg0.method2186();
|
this.aByte2 = arg0.g1s();
|
||||||
this.anInt456 = arg0.method2163();
|
this.anInt456 = arg0.g2();
|
||||||
if (this.anInt456 == 65535) {
|
if (this.anInt456 == 65535) {
|
||||||
this.anInt456 = -1;
|
this.anInt456 = -1;
|
||||||
} else {
|
} else {
|
||||||
this.anInt456 = (this.anInt507 & 0xFFFF0000) + this.anInt456;
|
this.anInt456 = (this.anInt507 & 0xFFFF0000) + this.anInt456;
|
||||||
}
|
}
|
||||||
this.aBoolean17 = arg0.method2229() == 1;
|
this.aBoolean17 = arg0.g1() == 1;
|
||||||
if (this.anInt452 == 0) {
|
if (this.anInt452 == 0) {
|
||||||
this.anInt486 = arg0.method2163();
|
this.anInt486 = arg0.g2();
|
||||||
this.anInt491 = arg0.method2163();
|
this.anInt491 = arg0.g2();
|
||||||
this.aBoolean29 = arg0.method2229() == 1;
|
this.aBoolean29 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
@Pc(175) int local175;
|
@Pc(175) int local175;
|
||||||
if (this.anInt452 == 5) {
|
if (this.anInt452 == 5) {
|
||||||
this.anInt477 = arg0.method2174();
|
this.anInt477 = arg0.g4();
|
||||||
this.anInt521 = arg0.method2163();
|
this.anInt521 = arg0.g2();
|
||||||
local175 = arg0.method2229();
|
local175 = arg0.g1();
|
||||||
this.aBoolean18 = (local175 & 0x2) != 0;
|
this.aBoolean18 = (local175 & 0x2) != 0;
|
||||||
this.aBoolean23 = (local175 & 0x1) != 0;
|
this.aBoolean23 = (local175 & 0x1) != 0;
|
||||||
this.anInt476 = arg0.method2229();
|
this.anInt476 = arg0.g1();
|
||||||
this.anInt514 = arg0.method2229();
|
this.anInt514 = arg0.g1();
|
||||||
this.anInt513 = arg0.method2174();
|
this.anInt513 = arg0.g4();
|
||||||
this.aBoolean21 = arg0.method2229() == 1;
|
this.aBoolean21 = arg0.g1() == 1;
|
||||||
this.aBoolean26 = arg0.method2229() == 1;
|
this.aBoolean26 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 6) {
|
if (this.anInt452 == 6) {
|
||||||
this.anInt464 = 1;
|
this.anInt464 = 1;
|
||||||
this.anInt463 = arg0.method2163();
|
this.anInt463 = arg0.g2();
|
||||||
if (this.anInt463 == 65535) {
|
if (this.anInt463 == 65535) {
|
||||||
this.anInt463 = -1;
|
this.anInt463 = -1;
|
||||||
}
|
}
|
||||||
this.anInt495 = arg0.method2213();
|
this.anInt495 = arg0.g2s();
|
||||||
this.anInt481 = arg0.method2213();
|
this.anInt481 = arg0.g2s();
|
||||||
this.anInt450 = arg0.method2163();
|
this.anInt450 = arg0.g2();
|
||||||
this.anInt524 = arg0.method2163();
|
this.anInt524 = arg0.g2();
|
||||||
this.anInt508 = arg0.method2163();
|
this.anInt508 = arg0.g2();
|
||||||
this.anInt443 = arg0.method2163();
|
this.anInt443 = arg0.g2();
|
||||||
this.anInt522 = arg0.method2163();
|
this.anInt522 = arg0.g2();
|
||||||
if (this.anInt522 == 65535) {
|
if (this.anInt522 == 65535) {
|
||||||
this.anInt522 = -1;
|
this.anInt522 = -1;
|
||||||
}
|
}
|
||||||
this.aBoolean22 = arg0.method2229() == 1;
|
this.aBoolean22 = arg0.g1() == 1;
|
||||||
this.aShort11 = (short) arg0.method2163();
|
this.aShort11 = (short) arg0.g2();
|
||||||
this.aShort10 = (short) arg0.method2163();
|
this.aShort10 = (short) arg0.g2();
|
||||||
this.aBoolean34 = arg0.method2229() == 1;
|
this.aBoolean34 = arg0.g1() == 1;
|
||||||
if (this.aByte5 != 0) {
|
if (this.aByte5 != 0) {
|
||||||
this.anInt451 = arg0.method2163();
|
this.anInt451 = arg0.g2();
|
||||||
}
|
}
|
||||||
if (this.aByte3 != 0) {
|
if (this.aByte3 != 0) {
|
||||||
this.anInt526 = arg0.method2163();
|
this.anInt526 = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 4) {
|
if (this.anInt452 == 4) {
|
||||||
this.anInt502 = arg0.method2163();
|
this.anInt502 = arg0.g2();
|
||||||
if (this.anInt502 == 65535) {
|
if (this.anInt502 == 65535) {
|
||||||
this.anInt502 = -1;
|
this.anInt502 = -1;
|
||||||
}
|
}
|
||||||
this.aClass100_84 = arg0.method2202();
|
this.aClass100_84 = arg0.gjstr();
|
||||||
this.anInt467 = arg0.method2229();
|
this.anInt467 = arg0.g1();
|
||||||
this.anInt460 = arg0.method2229();
|
this.anInt460 = arg0.g1();
|
||||||
this.anInt478 = arg0.method2229();
|
this.anInt478 = arg0.g1();
|
||||||
this.aBoolean28 = arg0.method2229() == 1;
|
this.aBoolean28 = arg0.g1() == 1;
|
||||||
this.anInt474 = arg0.method2174();
|
this.anInt474 = arg0.g4();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 3) {
|
if (this.anInt452 == 3) {
|
||||||
this.anInt474 = arg0.method2174();
|
this.anInt474 = arg0.g4();
|
||||||
this.aBoolean30 = arg0.method2229() == 1;
|
this.aBoolean30 = arg0.g1() == 1;
|
||||||
this.anInt476 = arg0.method2229();
|
this.anInt476 = arg0.g1();
|
||||||
}
|
}
|
||||||
if (this.anInt452 == 9) {
|
if (this.anInt452 == 9) {
|
||||||
this.anInt490 = arg0.method2229();
|
this.anInt490 = arg0.g1();
|
||||||
this.anInt474 = arg0.method2174();
|
this.anInt474 = arg0.g4();
|
||||||
this.aBoolean20 = arg0.method2229() == 1;
|
this.aBoolean20 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
local175 = arg0.method2220();
|
local175 = arg0.g3();
|
||||||
@Pc(471) int local471 = arg0.method2229();
|
@Pc(471) int local471 = arg0.g1();
|
||||||
@Pc(497) int local497;
|
@Pc(497) int local497;
|
||||||
if (local471 != 0) {
|
if (local471 != 0) {
|
||||||
this.anIntArray46 = new int[10];
|
this.anIntArray46 = new int[10];
|
||||||
|
|
@ -1074,56 +1074,56 @@ public final class Component {
|
||||||
this.aByteArray7 = new byte[10];
|
this.aByteArray7 = new byte[10];
|
||||||
while (local471 != 0) {
|
while (local471 != 0) {
|
||||||
local497 = (local471 >> 4) - 1;
|
local497 = (local471 >> 4) - 1;
|
||||||
local471 = arg0.method2229() | local471 << 8;
|
local471 = arg0.g1() | local471 << 8;
|
||||||
local471 &= 0xFFF;
|
local471 &= 0xFFF;
|
||||||
if (local471 == 4095) {
|
if (local471 == 4095) {
|
||||||
this.anIntArray46[local497] = -1;
|
this.anIntArray46[local497] = -1;
|
||||||
} else {
|
} else {
|
||||||
this.anIntArray46[local497] = local471;
|
this.anIntArray46[local497] = local471;
|
||||||
}
|
}
|
||||||
this.aByteArray8[local497] = arg0.method2186();
|
this.aByteArray8[local497] = arg0.g1s();
|
||||||
this.aByteArray7[local497] = arg0.method2186();
|
this.aByteArray7[local497] = arg0.g1s();
|
||||||
local471 = arg0.method2229();
|
local471 = arg0.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.aClass100_88 = arg0.method2202();
|
this.aClass100_88 = arg0.gjstr();
|
||||||
local497 = arg0.method2229();
|
local497 = arg0.g1();
|
||||||
@Pc(557) int local557 = local497 & 0xF;
|
@Pc(557) int local557 = local497 & 0xF;
|
||||||
@Pc(567) int local567;
|
@Pc(567) int local567;
|
||||||
if (local557 > 0) {
|
if (local557 > 0) {
|
||||||
this.aClass100Array18 = new JagString[local557];
|
this.aClass100Array18 = new JagString[local557];
|
||||||
for (local567 = 0; local567 < local557; local567++) {
|
for (local567 = 0; local567 < local557; local567++) {
|
||||||
this.aClass100Array18[local567] = arg0.method2202();
|
this.aClass100Array18[local567] = arg0.gjstr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Pc(584) int local584 = local497 >> 4;
|
@Pc(584) int local584 = local497 >> 4;
|
||||||
if (local584 > 0) {
|
if (local584 > 0) {
|
||||||
local567 = arg0.method2229();
|
local567 = arg0.g1();
|
||||||
this.anIntArray39 = new int[local567 + 1];
|
this.anIntArray39 = new int[local567 + 1];
|
||||||
for (@Pc(599) int local599 = 0; local599 < this.anIntArray39.length; local599++) {
|
for (@Pc(599) int local599 = 0; local599 < this.anIntArray39.length; local599++) {
|
||||||
this.anIntArray39[local599] = -1;
|
this.anIntArray39[local599] = -1;
|
||||||
}
|
}
|
||||||
this.anIntArray39[local567] = arg0.method2163();
|
this.anIntArray39[local567] = arg0.g2();
|
||||||
}
|
}
|
||||||
if (local584 > 1) {
|
if (local584 > 1) {
|
||||||
local567 = arg0.method2229();
|
local567 = arg0.g1();
|
||||||
this.anIntArray39[local567] = arg0.method2163();
|
this.anIntArray39[local567] = arg0.g2();
|
||||||
}
|
}
|
||||||
this.anInt472 = arg0.method2229();
|
this.anInt472 = arg0.g1();
|
||||||
this.anInt447 = arg0.method2229();
|
this.anInt447 = arg0.g1();
|
||||||
this.aBoolean27 = arg0.method2229() == 1;
|
this.aBoolean27 = arg0.g1() == 1;
|
||||||
local567 = -1;
|
local567 = -1;
|
||||||
this.aClass100_86 = arg0.method2202();
|
this.aClass100_86 = arg0.gjstr();
|
||||||
if (Static199.method3594(local175) != 0) {
|
if (Static199.method3594(local175) != 0) {
|
||||||
local567 = arg0.method2163();
|
local567 = arg0.g2();
|
||||||
this.anInt499 = arg0.method2163();
|
this.anInt499 = arg0.g2();
|
||||||
if (local567 == 65535) {
|
if (local567 == 65535) {
|
||||||
local567 = -1;
|
local567 = -1;
|
||||||
}
|
}
|
||||||
if (this.anInt499 == 65535) {
|
if (this.anInt499 == 65535) {
|
||||||
this.anInt499 = -1;
|
this.anInt499 = -1;
|
||||||
}
|
}
|
||||||
this.anInt484 = arg0.method2163();
|
this.anInt484 = arg0.g2();
|
||||||
if (this.anInt484 == 65535) {
|
if (this.anInt484 == 65535) {
|
||||||
this.anInt484 = -1;
|
this.anInt484 = -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,23 +27,23 @@ public final class EnumType extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(ILclient!wa;B)V")
|
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(ILclient!wa;B)V")
|
||||||
private void method3084(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
private void method3084(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt3957 = arg1.method2229();
|
this.anInt3957 = arg1.g1();
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt3950 = arg1.method2229();
|
this.anInt3950 = arg1.g1();
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.aClass100_766 = arg1.method2202();
|
this.aClass100_766 = arg1.gjstr();
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
this.anInt3960 = arg1.method2174();
|
this.anInt3960 = arg1.g4();
|
||||||
} else if (arg0 == 5 || arg0 == 6) {
|
} else if (arg0 == 5 || arg0 == 6) {
|
||||||
@Pc(41) int local41 = arg1.method2163();
|
@Pc(41) int local41 = arg1.g2();
|
||||||
this.aClass133_16 = new HashTable(Static165.method3164(local41));
|
this.aClass133_16 = new HashTable(Static165.method3164(local41));
|
||||||
for (@Pc(51) int local51 = 0; local51 < local41; local51++) {
|
for (@Pc(51) int local51 = 0; local51 < local41; local51++) {
|
||||||
@Pc(58) int local58 = arg1.method2174();
|
@Pc(58) int local58 = arg1.g4();
|
||||||
@Pc(70) Node local70;
|
@Pc(70) Node local70;
|
||||||
if (arg0 == 5) {
|
if (arg0 == 5) {
|
||||||
local70 = new StringNode(arg1.method2202());
|
local70 = new StringNode(arg1.gjstr());
|
||||||
} else {
|
} else {
|
||||||
local70 = new IntNode(arg1.method2174());
|
local70 = new IntNode(arg1.g4());
|
||||||
}
|
}
|
||||||
this.aClass133_16.method3862(local70, (long) local58);
|
this.aClass133_16.method3862(local70, (long) local58);
|
||||||
}
|
}
|
||||||
|
|
@ -119,7 +119,7 @@ public final class EnumType extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(Lclient!wa;I)V")
|
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(Lclient!wa;I)V")
|
||||||
public final void method3094(@OriginalArg(0) Buffer arg0) {
|
public final void method3094(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(9) int local9 = arg0.method2229();
|
@Pc(9) int local9 = arg0.g1();
|
||||||
if (local9 == 0) {
|
if (local9 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,45 +48,45 @@ public final class Environment {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!li", name = "<init>", descriptor = "(Lclient!wa;)V")
|
@OriginalMember(owner = "client!li", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||||
public Environment(@OriginalArg(0) Buffer arg0) {
|
public Environment(@OriginalArg(0) Buffer arg0) {
|
||||||
@Pc(7) int local7 = arg0.method2229();
|
@Pc(7) int local7 = arg0.g1();
|
||||||
if ((local7 & 0x1) == 0) {
|
if ((local7 & 0x1) == 0) {
|
||||||
this.anInt3526 = Static161.anInt3923;
|
this.anInt3526 = Static161.anInt3923;
|
||||||
} else {
|
} else {
|
||||||
this.anInt3526 = arg0.method2174();
|
this.anInt3526 = arg0.g4();
|
||||||
}
|
}
|
||||||
if ((local7 & 0x2) == 0) {
|
if ((local7 & 0x2) == 0) {
|
||||||
this.aFloat16 = 1.1523438F;
|
this.aFloat16 = 1.1523438F;
|
||||||
} else {
|
} else {
|
||||||
this.aFloat16 = (float) arg0.method2163() / 256.0F;
|
this.aFloat16 = (float) arg0.g2() / 256.0F;
|
||||||
}
|
}
|
||||||
if ((local7 & 0x4) == 0) {
|
if ((local7 & 0x4) == 0) {
|
||||||
this.aFloat18 = 0.69921875F;
|
this.aFloat18 = 0.69921875F;
|
||||||
} else {
|
} else {
|
||||||
this.aFloat18 = (float) arg0.method2163() / 256.0F;
|
this.aFloat18 = (float) arg0.g2() / 256.0F;
|
||||||
}
|
}
|
||||||
if ((local7 & 0x8) == 0) {
|
if ((local7 & 0x8) == 0) {
|
||||||
this.aFloat17 = 1.2F;
|
this.aFloat17 = 1.2F;
|
||||||
} else {
|
} else {
|
||||||
this.aFloat17 = (float) arg0.method2163() / 256.0F;
|
this.aFloat17 = (float) arg0.g2() / 256.0F;
|
||||||
}
|
}
|
||||||
if ((local7 & 0x10) == 0) {
|
if ((local7 & 0x10) == 0) {
|
||||||
this.anInt3527 = -50;
|
this.anInt3527 = -50;
|
||||||
this.anInt3530 = -50;
|
this.anInt3530 = -50;
|
||||||
this.anInt3528 = -60;
|
this.anInt3528 = -60;
|
||||||
} else {
|
} else {
|
||||||
this.anInt3530 = arg0.method2213();
|
this.anInt3530 = arg0.g2s();
|
||||||
this.anInt3528 = arg0.method2213();
|
this.anInt3528 = arg0.g2s();
|
||||||
this.anInt3527 = arg0.method2213();
|
this.anInt3527 = arg0.g2s();
|
||||||
}
|
}
|
||||||
if ((local7 & 0x20) == 0) {
|
if ((local7 & 0x20) == 0) {
|
||||||
this.anInt3525 = Static161.anInt3922;
|
this.anInt3525 = Static161.anInt3922;
|
||||||
} else {
|
} else {
|
||||||
this.anInt3525 = arg0.method2174();
|
this.anInt3525 = arg0.g4();
|
||||||
}
|
}
|
||||||
if ((local7 & 0x40) == 0) {
|
if ((local7 & 0x40) == 0) {
|
||||||
this.anInt3529 = 0;
|
this.anInt3529 = 0;
|
||||||
} else {
|
} else {
|
||||||
this.anInt3529 = arg0.method2163();
|
this.anInt3529 = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ public final class FloType {
|
||||||
@OriginalMember(owner = "client!wl", name = "a", descriptor = "(ILclient!wa;I)V")
|
@OriginalMember(owner = "client!wl", name = "a", descriptor = "(ILclient!wa;I)V")
|
||||||
public final void method4669(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
public final void method4669(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(5) int local5 = arg0.method2229();
|
@Pc(5) int local5 = arg0.g1();
|
||||||
if (local5 == 0) {
|
if (local5 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -50,32 +50,32 @@ public final class FloType {
|
||||||
@OriginalMember(owner = "client!wl", name = "a", descriptor = "(IILclient!wa;I)V")
|
@OriginalMember(owner = "client!wl", name = "a", descriptor = "(IILclient!wa;I)V")
|
||||||
private void method4674(@OriginalArg(1) int arg0, @OriginalArg(2) Buffer arg1, @OriginalArg(3) int arg2) {
|
private void method4674(@OriginalArg(1) int arg0, @OriginalArg(2) Buffer arg1, @OriginalArg(3) int arg2) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt5899 = Static15.method492(arg1.method2220());
|
this.anInt5899 = Static15.method492(arg1.g3());
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt5892 = arg1.method2229();
|
this.anInt5892 = arg1.g1();
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.anInt5892 = arg1.method2163();
|
this.anInt5892 = arg1.g2();
|
||||||
if (this.anInt5892 == 65535) {
|
if (this.anInt5892 == 65535) {
|
||||||
this.anInt5892 = -1;
|
this.anInt5892 = -1;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 5) {
|
} else if (arg0 == 5) {
|
||||||
this.aBoolean312 = false;
|
this.aBoolean312 = false;
|
||||||
} else if (arg0 == 7) {
|
} else if (arg0 == 7) {
|
||||||
this.anInt5894 = Static15.method492(arg1.method2220());
|
this.anInt5894 = Static15.method492(arg1.g3());
|
||||||
} else if (arg0 == 8) {
|
} else if (arg0 == 8) {
|
||||||
Static26.anInt865 = arg2;
|
Static26.anInt865 = arg2;
|
||||||
} else if (arg0 == 9) {
|
} else if (arg0 == 9) {
|
||||||
this.anInt5885 = arg1.method2163();
|
this.anInt5885 = arg1.g2();
|
||||||
} else if (arg0 == 10) {
|
} else if (arg0 == 10) {
|
||||||
this.aBoolean311 = false;
|
this.aBoolean311 = false;
|
||||||
} else if (arg0 == 11) {
|
} else if (arg0 == 11) {
|
||||||
this.anInt5897 = arg1.method2229();
|
this.anInt5897 = arg1.g1();
|
||||||
} else if (arg0 == 12) {
|
} else if (arg0 == 12) {
|
||||||
this.aBoolean310 = true;
|
this.aBoolean310 = true;
|
||||||
} else if (arg0 == 13) {
|
} else if (arg0 == 13) {
|
||||||
this.anInt5889 = arg1.method2220();
|
this.anInt5889 = arg1.g3();
|
||||||
} else if (arg0 == 14) {
|
} else if (arg0 == 14) {
|
||||||
this.anInt5898 = arg1.method2229();
|
this.anInt5898 = arg1.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ public final class FluType {
|
||||||
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!wa;I)V")
|
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!wa;I)V")
|
||||||
public final void method3217(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
public final void method3217(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(7) int local7 = arg1.method2229();
|
@Pc(7) int local7 = arg1.g1();
|
||||||
if (local7 == 0) {
|
if (local7 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -105,15 +105,15 @@ public final class FluType {
|
||||||
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(BILclient!wa;I)V")
|
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(BILclient!wa;I)V")
|
||||||
private void method3220(@OriginalArg(1) int arg0, @OriginalArg(2) Buffer arg1, @OriginalArg(3) int arg2) {
|
private void method3220(@OriginalArg(1) int arg0, @OriginalArg(2) Buffer arg1, @OriginalArg(3) int arg2) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt4147 = arg1.method2220();
|
this.anInt4147 = arg1.g3();
|
||||||
this.method3216(this.anInt4147);
|
this.method3216(this.anInt4147);
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt4155 = arg1.method2163();
|
this.anInt4155 = arg1.g2();
|
||||||
if (this.anInt4155 == 65535) {
|
if (this.anInt4155 == 65535) {
|
||||||
this.anInt4155 = -1;
|
this.anInt4155 = -1;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.anInt4156 = arg1.method2163();
|
this.anInt4156 = arg1.g2();
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
this.aBoolean198 = false;
|
this.aBoolean198 = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
@Pc(4) int local4 = arg2 - this.anInt3626;
|
@Pc(4) int local4 = arg2 - this.anInt3626;
|
||||||
@Pc(6) int local6 = -1;
|
@Pc(6) int local6 = -1;
|
||||||
@Pc(8) int local8 = 0;
|
@Pc(8) int local8 = 0;
|
||||||
@Pc(12) int local12 = arg0.method3120();
|
@Pc(12) int local12 = arg0.length();
|
||||||
for (@Pc(14) int local14 = 0; local14 < local12; local14++) {
|
for (@Pc(14) int local14 = 0; local14 < local12; local14++) {
|
||||||
@Pc(22) int local22 = arg0.method3149(local14);
|
@Pc(22) int local22 = arg0.method3149(local14);
|
||||||
if (local22 == 60) {
|
if (local22 == 60) {
|
||||||
|
|
@ -204,7 +204,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
@Pc(5) int local5 = -1;
|
@Pc(5) int local5 = -1;
|
||||||
@Pc(7) int local7 = 0;
|
@Pc(7) int local7 = 0;
|
||||||
@Pc(9) int local9 = 0;
|
@Pc(9) int local9 = 0;
|
||||||
@Pc(13) int local13 = arg0.method3120();
|
@Pc(13) int local13 = arg0.length();
|
||||||
for (@Pc(15) int local15 = 0; local15 < local13; local15++) {
|
for (@Pc(15) int local15 = 0; local15 < local13; local15++) {
|
||||||
@Pc(23) int local23 = arg0.method3149(local15);
|
@Pc(23) int local23 = arg0.method3149(local15);
|
||||||
if (local23 == 60) {
|
if (local23 == 60) {
|
||||||
|
|
@ -261,7 +261,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
}
|
}
|
||||||
arg3.setSeed((long) arg4);
|
arg3.setSeed((long) arg4);
|
||||||
this.method2877(16777215, 0, (arg3.nextInt() & 0x1F) + 192);
|
this.method2877(16777215, 0, (arg3.nextInt() & 0x1F) + 192);
|
||||||
@Pc(21) int local21 = arg0.method3120();
|
@Pc(21) int local21 = arg0.length();
|
||||||
@Pc(24) int[] local24 = new int[local21];
|
@Pc(24) int[] local24 = new int[local21];
|
||||||
@Pc(26) int local26 = 0;
|
@Pc(26) int local26 = 0;
|
||||||
for (@Pc(28) int local28 = 0; local28 < local21; local28++) {
|
for (@Pc(28) int local28 = 0; local28 < local21; local28++) {
|
||||||
|
|
@ -332,7 +332,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
private void method2866(@OriginalArg(0) JagString arg0, @OriginalArg(1) int arg1) {
|
private void method2866(@OriginalArg(0) JagString arg0, @OriginalArg(1) int arg1) {
|
||||||
@Pc(1) int local1 = 0;
|
@Pc(1) int local1 = 0;
|
||||||
@Pc(3) boolean local3 = false;
|
@Pc(3) boolean local3 = false;
|
||||||
@Pc(7) int local7 = arg0.method3120();
|
@Pc(7) int local7 = arg0.length();
|
||||||
for (@Pc(9) int local9 = 0; local9 < local7; local9++) {
|
for (@Pc(9) int local9 = 0; local9 < local7; local9++) {
|
||||||
@Pc(17) int local17 = arg0.method3149(local9);
|
@Pc(17) int local17 = arg0.method3149(local9);
|
||||||
if (local17 == 60) {
|
if (local17 == 60) {
|
||||||
|
|
@ -362,7 +362,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
@Pc(19) int local19 = -1;
|
@Pc(19) int local19 = -1;
|
||||||
@Pc(21) int local21 = 0;
|
@Pc(21) int local21 = 0;
|
||||||
@Pc(23) int local23 = 0;
|
@Pc(23) int local23 = 0;
|
||||||
@Pc(27) int local27 = arg0.method3120();
|
@Pc(27) int local27 = arg0.length();
|
||||||
for (@Pc(29) int local29 = 0; local29 < local27; local29++) {
|
for (@Pc(29) int local29 = 0; local29 < local27; local29++) {
|
||||||
@Pc(37) int local37 = arg0.method3149(local29);
|
@Pc(37) int local37 = arg0.method3149(local29);
|
||||||
if (local37 == 60) {
|
if (local37 == 60) {
|
||||||
|
|
@ -376,13 +376,13 @@ public abstract class Font extends SecondaryNode {
|
||||||
Static218.aClass100_720.method3152(62);
|
Static218.aClass100_720.method3152(62);
|
||||||
if (local57.method3108(Static218.aClass100_713)) {
|
if (local57.method3108(Static218.aClass100_713)) {
|
||||||
if (arg2[local23] == null) {
|
if (arg2[local23] == null) {
|
||||||
arg2[local23] = Static218.aClass100_720.method3143().method3137(Static218.aClass100_720.method3120(), local11);
|
arg2[local23] = Static218.aClass100_720.method3143().method3137(Static218.aClass100_720.length(), local11);
|
||||||
} else {
|
} else {
|
||||||
arg2[local23].method3133(0);
|
arg2[local23].method3133(0);
|
||||||
arg2[local23].method3122(Static218.aClass100_720, local11, Static218.aClass100_720.method3120());
|
arg2[local23].method3122(Static218.aClass100_720, local11, Static218.aClass100_720.length());
|
||||||
}
|
}
|
||||||
local23++;
|
local23++;
|
||||||
local11 = Static218.aClass100_720.method3120();
|
local11 = Static218.aClass100_720.length();
|
||||||
local9 = 0;
|
local9 = 0;
|
||||||
local13 = -1;
|
local13 = -1;
|
||||||
local21 = 0;
|
local21 = 0;
|
||||||
|
|
@ -454,7 +454,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
local21 = local37;
|
local21 = local37;
|
||||||
}
|
}
|
||||||
if (local37 == 32) {
|
if (local37 == 32) {
|
||||||
local13 = Static218.aClass100_720.method3120();
|
local13 = Static218.aClass100_720.length();
|
||||||
local15 = local9;
|
local15 = local9;
|
||||||
local17 = 1;
|
local17 = 1;
|
||||||
}
|
}
|
||||||
|
|
@ -472,19 +472,19 @@ public abstract class Font extends SecondaryNode {
|
||||||
local21 = 0;
|
local21 = 0;
|
||||||
}
|
}
|
||||||
if (local37 == 45) {
|
if (local37 == 45) {
|
||||||
local13 = Static218.aClass100_720.method3120();
|
local13 = Static218.aClass100_720.length();
|
||||||
local15 = local9;
|
local15 = local9;
|
||||||
local17 = 0;
|
local17 = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static218.aClass100_720.method3120() > local11) {
|
if (Static218.aClass100_720.length() > local11) {
|
||||||
if (arg2[local23] == null) {
|
if (arg2[local23] == null) {
|
||||||
arg2[local23] = Static218.aClass100_720.method3143().method3137(Static218.aClass100_720.method3120(), local11);
|
arg2[local23] = Static218.aClass100_720.method3143().method3137(Static218.aClass100_720.length(), local11);
|
||||||
} else {
|
} else {
|
||||||
arg2[local23].method3133(0);
|
arg2[local23].method3133(0);
|
||||||
arg2[local23] = arg2[local23].method3122(Static218.aClass100_720, local11, Static218.aClass100_720.method3120());
|
arg2[local23] = arg2[local23].method3122(Static218.aClass100_720, local11, Static218.aClass100_720.length());
|
||||||
}
|
}
|
||||||
local23++;
|
local23++;
|
||||||
}
|
}
|
||||||
|
|
@ -501,7 +501,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
if (local13 < 0.0D) {
|
if (local13 < 0.0D) {
|
||||||
local13 = 0.0D;
|
local13 = 0.0D;
|
||||||
}
|
}
|
||||||
@Pc(23) int local23 = arg0.method3120();
|
@Pc(23) int local23 = arg0.length();
|
||||||
@Pc(26) int[] local26 = new int[local23];
|
@Pc(26) int[] local26 = new int[local23];
|
||||||
for (@Pc(28) int local28 = 0; local28 < local23; local28++) {
|
for (@Pc(28) int local28 = 0; local28 < local23; local28++) {
|
||||||
local26[local28] = (int) (Math.sin((double) local28 / 1.5D + (double) arg4 / 1.0D) * local13);
|
local26[local28] = (int) (Math.sin((double) local28 / 1.5D + (double) arg4 / 1.0D) * local13);
|
||||||
|
|
@ -567,7 +567,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.method2874(arg3, 0);
|
this.method2874(arg3, 0);
|
||||||
@Pc(10) int local10 = arg0.method3120();
|
@Pc(10) int local10 = arg0.length();
|
||||||
@Pc(13) int[] local13 = new int[local10];
|
@Pc(13) int[] local13 = new int[local10];
|
||||||
@Pc(16) int[] local16 = new int[local10];
|
@Pc(16) int[] local16 = new int[local10];
|
||||||
for (@Pc(18) int local18 = 0; local18 < local10; local18++) {
|
for (@Pc(18) int local18 = 0; local18 < local10; local18++) {
|
||||||
|
|
@ -583,7 +583,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.method2874(arg3, 0);
|
this.method2874(arg3, 0);
|
||||||
@Pc(10) int local10 = arg0.method3120();
|
@Pc(10) int local10 = arg0.length();
|
||||||
@Pc(13) int[] local13 = new int[local10];
|
@Pc(13) int[] local13 = new int[local10];
|
||||||
for (@Pc(15) int local15 = 0; local15 < local10; local15++) {
|
for (@Pc(15) int local15 = 0; local15 < local10; local15++) {
|
||||||
local13[local15] = (int) (Math.sin((double) local15 / 2.0D + (double) arg4 / 5.0D) * 5.0D);
|
local13[local15] = (int) (Math.sin((double) local15 / 2.0D + (double) arg4 / 5.0D) * 5.0D);
|
||||||
|
|
@ -700,7 +700,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
}
|
}
|
||||||
arg9.setSeed((long) arg10);
|
arg9.setSeed((long) arg10);
|
||||||
this.method2877(arg5, arg6, (arg9.nextInt() & 0x1F) + 192);
|
this.method2877(arg5, arg6, (arg9.nextInt() & 0x1F) + 192);
|
||||||
@Pc(21) int local21 = arg0.method3120();
|
@Pc(21) int local21 = arg0.length();
|
||||||
@Pc(24) int[] local24 = new int[local21];
|
@Pc(24) int[] local24 = new int[local21];
|
||||||
@Pc(26) int local26 = 0;
|
@Pc(26) int local26 = 0;
|
||||||
@Pc(28) int local28;
|
@Pc(28) int local28;
|
||||||
|
|
@ -744,7 +744,7 @@ public abstract class Font extends SecondaryNode {
|
||||||
@Pc(6) int local6 = -1;
|
@Pc(6) int local6 = -1;
|
||||||
@Pc(8) int local8 = 0;
|
@Pc(8) int local8 = 0;
|
||||||
@Pc(10) int local10 = 0;
|
@Pc(10) int local10 = 0;
|
||||||
@Pc(14) int local14 = arg0.method3120();
|
@Pc(14) int local14 = arg0.length();
|
||||||
for (@Pc(16) int local16 = 0; local16 < local14; local16++) {
|
for (@Pc(16) int local16 = 0; local16 < local14; local16++) {
|
||||||
@Pc(24) int local24 = arg0.method3149(local16);
|
@Pc(24) int local24 = arg0.method3149(local16);
|
||||||
if (local24 == 60) {
|
if (local24 == 60) {
|
||||||
|
|
|
||||||
|
|
@ -1672,28 +1672,28 @@ public final class GlModel extends Model {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!td", name = "q", descriptor = "()V")
|
@OriginalMember(owner = "client!td", name = "q", descriptor = "()V")
|
||||||
private void method4103() {
|
private void method4103() {
|
||||||
if (Static237.aClass3_Sub15_8.aByteArray40.length < this.anInt5296 * 12) {
|
if (Static237.aClass3_Sub15_8.data.length < this.anInt5296 * 12) {
|
||||||
Static237.aClass3_Sub15_8 = new Buffer((this.anInt5296 + 100) * 12);
|
Static237.aClass3_Sub15_8 = new Buffer((this.anInt5296 + 100) * 12);
|
||||||
} else {
|
} else {
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = 0;
|
Static237.aClass3_Sub15_8.offset = 0;
|
||||||
}
|
}
|
||||||
@Pc(25) int local25;
|
@Pc(25) int local25;
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
for (local25 = 0; local25 < this.anInt5297; local25++) {
|
for (local25 = 0; local25 < this.anInt5297; local25++) {
|
||||||
Static237.aClass3_Sub15_8.method2164(this.aShortArray77[local25]);
|
Static237.aClass3_Sub15_8.p4(this.aShortArray77[local25]);
|
||||||
Static237.aClass3_Sub15_8.method2164(this.aShortArray82[local25]);
|
Static237.aClass3_Sub15_8.p4(this.aShortArray82[local25]);
|
||||||
Static237.aClass3_Sub15_8.method2164(this.aShortArray83[local25]);
|
Static237.aClass3_Sub15_8.p4(this.aShortArray83[local25]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (local25 = 0; local25 < this.anInt5297; local25++) {
|
for (local25 = 0; local25 < this.anInt5297; local25++) {
|
||||||
Static237.aClass3_Sub15_8.method2183(this.aShortArray77[local25]);
|
Static237.aClass3_Sub15_8.p4le(this.aShortArray77[local25]);
|
||||||
Static237.aClass3_Sub15_8.method2183(this.aShortArray82[local25]);
|
Static237.aClass3_Sub15_8.p4le(this.aShortArray82[local25]);
|
||||||
Static237.aClass3_Sub15_8.method2183(this.aShortArray83[local25]);
|
Static237.aClass3_Sub15_8.p4le(this.aShortArray83[local25]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!Static239.aBoolean271) {
|
if (!Static239.aBoolean271) {
|
||||||
@Pc(115) ByteBuffer local115 = ByteBuffer.allocateDirect(Static237.aClass3_Sub15_8.anInt2792);
|
@Pc(115) ByteBuffer local115 = ByteBuffer.allocateDirect(Static237.aClass3_Sub15_8.offset);
|
||||||
local115.put(Static237.aClass3_Sub15_8.aByteArray40, 0, Static237.aClass3_Sub15_8.anInt2792);
|
local115.put(Static237.aClass3_Sub15_8.data, 0, Static237.aClass3_Sub15_8.offset);
|
||||||
local115.flip();
|
local115.flip();
|
||||||
this.aClass127_5.aBoolean235 = true;
|
this.aClass127_5.aBoolean235 = true;
|
||||||
this.aClass127_5.aByteBuffer8 = local115;
|
this.aClass127_5.aByteBuffer8 = local115;
|
||||||
|
|
@ -1701,7 +1701,7 @@ public final class GlModel extends Model {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@Pc(88) GlVertexBufferObject local88 = new GlVertexBufferObject();
|
@Pc(88) GlVertexBufferObject local88 = new GlVertexBufferObject();
|
||||||
@Pc(95) ByteBuffer local95 = ByteBuffer.wrap(Static237.aClass3_Sub15_8.aByteArray40, 0, Static237.aClass3_Sub15_8.anInt2792);
|
@Pc(95) ByteBuffer local95 = ByteBuffer.wrap(Static237.aClass3_Sub15_8.data, 0, Static237.aClass3_Sub15_8.offset);
|
||||||
local88.method4519(local95);
|
local88.method4519(local95);
|
||||||
this.aClass127_5.aBoolean235 = true;
|
this.aClass127_5.aBoolean235 = true;
|
||||||
this.aClass127_5.aByteBuffer8 = null;
|
this.aClass127_5.aByteBuffer8 = null;
|
||||||
|
|
@ -2021,10 +2021,10 @@ public final class GlModel extends Model {
|
||||||
if (local1 == 0) {
|
if (local1 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (Static237.aClass3_Sub15_8.aByteArray40.length < this.anInt5296 * local1) {
|
if (Static237.aClass3_Sub15_8.data.length < this.anInt5296 * local1) {
|
||||||
Static237.aClass3_Sub15_8 = new Buffer((this.anInt5296 + 100) * local1);
|
Static237.aClass3_Sub15_8 = new Buffer((this.anInt5296 + 100) * local1);
|
||||||
} else {
|
} else {
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = 0;
|
Static237.aClass3_Sub15_8.offset = 0;
|
||||||
}
|
}
|
||||||
@Pc(60) int local60;
|
@Pc(60) int local60;
|
||||||
@Pc(71) int local71;
|
@Pc(71) int local71;
|
||||||
|
|
@ -2047,10 +2047,10 @@ public final class GlModel extends Model {
|
||||||
if (local109 == -1) {
|
if (local109 == -1) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = local109 * local1;
|
Static237.aClass3_Sub15_8.offset = local109 * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local71);
|
Static237.aClass3_Sub15_8.p4(local71);
|
||||||
Static237.aClass3_Sub15_8.method2164(local78);
|
Static237.aClass3_Sub15_8.p4(local78);
|
||||||
Static237.aClass3_Sub15_8.method2164(local85);
|
Static237.aClass3_Sub15_8.p4(local85);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -2065,10 +2065,10 @@ public final class GlModel extends Model {
|
||||||
if (local109 == -1) {
|
if (local109 == -1) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = local109 * local1;
|
Static237.aClass3_Sub15_8.offset = local109 * local1;
|
||||||
Static237.aClass3_Sub15_8.method2183(local71);
|
Static237.aClass3_Sub15_8.p4le(local71);
|
||||||
Static237.aClass3_Sub15_8.method2183(local78);
|
Static237.aClass3_Sub15_8.p4le(local78);
|
||||||
Static237.aClass3_Sub15_8.method2183(local85);
|
Static237.aClass3_Sub15_8.p4le(local85);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2077,12 +2077,12 @@ public final class GlModel extends Model {
|
||||||
if (Static178.aBoolean202) {
|
if (Static178.aBoolean202) {
|
||||||
for (local60 = 0; local60 < this.anInt5297; local60++) {
|
for (local60 = 0; local60 < this.anInt5297; local60++) {
|
||||||
local71 = Static237.method4096(this.aShortArray75[local60], this.aShortArray80[local60], this.aShort29, this.aByteArray71[local60]);
|
local71 = Static237.method4096(this.aShortArray75[local60], this.aShortArray80[local60], this.aShort29, this.aByteArray71[local60]);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_1.anInt4777 + this.aShortArray77[local60] * local1;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_1.anInt4777 + this.aShortArray77[local60] * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local71);
|
Static237.aClass3_Sub15_8.p4(local71);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_1.anInt4777 + this.aShortArray82[local60] * local1;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_1.anInt4777 + this.aShortArray82[local60] * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local71);
|
Static237.aClass3_Sub15_8.p4(local71);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_1.anInt4777 + this.aShortArray83[local60] * local1;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_1.anInt4777 + this.aShortArray83[local60] * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local71);
|
Static237.aClass3_Sub15_8.p4(local71);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
local60 = (int) Static161.aFloatArray18[0];
|
local60 = (int) Static161.aFloatArray18[0];
|
||||||
|
|
@ -2149,12 +2149,12 @@ public final class GlModel extends Model {
|
||||||
@Pc(562) int local562 = Static237.method4096(this.aShortArray75[local99], this.aShortArray80[local99], local281, this.aByteArray71[local99]);
|
@Pc(562) int local562 = Static237.method4096(this.aShortArray75[local99], this.aShortArray80[local99], local281, this.aByteArray71[local99]);
|
||||||
@Pc(577) int local577 = Static237.method4096(this.aShortArray75[local99], this.aShortArray80[local99], local375, this.aByteArray71[local99]);
|
@Pc(577) int local577 = Static237.method4096(this.aShortArray75[local99], this.aShortArray80[local99], local375, this.aByteArray71[local99]);
|
||||||
@Pc(592) int local592 = Static237.method4096(this.aShortArray75[local99], this.aShortArray80[local99], local469, this.aByteArray71[local99]);
|
@Pc(592) int local592 = Static237.method4096(this.aShortArray75[local99], this.aShortArray80[local99], local469, this.aByteArray71[local99]);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_1.anInt4777 + local270 * local1;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_1.anInt4777 + local270 * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local562);
|
Static237.aClass3_Sub15_8.p4(local562);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_1.anInt4777 + local364 * local1;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_1.anInt4777 + local364 * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local577);
|
Static237.aClass3_Sub15_8.p4(local577);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_1.anInt4777 + local458 * local1;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_1.anInt4777 + local458 * local1;
|
||||||
Static237.aClass3_Sub15_8.method2164(local592);
|
Static237.aClass3_Sub15_8.p4(local592);
|
||||||
}
|
}
|
||||||
this.aShortArray76 = null;
|
this.aShortArray76 = null;
|
||||||
this.aShortArray79 = null;
|
this.aShortArray79 = null;
|
||||||
|
|
@ -2164,62 +2164,62 @@ public final class GlModel extends Model {
|
||||||
if (arg3) {
|
if (arg3) {
|
||||||
@Pc(723) float local723 = 3.0F / (float) this.aShort28;
|
@Pc(723) float local723 = 3.0F / (float) this.aShort28;
|
||||||
@Pc(734) float local734 = 3.0F / (float) (this.aShort28 + this.aShort28 / 2);
|
@Pc(734) float local734 = 3.0F / (float) (this.aShort28 + this.aShort28 / 2);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_2.anInt4777;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_2.anInt4777;
|
||||||
@Pc(752) short local752;
|
@Pc(752) short local752;
|
||||||
@Pc(790) float local790;
|
@Pc(790) float local790;
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
for (local78 = 0; local78 < this.anInt5296; local78++) {
|
for (local78 = 0; local78 < this.anInt5296; local78++) {
|
||||||
local752 = this.aShortArray86[local78];
|
local752 = this.aShortArray86[local78];
|
||||||
if (local752 == 0) {
|
if (local752 == 0) {
|
||||||
Static237.aClass3_Sub15_8.method2227((float) this.aShortArray76[local78] * local734);
|
Static237.aClass3_Sub15_8.pFloat((float) this.aShortArray76[local78] * local734);
|
||||||
Static237.aClass3_Sub15_8.method2227((float) this.aShortArray79[local78] * local734);
|
Static237.aClass3_Sub15_8.pFloat((float) this.aShortArray79[local78] * local734);
|
||||||
Static237.aClass3_Sub15_8.method2227((float) this.aShortArray85[local78] * local734);
|
Static237.aClass3_Sub15_8.pFloat((float) this.aShortArray85[local78] * local734);
|
||||||
} else {
|
} else {
|
||||||
local790 = local723 / (float) local752;
|
local790 = local723 / (float) local752;
|
||||||
Static237.aClass3_Sub15_8.method2227((float) this.aShortArray76[local78] * local790);
|
Static237.aClass3_Sub15_8.pFloat((float) this.aShortArray76[local78] * local790);
|
||||||
Static237.aClass3_Sub15_8.method2227((float) this.aShortArray79[local78] * local790);
|
Static237.aClass3_Sub15_8.pFloat((float) this.aShortArray79[local78] * local790);
|
||||||
Static237.aClass3_Sub15_8.method2227((float) this.aShortArray85[local78] * local790);
|
Static237.aClass3_Sub15_8.pFloat((float) this.aShortArray85[local78] * local790);
|
||||||
}
|
}
|
||||||
Static237.aClass3_Sub15_8.anInt2792 += local1 - 12;
|
Static237.aClass3_Sub15_8.offset += local1 - 12;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (local78 = 0; local78 < this.anInt5296; local78++) {
|
for (local78 = 0; local78 < this.anInt5296; local78++) {
|
||||||
local752 = this.aShortArray86[local78];
|
local752 = this.aShortArray86[local78];
|
||||||
if (local752 == 0) {
|
if (local752 == 0) {
|
||||||
Static237.aClass3_Sub15_8.method2188((float) this.aShortArray76[local78] * local734);
|
Static237.aClass3_Sub15_8.gFloat((float) this.aShortArray76[local78] * local734);
|
||||||
Static237.aClass3_Sub15_8.method2188((float) this.aShortArray79[local78] * local734);
|
Static237.aClass3_Sub15_8.gFloat((float) this.aShortArray79[local78] * local734);
|
||||||
Static237.aClass3_Sub15_8.method2188((float) this.aShortArray85[local78] * local734);
|
Static237.aClass3_Sub15_8.gFloat((float) this.aShortArray85[local78] * local734);
|
||||||
} else {
|
} else {
|
||||||
local790 = local723 / (float) local752;
|
local790 = local723 / (float) local752;
|
||||||
Static237.aClass3_Sub15_8.method2188((float) this.aShortArray76[local78] * local790);
|
Static237.aClass3_Sub15_8.gFloat((float) this.aShortArray76[local78] * local790);
|
||||||
Static237.aClass3_Sub15_8.method2188((float) this.aShortArray79[local78] * local790);
|
Static237.aClass3_Sub15_8.gFloat((float) this.aShortArray79[local78] * local790);
|
||||||
Static237.aClass3_Sub15_8.method2188((float) this.aShortArray85[local78] * local790);
|
Static237.aClass3_Sub15_8.gFloat((float) this.aShortArray85[local78] * local790);
|
||||||
}
|
}
|
||||||
Static237.aClass3_Sub15_8.anInt2792 += local1 - 12;
|
Static237.aClass3_Sub15_8.offset += local1 - 12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (arg4) {
|
if (arg4) {
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = this.aClass127_3.anInt4777;
|
Static237.aClass3_Sub15_8.offset = this.aClass127_3.anInt4777;
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
for (local60 = 0; local60 < this.anInt5296; local60++) {
|
for (local60 = 0; local60 < this.anInt5296; local60++) {
|
||||||
Static237.aClass3_Sub15_8.method2227(this.aFloatArray25[local60]);
|
Static237.aClass3_Sub15_8.pFloat(this.aFloatArray25[local60]);
|
||||||
Static237.aClass3_Sub15_8.method2227(this.aFloatArray26[local60]);
|
Static237.aClass3_Sub15_8.pFloat(this.aFloatArray26[local60]);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 += local1 - 8;
|
Static237.aClass3_Sub15_8.offset += local1 - 8;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (local60 = 0; local60 < this.anInt5296; local60++) {
|
for (local60 = 0; local60 < this.anInt5296; local60++) {
|
||||||
Static237.aClass3_Sub15_8.method2188(this.aFloatArray25[local60]);
|
Static237.aClass3_Sub15_8.gFloat(this.aFloatArray25[local60]);
|
||||||
Static237.aClass3_Sub15_8.method2188(this.aFloatArray26[local60]);
|
Static237.aClass3_Sub15_8.gFloat(this.aFloatArray26[local60]);
|
||||||
Static237.aClass3_Sub15_8.anInt2792 += local1 - 8;
|
Static237.aClass3_Sub15_8.offset += local1 - 8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Static237.aClass3_Sub15_8.anInt2792 = local1 * this.anInt5296;
|
Static237.aClass3_Sub15_8.offset = local1 * this.anInt5296;
|
||||||
@Pc(1007) ByteBuffer local1007;
|
@Pc(1007) ByteBuffer local1007;
|
||||||
if (arg0) {
|
if (arg0) {
|
||||||
if (Static239.aBoolean273) {
|
if (Static239.aBoolean273) {
|
||||||
local1007 = ByteBuffer.wrap(Static237.aClass3_Sub15_8.aByteArray40, 0, Static237.aClass3_Sub15_8.anInt2792);
|
local1007 = ByteBuffer.wrap(Static237.aClass3_Sub15_8.data, 0, Static237.aClass3_Sub15_8.offset);
|
||||||
if (this.aClass155_5 == null) {
|
if (this.aClass155_5 == null) {
|
||||||
this.aClass155_5 = new GlVertexBufferObject(true);
|
this.aClass155_5 = new GlVertexBufferObject(true);
|
||||||
this.aClass155_5.method4519(local1007);
|
this.aClass155_5.method4519(local1007);
|
||||||
|
|
@ -2251,12 +2251,12 @@ public final class GlModel extends Model {
|
||||||
this.aClass127_3.anInt4782 = local1;
|
this.aClass127_3.anInt4782 = local1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (Static237.aByteBuffer9 == null || Static237.aByteBuffer9.capacity() < Static237.aClass3_Sub15_8.anInt2792) {
|
if (Static237.aByteBuffer9 == null || Static237.aByteBuffer9.capacity() < Static237.aClass3_Sub15_8.offset) {
|
||||||
Static237.aByteBuffer9 = ByteBuffer.allocateDirect(Static237.aClass3_Sub15_8.anInt2792 + local1 * 100);
|
Static237.aByteBuffer9 = ByteBuffer.allocateDirect(Static237.aClass3_Sub15_8.offset + local1 * 100);
|
||||||
} else {
|
} else {
|
||||||
Static237.aByteBuffer9.clear();
|
Static237.aByteBuffer9.clear();
|
||||||
}
|
}
|
||||||
Static237.aByteBuffer9.put(Static237.aClass3_Sub15_8.aByteArray40, 0, Static237.aClass3_Sub15_8.anInt2792);
|
Static237.aByteBuffer9.put(Static237.aClass3_Sub15_8.data, 0, Static237.aClass3_Sub15_8.offset);
|
||||||
Static237.aByteBuffer9.flip();
|
Static237.aByteBuffer9.flip();
|
||||||
if (arg1) {
|
if (arg1) {
|
||||||
this.aClass127_4.aBoolean235 = true;
|
this.aClass127_4.aBoolean235 = true;
|
||||||
|
|
@ -2285,7 +2285,7 @@ public final class GlModel extends Model {
|
||||||
}
|
}
|
||||||
} else if (Static239.aBoolean271) {
|
} else if (Static239.aBoolean271) {
|
||||||
@Pc(1211) GlVertexBufferObject local1211 = new GlVertexBufferObject();
|
@Pc(1211) GlVertexBufferObject local1211 = new GlVertexBufferObject();
|
||||||
@Pc(1218) ByteBuffer local1218 = ByteBuffer.wrap(Static237.aClass3_Sub15_8.aByteArray40, 0, Static237.aClass3_Sub15_8.anInt2792);
|
@Pc(1218) ByteBuffer local1218 = ByteBuffer.wrap(Static237.aClass3_Sub15_8.data, 0, Static237.aClass3_Sub15_8.offset);
|
||||||
local1211.method4519(local1218);
|
local1211.method4519(local1218);
|
||||||
if (arg1) {
|
if (arg1) {
|
||||||
this.aClass127_4.aBoolean235 = true;
|
this.aClass127_4.aBoolean235 = true;
|
||||||
|
|
@ -2312,8 +2312,8 @@ public final class GlModel extends Model {
|
||||||
this.aClass127_3.anInt4782 = local1;
|
this.aClass127_3.anInt4782 = local1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
local1007 = ByteBuffer.allocateDirect(Static237.aClass3_Sub15_8.anInt2792);
|
local1007 = ByteBuffer.allocateDirect(Static237.aClass3_Sub15_8.offset);
|
||||||
local1007.put(Static237.aClass3_Sub15_8.aByteArray40, 0, Static237.aClass3_Sub15_8.anInt2792);
|
local1007.put(Static237.aClass3_Sub15_8.data, 0, Static237.aClass3_Sub15_8.offset);
|
||||||
local1007.flip();
|
local1007.flip();
|
||||||
if (arg1) {
|
if (arg1) {
|
||||||
this.aClass127_4.aBoolean235 = true;
|
this.aClass127_4.aBoolean235 = true;
|
||||||
|
|
|
||||||
|
|
@ -57,15 +57,15 @@ public final class GlTexture extends SecondaryNode {
|
||||||
@OriginalMember(owner = "client!uh", name = "<init>", descriptor = "(Lclient!wa;)V")
|
@OriginalMember(owner = "client!uh", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||||
public GlTexture(@OriginalArg(0) Buffer arg0) {
|
public GlTexture(@OriginalArg(0) Buffer arg0) {
|
||||||
this.aClass88_1 = new Texture(arg0);
|
this.aClass88_1 = new Texture(arg0);
|
||||||
this.aBoolean286 = arg0.method2229() == 1;
|
this.aBoolean286 = arg0.g1() == 1;
|
||||||
this.aBoolean288 = arg0.method2229() == 1;
|
this.aBoolean288 = arg0.g1() == 1;
|
||||||
this.aBoolean285 = arg0.method2229() == 1;
|
this.aBoolean285 = arg0.g1() == 1;
|
||||||
this.aBoolean284 = arg0.method2229() == 1;
|
this.aBoolean284 = arg0.g1() == 1;
|
||||||
@Pc(68) int local68 = arg0.method2229() & 0x3;
|
@Pc(68) int local68 = arg0.g1() & 0x3;
|
||||||
this.anInt5485 = arg0.method2186();
|
this.anInt5485 = arg0.g1s();
|
||||||
this.anInt5497 = arg0.method2186();
|
this.anInt5497 = arg0.g1s();
|
||||||
@Pc(82) int local82 = arg0.method2229();
|
@Pc(82) int local82 = arg0.g1();
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
if (local68 == 1) {
|
if (local68 == 1) {
|
||||||
this.anInt5486 = 2;
|
this.anInt5486 = 2;
|
||||||
} else if (local68 == 2) {
|
} else if (local68 == 2) {
|
||||||
|
|
|
||||||
|
|
@ -21,14 +21,14 @@ public final class GzipDecompressor {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ha", name = "a", descriptor = "([BLclient!wa;Z)V")
|
@OriginalMember(owner = "client!ha", name = "a", descriptor = "([BLclient!wa;Z)V")
|
||||||
public final void method1842(@OriginalArg(0) byte[] arg0, @OriginalArg(1) Buffer arg1) {
|
public final void method1842(@OriginalArg(0) byte[] arg0, @OriginalArg(1) Buffer arg1) {
|
||||||
if (arg1.aByteArray40[arg1.anInt2792] != 31 || arg1.aByteArray40[arg1.anInt2792 + 1] != -117) {
|
if (arg1.data[arg1.offset] != 31 || arg1.data[arg1.offset + 1] != -117) {
|
||||||
throw new RuntimeException("Invalid GZIP header!");
|
throw new RuntimeException("Invalid GZIP header!");
|
||||||
}
|
}
|
||||||
if (this.anInflater1 == null) {
|
if (this.anInflater1 == null) {
|
||||||
this.anInflater1 = new Inflater(true);
|
this.anInflater1 = new Inflater(true);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
this.anInflater1.setInput(arg1.aByteArray40, arg1.anInt2792 + 10, -8 - (arg1.anInt2792 + 10) + arg1.aByteArray40.length);
|
this.anInflater1.setInput(arg1.data, arg1.offset + 10, -8 - (arg1.offset + 10) + arg1.data.length);
|
||||||
this.anInflater1.inflate(arg0);
|
this.anInflater1.inflate(arg0);
|
||||||
} catch (@Pc(64) Exception local64) {
|
} catch (@Pc(64) Exception local64) {
|
||||||
this.anInflater1.reset();
|
this.anInflater1.reset();
|
||||||
|
|
|
||||||
|
|
@ -71,37 +71,37 @@ public final class IdkType {
|
||||||
@OriginalMember(owner = "client!dm", name = "a", descriptor = "(BLclient!wa;I)V")
|
@OriginalMember(owner = "client!dm", name = "a", descriptor = "(BLclient!wa;I)V")
|
||||||
private void method1203(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
private void method1203(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.anInt1457 = arg0.method2229();
|
this.anInt1457 = arg0.g1();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@Pc(22) int local22;
|
@Pc(22) int local22;
|
||||||
@Pc(28) int local28;
|
@Pc(28) int local28;
|
||||||
if (arg1 == 2) {
|
if (arg1 == 2) {
|
||||||
local22 = arg0.method2229();
|
local22 = arg0.g1();
|
||||||
this.anIntArray112 = new int[local22];
|
this.anIntArray112 = new int[local22];
|
||||||
for (local28 = 0; local28 < local22; local28++) {
|
for (local28 = 0; local28 < local22; local28++) {
|
||||||
this.anIntArray112[local28] = arg0.method2163();
|
this.anIntArray112[local28] = arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 3) {
|
} else if (arg1 == 3) {
|
||||||
this.aBoolean85 = true;
|
this.aBoolean85 = true;
|
||||||
} else if (arg1 == 40) {
|
} else if (arg1 == 40) {
|
||||||
local22 = arg0.method2229();
|
local22 = arg0.g1();
|
||||||
this.aShortArray11 = new short[local22];
|
this.aShortArray11 = new short[local22];
|
||||||
this.aShortArray12 = new short[local22];
|
this.aShortArray12 = new short[local22];
|
||||||
for (local28 = 0; local28 < local22; local28++) {
|
for (local28 = 0; local28 < local22; local28++) {
|
||||||
this.aShortArray12[local28] = (short) arg0.method2163();
|
this.aShortArray12[local28] = (short) arg0.g2();
|
||||||
this.aShortArray11[local28] = (short) arg0.method2163();
|
this.aShortArray11[local28] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 41) {
|
} else if (arg1 == 41) {
|
||||||
local22 = arg0.method2229();
|
local22 = arg0.g1();
|
||||||
this.aShortArray14 = new short[local22];
|
this.aShortArray14 = new short[local22];
|
||||||
this.aShortArray13 = new short[local22];
|
this.aShortArray13 = new short[local22];
|
||||||
for (local28 = 0; local28 < local22; local28++) {
|
for (local28 = 0; local28 < local22; local28++) {
|
||||||
this.aShortArray14[local28] = (short) arg0.method2163();
|
this.aShortArray14[local28] = (short) arg0.g2();
|
||||||
this.aShortArray13[local28] = (short) arg0.method2163();
|
this.aShortArray13[local28] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 >= 60 && arg1 < 70) {
|
} else if (arg1 >= 60 && arg1 < 70) {
|
||||||
this.anIntArray113[arg1 - 60] = arg0.method2163();
|
this.anIntArray113[arg1 - 60] = arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -148,7 +148,7 @@ public final class IdkType {
|
||||||
@OriginalMember(owner = "client!dm", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!dm", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method1209(@OriginalArg(1) Buffer arg0) {
|
public final void method1209(@OriginalArg(1) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(13) int local13 = arg0.method2229();
|
@Pc(13) int local13 = arg0.g1();
|
||||||
if (local13 == 0) {
|
if (local13 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -198,7 +198,7 @@ public final class JagString implements StringInterface {
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!na", name = "d", descriptor = "(I)I")
|
@OriginalMember(owner = "client!na", name = "d", descriptor = "(I)I")
|
||||||
public final int method3120() {
|
public final int length() {
|
||||||
return this.anInt4030;
|
return this.anInt4030;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -781,7 +781,7 @@ public final class JagString implements StringInterface {
|
||||||
@Pc(17) Object local17 = Static287.method1757(local12, arg0);
|
@Pc(17) Object local17 = Static287.method1757(local12, arg0);
|
||||||
if (local17 instanceof String) {
|
if (local17 instanceof String) {
|
||||||
@Pc(24) byte[] local24 = ((String) local17).getBytes();
|
@Pc(24) byte[] local24 = ((String) local17).getBytes();
|
||||||
local17 = Static10.method346(local24, local24.length, 0);
|
local17 = Static10.decodeString(local24, local24.length, 0);
|
||||||
}
|
}
|
||||||
return local17;
|
return local17;
|
||||||
}
|
}
|
||||||
|
|
@ -813,7 +813,7 @@ public final class JagString implements StringInterface {
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(Z[BIII)I")
|
@OriginalMember(owner = "client!na", name = "a", descriptor = "(Z[BIII)I")
|
||||||
public final int method3160(@OriginalArg(1) byte[] arg0, @OriginalArg(2) int arg1, @OriginalArg(4) int arg2) {
|
public final int encodeString(@OriginalArg(1) byte[] arg0, @OriginalArg(2) int arg1, @OriginalArg(4) int arg2) {
|
||||||
Static289.method2612(this.aByteArray52, 0, arg0, arg1, arg2);
|
Static289.method2612(this.aByteArray52, 0, arg0, arg1, arg2);
|
||||||
return arg2;
|
return arg2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -282,7 +282,7 @@ public final class Js5 {
|
||||||
} else {
|
} else {
|
||||||
local114 = Static138.method2696(this.anObjectArray32[arg0], true);
|
local114 = Static138.method2696(this.anObjectArray32[arg0], true);
|
||||||
@Pc(128) Buffer local128 = new Buffer(local114);
|
@Pc(128) Buffer local128 = new Buffer(local114);
|
||||||
local128.method2196(arg1, local128.aByteArray40.length);
|
local128.decryptXtea(arg1, local128.data.length);
|
||||||
}
|
}
|
||||||
@Pc(140) byte[] local140;
|
@Pc(140) byte[] local140;
|
||||||
try {
|
try {
|
||||||
|
|
@ -301,14 +301,14 @@ public final class Js5 {
|
||||||
@Pc(220) int local220 = local140[local216] & 0xFF;
|
@Pc(220) int local220 = local140[local216] & 0xFF;
|
||||||
@Pc(228) int local228 = local216 - local31 * local220 * 4;
|
@Pc(228) int local228 = local216 - local31 * local220 * 4;
|
||||||
@Pc(233) Buffer local233 = new Buffer(local140);
|
@Pc(233) Buffer local233 = new Buffer(local140);
|
||||||
local233.anInt2792 = local228;
|
local233.offset = local228;
|
||||||
@Pc(239) int[] local239 = new int[local31];
|
@Pc(239) int[] local239 = new int[local31];
|
||||||
@Pc(250) int local250;
|
@Pc(250) int local250;
|
||||||
@Pc(252) int local252;
|
@Pc(252) int local252;
|
||||||
for (@Pc(241) int local241 = 0; local241 < local220; local241++) {
|
for (@Pc(241) int local241 = 0; local241 < local220; local241++) {
|
||||||
local250 = 0;
|
local250 = 0;
|
||||||
for (local252 = 0; local252 < local31; local252++) {
|
for (local252 = 0; local252 < local31; local252++) {
|
||||||
local250 += local233.method2174();
|
local250 += local233.g4();
|
||||||
if (local25 == null) {
|
if (local25 == null) {
|
||||||
}
|
}
|
||||||
local239[local252] += local250;
|
local239[local252] += local250;
|
||||||
|
|
@ -319,13 +319,13 @@ public final class Js5 {
|
||||||
local282[local250] = new byte[local239[local250]];
|
local282[local250] = new byte[local239[local250]];
|
||||||
local239[local250] = 0;
|
local239[local250] = 0;
|
||||||
}
|
}
|
||||||
local233.anInt2792 = local228;
|
local233.offset = local228;
|
||||||
local250 = 0;
|
local250 = 0;
|
||||||
@Pc(320) int local320;
|
@Pc(320) int local320;
|
||||||
for (local252 = 0; local252 < local220; local252++) {
|
for (local252 = 0; local252 < local220; local252++) {
|
||||||
local320 = 0;
|
local320 = 0;
|
||||||
for (@Pc(322) int local322 = 0; local322 < local31; local322++) {
|
for (@Pc(322) int local322 = 0; local322 < local31; local322++) {
|
||||||
local320 += local233.method2174();
|
local320 += local233.g4();
|
||||||
Static289.method2612(local140, local250, local282[local322], local239[local322], local320);
|
Static289.method2612(local140, local250, local282[local322], local239[local322], local320);
|
||||||
local250 += local320;
|
local250 += local320;
|
||||||
local239[local322] += local320;
|
local239[local322] += local320;
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ public final class Js5GlTextureProvider implements GlTextureProvider {
|
||||||
this.aClass54_11 = null;
|
this.aClass54_11 = null;
|
||||||
}
|
}
|
||||||
@Pc(51) Buffer local51 = new Buffer(arg1.method4495(0, 0));
|
@Pc(51) Buffer local51 = new Buffer(arg1.method4495(0, 0));
|
||||||
@Pc(55) int local55 = local51.method2163();
|
@Pc(55) int local55 = local51.g2();
|
||||||
this.aByteArray61 = new byte[local55];
|
this.aByteArray61 = new byte[local55];
|
||||||
this.aByteArray60 = new byte[local55];
|
this.aByteArray60 = new byte[local55];
|
||||||
this.aByteArray59 = new byte[local55];
|
this.aByteArray59 = new byte[local55];
|
||||||
|
|
@ -80,51 +80,51 @@ public final class Js5GlTextureProvider implements GlTextureProvider {
|
||||||
this.aBooleanArray93 = new boolean[local55];
|
this.aBooleanArray93 = new boolean[local55];
|
||||||
@Pc(97) int local97;
|
@Pc(97) int local97;
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
this.aBooleanArray92[local97] = local51.method2229() == 1;
|
this.aBooleanArray92[local97] = local51.g1() == 1;
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aBooleanArray90[local97] = local51.method2229() == 1;
|
this.aBooleanArray90[local97] = local51.g1() == 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aBooleanArray91[local97] = local51.method2229() == 1;
|
this.aBooleanArray91[local97] = local51.g1() == 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aBooleanArray89[local97] = local51.method2229() == 1;
|
this.aBooleanArray89[local97] = local51.g1() == 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aBooleanArray93[local97] = local51.method2229() == 1;
|
this.aBooleanArray93[local97] = local51.g1() == 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aByteArray59[local97] = local51.method2186();
|
this.aByteArray59[local97] = local51.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aByteArray60[local97] = local51.method2186();
|
this.aByteArray60[local97] = local51.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aByteArray62[local97] = local51.method2186();
|
this.aByteArray62[local97] = local51.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aByteArray61[local97] = local51.method2186();
|
this.aByteArray61[local97] = local51.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local97 = 0; local97 < local55; local97++) {
|
for (local97 = 0; local97 < local55; local97++) {
|
||||||
if (this.aBooleanArray92[local97]) {
|
if (this.aBooleanArray92[local97]) {
|
||||||
this.aShortArray59[local97] = (short) local51.method2163();
|
this.aShortArray59[local97] = (short) local51.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -60,23 +60,23 @@ public final class Js5Index {
|
||||||
@OriginalMember(owner = "client!ii", name = "a", descriptor = "(I[B)V")
|
@OriginalMember(owner = "client!ii", name = "a", descriptor = "(I[B)V")
|
||||||
private void method2293(@OriginalArg(1) byte[] arg0) {
|
private void method2293(@OriginalArg(1) byte[] arg0) {
|
||||||
@Pc(12) Buffer local12 = new Buffer(Static162.method3092(arg0));
|
@Pc(12) Buffer local12 = new Buffer(Static162.method3092(arg0));
|
||||||
@Pc(16) int local16 = local12.method2229();
|
@Pc(16) int local16 = local12.g1();
|
||||||
if (local16 != 5 && local16 != 6) {
|
if (local16 != 5 && local16 != 6) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
if (local16 >= 6) {
|
if (local16 >= 6) {
|
||||||
this.anInt2908 = local12.method2174();
|
this.anInt2908 = local12.g4();
|
||||||
} else {
|
} else {
|
||||||
this.anInt2908 = 0;
|
this.anInt2908 = 0;
|
||||||
}
|
}
|
||||||
@Pc(48) int local48 = local12.method2229();
|
@Pc(48) int local48 = local12.g1();
|
||||||
@Pc(50) int local50 = 0;
|
@Pc(50) int local50 = 0;
|
||||||
this.anInt2902 = local12.method2163();
|
this.anInt2902 = local12.g2();
|
||||||
@Pc(59) int local59 = -1;
|
@Pc(59) int local59 = -1;
|
||||||
this.anIntArray269 = new int[this.anInt2902];
|
this.anIntArray269 = new int[this.anInt2902];
|
||||||
@Pc(66) int local66;
|
@Pc(66) int local66;
|
||||||
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
||||||
this.anIntArray269[local66] = local50 += local12.method2163();
|
this.anIntArray269[local66] = local50 += local12.g2();
|
||||||
if (this.anIntArray269[local66] > local59) {
|
if (this.anIntArray269[local66] > local59) {
|
||||||
local59 = this.anIntArray269[local66];
|
local59 = this.anIntArray269[local66];
|
||||||
}
|
}
|
||||||
|
|
@ -93,18 +93,18 @@ public final class Js5Index {
|
||||||
this.anIntArray271[local66] = -1;
|
this.anIntArray271[local66] = -1;
|
||||||
}
|
}
|
||||||
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
||||||
this.anIntArray271[this.anIntArray269[local66]] = local12.method2174();
|
this.anIntArray271[this.anIntArray269[local66]] = local12.g4();
|
||||||
}
|
}
|
||||||
this.aClass76_1 = new IntHashTable(this.anIntArray271);
|
this.aClass76_1 = new IntHashTable(this.anIntArray271);
|
||||||
}
|
}
|
||||||
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
||||||
this.anIntArray268[this.anIntArray269[local66]] = local12.method2174();
|
this.anIntArray268[this.anIntArray269[local66]] = local12.g4();
|
||||||
}
|
}
|
||||||
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
||||||
this.anIntArray273[this.anIntArray269[local66]] = local12.method2174();
|
this.anIntArray273[this.anIntArray269[local66]] = local12.g4();
|
||||||
}
|
}
|
||||||
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
for (local66 = 0; local66 < this.anInt2902; local66++) {
|
||||||
this.anIntArray272[this.anIntArray269[local66]] = local12.method2163();
|
this.anIntArray272[this.anIntArray269[local66]] = local12.g2();
|
||||||
}
|
}
|
||||||
@Pc(273) int local273;
|
@Pc(273) int local273;
|
||||||
@Pc(278) int local278;
|
@Pc(278) int local278;
|
||||||
|
|
@ -117,7 +117,7 @@ public final class Js5Index {
|
||||||
local280 = -1;
|
local280 = -1;
|
||||||
this.anIntArrayArray22[local273] = new int[local278];
|
this.anIntArrayArray22[local273] = new int[local278];
|
||||||
for (local288 = 0; local288 < local278; local288++) {
|
for (local288 = 0; local288 < local278; local288++) {
|
||||||
@Pc(306) int local306 = this.anIntArrayArray22[local273][local288] = local50 += local12.method2163();
|
@Pc(306) int local306 = this.anIntArrayArray22[local273][local288] = local50 += local12.g2();
|
||||||
if (local306 > local280) {
|
if (local306 > local280) {
|
||||||
local280 = local306;
|
local280 = local306;
|
||||||
}
|
}
|
||||||
|
|
@ -145,7 +145,7 @@ public final class Js5Index {
|
||||||
} else {
|
} else {
|
||||||
local288 = this.anIntArrayArray22[local273][local280];
|
local288 = this.anIntArrayArray22[local273][local280];
|
||||||
}
|
}
|
||||||
this.anIntArrayArray21[local273][local288] = local12.method2174();
|
this.anIntArrayArray21[local273][local288] = local12.g4();
|
||||||
}
|
}
|
||||||
this.aClass76Array1[local273] = new IntHashTable(this.anIntArrayArray21[local273]);
|
this.aClass76Array1[local273] = new IntHashTable(this.anIntArrayArray21[local273]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ public final class Js5MasterIndex {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
this.aClass3_Sub15_1 = new Buffer(this.aClass3_Sub2_Sub5_Sub2_1.method3554());
|
this.aClass3_Sub15_1 = new Buffer(this.aClass3_Sub2_Sub5_Sub2_1.method3554());
|
||||||
this.aClass14_Sub1Array1 = new Js5CachedResourceProvider[(this.aClass3_Sub15_1.aByteArray40.length - 5) / 8];
|
this.aClass14_Sub1Array1 = new Js5CachedResourceProvider[(this.aClass3_Sub15_1.data.length - 5) / 8];
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -78,12 +78,12 @@ public final class Js5MasterIndex {
|
||||||
if (this.aClass3_Sub15_1 == null) {
|
if (this.aClass3_Sub15_1 == null) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
this.aClass3_Sub15_1.anInt2792 = arg1 * 8 + 5;
|
this.aClass3_Sub15_1.offset = arg1 * 8 + 5;
|
||||||
if (this.aClass3_Sub15_1.aByteArray40.length <= this.aClass3_Sub15_1.anInt2792) {
|
if (this.aClass3_Sub15_1.data.length <= this.aClass3_Sub15_1.offset) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
} else if (this.aClass14_Sub1Array1[arg1] == null) {
|
} else if (this.aClass14_Sub1Array1[arg1] == null) {
|
||||||
@Pc(56) int local56 = this.aClass3_Sub15_1.method2174();
|
@Pc(56) int local56 = this.aClass3_Sub15_1.g4();
|
||||||
@Pc(61) int local61 = this.aClass3_Sub15_1.method2174();
|
@Pc(61) int local61 = this.aClass3_Sub15_1.g4();
|
||||||
@Pc(75) Js5CachedResourceProvider local75 = new Js5CachedResourceProvider(arg1, arg0, arg2, this.aClass73_1, this.aClass80_1, local56, local61, true);
|
@Pc(75) Js5CachedResourceProvider local75 = new Js5CachedResourceProvider(arg1, arg0, arg2, this.aClass73_1, this.aClass80_1, local56, local61, true);
|
||||||
this.aClass14_Sub1Array1[arg1] = local75;
|
this.aClass14_Sub1Array1[arg1] = local75;
|
||||||
return local75;
|
return local75;
|
||||||
|
|
|
||||||
|
|
@ -77,17 +77,17 @@ public final class Js5NetQueue {
|
||||||
this.aClass95_1.method2832();
|
this.aClass95_1.method2832();
|
||||||
@Pc(75) Js5NetRequest local75;
|
@Pc(75) Js5NetRequest local75;
|
||||||
for (local75 = (Js5NetRequest) this.aClass16_2.method795(); local75 != null; local75 = (Js5NetRequest) this.aClass16_2.method797()) {
|
for (local75 = (Js5NetRequest) this.aClass16_2.method795(); local75 != null; local75 = (Js5NetRequest) this.aClass16_2.method797()) {
|
||||||
this.aClass3_Sub15_4.anInt2792 = 0;
|
this.aClass3_Sub15_4.offset = 0;
|
||||||
this.aClass3_Sub15_4.method2178(1);
|
this.aClass3_Sub15_4.p1(1);
|
||||||
this.aClass3_Sub15_4.method2205((int) local75.aLong185);
|
this.aClass3_Sub15_4.p3((int) local75.aLong185);
|
||||||
this.aClass95_1.method2830(this.aClass3_Sub15_4.aByteArray40, 4);
|
this.aClass95_1.method2830(this.aClass3_Sub15_4.data, 4);
|
||||||
this.aClass16_3.method798(local75);
|
this.aClass16_3.method798(local75);
|
||||||
}
|
}
|
||||||
for (local75 = (Js5NetRequest) this.aClass16_4.method795(); local75 != null; local75 = (Js5NetRequest) this.aClass16_4.method797()) {
|
for (local75 = (Js5NetRequest) this.aClass16_4.method795(); local75 != null; local75 = (Js5NetRequest) this.aClass16_4.method797()) {
|
||||||
this.aClass3_Sub15_4.anInt2792 = 0;
|
this.aClass3_Sub15_4.offset = 0;
|
||||||
this.aClass3_Sub15_4.method2178(0);
|
this.aClass3_Sub15_4.p1(0);
|
||||||
this.aClass3_Sub15_4.method2205((int) local75.aLong185);
|
this.aClass3_Sub15_4.p3((int) local75.aLong185);
|
||||||
this.aClass95_1.method2830(this.aClass3_Sub15_4.aByteArray40, 4);
|
this.aClass95_1.method2830(this.aClass3_Sub15_4.data, 4);
|
||||||
this.aClass16_5.method798(local75);
|
this.aClass16_5.method798(local75);
|
||||||
}
|
}
|
||||||
for (@Pc(172) int local172 = 0; local172 < 100; local172++) {
|
for (@Pc(172) int local172 = 0; local172 < 100; local172++) {
|
||||||
|
|
@ -109,23 +109,23 @@ public final class Js5NetQueue {
|
||||||
@Pc(235) int local235;
|
@Pc(235) int local235;
|
||||||
@Pc(283) int local283;
|
@Pc(283) int local283;
|
||||||
if (local196 <= 0) {
|
if (local196 <= 0) {
|
||||||
local228 = this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.aByteArray40.length - this.aClass3_Sub2_Sub5_Sub2_2.aByte16;
|
local228 = this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.data.length - this.aClass3_Sub2_Sub5_Sub2_2.aByte16;
|
||||||
local235 = 512 - this.aClass3_Sub2_Sub5_Sub2_2.anInt4617;
|
local235 = 512 - this.aClass3_Sub2_Sub5_Sub2_2.anInt4617;
|
||||||
if (local235 > local228 - this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792) {
|
if (local235 > local228 - this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset) {
|
||||||
local235 = local228 - this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792;
|
local235 = local228 - this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset;
|
||||||
}
|
}
|
||||||
if (local235 > local19) {
|
if (local235 > local19) {
|
||||||
local235 = local19;
|
local235 = local19;
|
||||||
}
|
}
|
||||||
this.aClass95_1.method2827(this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792, local235, this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.aByteArray40);
|
this.aClass95_1.method2827(this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset, local235, this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.data);
|
||||||
if (this.aByte8 != 0) {
|
if (this.aByte8 != 0) {
|
||||||
for (local283 = 0; local283 < local235; local283++) {
|
for (local283 = 0; local283 < local235; local283++) {
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.aByteArray40[this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792 + local283] = (byte) (this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.aByteArray40[this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792 + local283] ^ this.aByte8);
|
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.data[this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset + local283] = (byte) (this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.data[this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset + local283] ^ this.aByte8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 += local235;
|
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 += local235;
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792 += local235;
|
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset += local235;
|
||||||
if (this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.anInt2792 == local228) {
|
if (this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.offset == local228) {
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.method4365();
|
this.aClass3_Sub2_Sub5_Sub2_2.method4365();
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.aBoolean226 = false;
|
this.aClass3_Sub2_Sub5_Sub2_2.aBoolean226 = false;
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2 = null;
|
this.aClass3_Sub2_Sub5_Sub2_2 = null;
|
||||||
|
|
@ -133,24 +133,24 @@ public final class Js5NetQueue {
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 = 0;
|
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 = 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
local228 = local196 - this.aClass3_Sub15_5.anInt2792;
|
local228 = local196 - this.aClass3_Sub15_5.offset;
|
||||||
if (local19 < local228) {
|
if (local19 < local228) {
|
||||||
local228 = local19;
|
local228 = local19;
|
||||||
}
|
}
|
||||||
this.aClass95_1.method2827(this.aClass3_Sub15_5.anInt2792, local228, this.aClass3_Sub15_5.aByteArray40);
|
this.aClass95_1.method2827(this.aClass3_Sub15_5.offset, local228, this.aClass3_Sub15_5.data);
|
||||||
if (this.aByte8 != 0) {
|
if (this.aByte8 != 0) {
|
||||||
for (local235 = 0; local235 < local228; local235++) {
|
for (local235 = 0; local235 < local228; local235++) {
|
||||||
this.aClass3_Sub15_5.aByteArray40[local235 + this.aClass3_Sub15_5.anInt2792] ^= this.aByte8;
|
this.aClass3_Sub15_5.data[local235 + this.aClass3_Sub15_5.offset] ^= this.aByte8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.aClass3_Sub15_5.anInt2792 += local228;
|
this.aClass3_Sub15_5.offset += local228;
|
||||||
if (this.aClass3_Sub15_5.anInt2792 >= local196) {
|
if (this.aClass3_Sub15_5.offset >= local196) {
|
||||||
if (this.aClass3_Sub2_Sub5_Sub2_2 == null) {
|
if (this.aClass3_Sub2_Sub5_Sub2_2 == null) {
|
||||||
this.aClass3_Sub15_5.anInt2792 = 0;
|
this.aClass3_Sub15_5.offset = 0;
|
||||||
local235 = this.aClass3_Sub15_5.method2229();
|
local235 = this.aClass3_Sub15_5.g1();
|
||||||
local283 = this.aClass3_Sub15_5.method2163();
|
local283 = this.aClass3_Sub15_5.g2();
|
||||||
@Pc(471) int local471 = this.aClass3_Sub15_5.method2229();
|
@Pc(471) int local471 = this.aClass3_Sub15_5.g1();
|
||||||
@Pc(476) int local476 = this.aClass3_Sub15_5.method2174();
|
@Pc(476) int local476 = this.aClass3_Sub15_5.g4();
|
||||||
@Pc(480) int local480 = local471 & 0x7F;
|
@Pc(480) int local480 = local471 & 0x7F;
|
||||||
@Pc(491) boolean local491 = (local471 & 0x80) != 0;
|
@Pc(491) boolean local491 = (local471 & 0x80) != 0;
|
||||||
@Pc(501) long local501 = (long) ((local235 << 16) + local283);
|
@Pc(501) long local501 = (long) ((local235 << 16) + local283);
|
||||||
|
|
@ -168,15 +168,15 @@ public final class Js5NetQueue {
|
||||||
@Pc(568) int local568 = local480 == 0 ? 5 : 9;
|
@Pc(568) int local568 = local480 == 0 ? 5 : 9;
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2 = local509;
|
this.aClass3_Sub2_Sub5_Sub2_2 = local509;
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7 = new Buffer(local476 + local568 + this.aClass3_Sub2_Sub5_Sub2_2.aByte16);
|
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7 = new Buffer(local476 + local568 + this.aClass3_Sub2_Sub5_Sub2_2.aByte16);
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.method2178(local480);
|
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.p1(local480);
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.method2164(local476);
|
this.aClass3_Sub2_Sub5_Sub2_2.aClass3_Sub15_7.p4(local476);
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 = 8;
|
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 = 8;
|
||||||
this.aClass3_Sub15_5.anInt2792 = 0;
|
this.aClass3_Sub15_5.offset = 0;
|
||||||
} else if (this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 != 0) {
|
} else if (this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 != 0) {
|
||||||
throw new IOException();
|
throw new IOException();
|
||||||
} else if (this.aClass3_Sub15_5.aByteArray40[0] == -1) {
|
} else if (this.aClass3_Sub15_5.data[0] == -1) {
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 = 1;
|
this.aClass3_Sub2_Sub5_Sub2_2.anInt4617 = 1;
|
||||||
this.aClass3_Sub15_5.anInt2792 = 0;
|
this.aClass3_Sub15_5.offset = 0;
|
||||||
} else {
|
} else {
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2 = null;
|
this.aClass3_Sub2_Sub5_Sub2_2 = null;
|
||||||
}
|
}
|
||||||
|
|
@ -202,10 +202,10 @@ public final class Js5NetQueue {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
this.aClass3_Sub15_4.anInt2792 = 0;
|
this.aClass3_Sub15_4.offset = 0;
|
||||||
this.aClass3_Sub15_4.method2178(7);
|
this.aClass3_Sub15_4.p1(7);
|
||||||
this.aClass3_Sub15_4.method2205(0);
|
this.aClass3_Sub15_4.p3(0);
|
||||||
this.aClass95_1.method2830(this.aClass3_Sub15_4.aByteArray40, 4);
|
this.aClass95_1.method2830(this.aClass3_Sub15_4.data, 4);
|
||||||
} catch (@Pc(39) IOException local39) {
|
} catch (@Pc(39) IOException local39) {
|
||||||
try {
|
try {
|
||||||
this.aClass95_1.method2834();
|
this.aClass95_1.method2834();
|
||||||
|
|
@ -228,10 +228,10 @@ public final class Js5NetQueue {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
this.aClass3_Sub15_4.anInt2792 = 0;
|
this.aClass3_Sub15_4.offset = 0;
|
||||||
this.aClass3_Sub15_4.method2178(arg0 ? 2 : 3);
|
this.aClass3_Sub15_4.p1(arg0 ? 2 : 3);
|
||||||
this.aClass3_Sub15_4.method2205(0);
|
this.aClass3_Sub15_4.p3(0);
|
||||||
this.aClass95_1.method2830(this.aClass3_Sub15_4.aByteArray40, 4);
|
this.aClass95_1.method2830(this.aClass3_Sub15_4.data, 4);
|
||||||
} catch (@Pc(42) IOException local42) {
|
} catch (@Pc(42) IOException local42) {
|
||||||
try {
|
try {
|
||||||
this.aClass95_1.method2834();
|
this.aClass95_1.method2834();
|
||||||
|
|
@ -262,7 +262,7 @@ public final class Js5NetQueue {
|
||||||
this.aClass95_1 = arg1;
|
this.aClass95_1 = arg1;
|
||||||
this.method2331();
|
this.method2331();
|
||||||
this.method2322(arg0);
|
this.method2322(arg0);
|
||||||
this.aClass3_Sub15_5.anInt2792 = 0;
|
this.aClass3_Sub15_5.offset = 0;
|
||||||
this.aClass3_Sub2_Sub5_Sub2_2 = null;
|
this.aClass3_Sub2_Sub5_Sub2_2 = null;
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(44) Js5NetRequest local44 = (Js5NetRequest) this.aClass16_3.method796();
|
@Pc(44) Js5NetRequest local44 = (Js5NetRequest) this.aClass16_3.method796();
|
||||||
|
|
@ -272,11 +272,11 @@ public final class Js5NetQueue {
|
||||||
if (local44 == null) {
|
if (local44 == null) {
|
||||||
if (this.aByte8 != 0) {
|
if (this.aByte8 != 0) {
|
||||||
try {
|
try {
|
||||||
this.aClass3_Sub15_4.anInt2792 = 0;
|
this.aClass3_Sub15_4.offset = 0;
|
||||||
this.aClass3_Sub15_4.method2178(4);
|
this.aClass3_Sub15_4.p1(4);
|
||||||
this.aClass3_Sub15_4.method2178(this.aByte8);
|
this.aClass3_Sub15_4.p1(this.aByte8);
|
||||||
this.aClass3_Sub15_4.method2230(0);
|
this.aClass3_Sub15_4.p2(0);
|
||||||
this.aClass95_1.method2830(this.aClass3_Sub15_4.aByteArray40, 4);
|
this.aClass95_1.method2830(this.aClass3_Sub15_4.data, 4);
|
||||||
} catch (@Pc(107) IOException local107) {
|
} catch (@Pc(107) IOException local107) {
|
||||||
try {
|
try {
|
||||||
this.aClass95_1.method2834();
|
this.aClass95_1.method2834();
|
||||||
|
|
@ -353,10 +353,10 @@ public final class Js5NetQueue {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
this.aClass3_Sub15_4.anInt2792 = 0;
|
this.aClass3_Sub15_4.offset = 0;
|
||||||
this.aClass3_Sub15_4.method2178(6);
|
this.aClass3_Sub15_4.p1(6);
|
||||||
this.aClass3_Sub15_4.method2205(3);
|
this.aClass3_Sub15_4.p3(3);
|
||||||
this.aClass95_1.method2830(this.aClass3_Sub15_4.aByteArray40, 4);
|
this.aClass95_1.method2830(this.aClass3_Sub15_4.data, 4);
|
||||||
} catch (@Pc(37) IOException local37) {
|
} catch (@Pc(37) IOException local37) {
|
||||||
try {
|
try {
|
||||||
this.aClass95_1.method2834();
|
this.aClass95_1.method2834();
|
||||||
|
|
|
||||||
|
|
@ -16,15 +16,15 @@ public final class Js5NetRequest extends Js5Request {
|
||||||
@OriginalMember(owner = "client!pm", name = "a", descriptor = "(Z)I")
|
@OriginalMember(owner = "client!pm", name = "a", descriptor = "(Z)I")
|
||||||
@Override
|
@Override
|
||||||
public final int method3553() {
|
public final int method3553() {
|
||||||
return this.aClass3_Sub15_7 == null ? 0 : this.aClass3_Sub15_7.anInt2792 * 100 / (this.aClass3_Sub15_7.aByteArray40.length - this.aByte16);
|
return this.aClass3_Sub15_7 == null ? 0 : this.aClass3_Sub15_7.offset * 100 / (this.aClass3_Sub15_7.data.length - this.aByte16);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!pm", name = "b", descriptor = "(Z)[B")
|
@OriginalMember(owner = "client!pm", name = "b", descriptor = "(Z)[B")
|
||||||
@Override
|
@Override
|
||||||
public final byte[] method3554() {
|
public final byte[] method3554() {
|
||||||
if (this.aBoolean226 || this.aClass3_Sub15_7.anInt2792 < this.aClass3_Sub15_7.aByteArray40.length - this.aByte16) {
|
if (this.aBoolean226 || this.aClass3_Sub15_7.offset < this.aClass3_Sub15_7.data.length - this.aByte16) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
return this.aClass3_Sub15_7.aByteArray40;
|
return this.aClass3_Sub15_7.data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,22 +71,22 @@ public final class Light {
|
||||||
if (Static62.anIntArray150 == null) {
|
if (Static62.anIntArray150 == null) {
|
||||||
Static84.method1771();
|
Static84.method1771();
|
||||||
}
|
}
|
||||||
this.anInt2241 = arg0.method2229();
|
this.anInt2241 = arg0.g1();
|
||||||
this.aBoolean124 = (this.anInt2241 & 0x10) != 0;
|
this.aBoolean124 = (this.anInt2241 & 0x10) != 0;
|
||||||
this.aBoolean126 = (this.anInt2241 & 0x8) != 0;
|
this.aBoolean126 = (this.anInt2241 & 0x8) != 0;
|
||||||
this.anInt2241 &= 0x7;
|
this.anInt2241 &= 0x7;
|
||||||
this.anInt2240 = arg0.method2163();
|
this.anInt2240 = arg0.g2();
|
||||||
this.anInt2245 = arg0.method2163();
|
this.anInt2245 = arg0.g2();
|
||||||
this.anInt2235 = arg0.method2163();
|
this.anInt2235 = arg0.g2();
|
||||||
this.anInt2236 = arg0.method2229();
|
this.anInt2236 = arg0.g1();
|
||||||
this.method1763();
|
this.method1763();
|
||||||
this.aShortArray30 = new short[this.anInt2236 * 2 + 1];
|
this.aShortArray30 = new short[this.anInt2236 * 2 + 1];
|
||||||
@Pc(87) int local87;
|
@Pc(87) int local87;
|
||||||
for (local87 = 0; local87 < this.aShortArray30.length; local87++) {
|
for (local87 = 0; local87 < this.aShortArray30.length; local87++) {
|
||||||
this.aShortArray30[local87] = (short) arg0.method2163();
|
this.aShortArray30[local87] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
this.anInt2247 = Rasteriser.anIntArray220[arg0.method2163()];
|
this.anInt2247 = Rasteriser.anIntArray220[arg0.g2()];
|
||||||
local87 = arg0.method2229();
|
local87 = arg0.g1();
|
||||||
this.anInt2249 = (local87 & 0xE0) << 3;
|
this.anInt2249 = (local87 & 0xE0) << 3;
|
||||||
this.anInt2243 = local87 & 0x1F;
|
this.anInt2243 = local87 & 0x1F;
|
||||||
if (this.anInt2243 != 31) {
|
if (this.anInt2243 != 31) {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ public final class LightType {
|
||||||
@OriginalMember(owner = "client!ic", name = "a", descriptor = "(ILclient!wa;I)V")
|
@OriginalMember(owner = "client!ic", name = "a", descriptor = "(ILclient!wa;I)V")
|
||||||
public final void method2257(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
public final void method2257(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(5) int local5 = arg0.method2229();
|
@Pc(5) int local5 = arg0.g1();
|
||||||
if (local5 == 0) {
|
if (local5 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -32,13 +32,13 @@ public final class LightType {
|
||||||
@OriginalMember(owner = "client!ic", name = "a", descriptor = "(ILclient!wa;IZ)V")
|
@OriginalMember(owner = "client!ic", name = "a", descriptor = "(ILclient!wa;IZ)V")
|
||||||
private void method2258(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1, @OriginalArg(2) int arg2) {
|
private void method2258(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1, @OriginalArg(2) int arg2) {
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
this.anInt2865 = arg1.method2229();
|
this.anInt2865 = arg1.g1();
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt2873 = arg1.method2163();
|
this.anInt2873 = arg1.g2();
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.anInt2867 = arg1.method2163();
|
this.anInt2867 = arg1.g2();
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
this.anInt2872 = arg1.method2213();
|
this.anInt2872 = arg1.g2s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,20 +37,20 @@ public final class LiquidMaterialRenderer implements MaterialRenderer {
|
||||||
@Pc(71) int[] local71 = local53[local60];
|
@Pc(71) int[] local71 = local53[local60];
|
||||||
for (@Pc(73) int local73 = 0; local73 < 64; local73++) {
|
for (@Pc(73) int local73 = 0; local73 < 64; local73++) {
|
||||||
if (Static239.aBoolean263) {
|
if (Static239.aBoolean263) {
|
||||||
local58.method2227((float) local67[local73] / 4096.0F);
|
local58.pFloat((float) local67[local73] / 4096.0F);
|
||||||
local58.method2227((float) local71[local73] / 4096.0F);
|
local58.pFloat((float) local71[local73] / 4096.0F);
|
||||||
local58.method2227(1.0F);
|
local58.pFloat(1.0F);
|
||||||
local58.method2227(1.0F);
|
local58.pFloat(1.0F);
|
||||||
} else {
|
} else {
|
||||||
local58.method2188((float) local67[local73] / 4096.0F);
|
local58.gFloat((float) local67[local73] / 4096.0F);
|
||||||
local58.method2188((float) local71[local73] / 4096.0F);
|
local58.gFloat((float) local71[local73] / 4096.0F);
|
||||||
local58.method2188(1.0F);
|
local58.gFloat(1.0F);
|
||||||
local58.method2188(1.0F);
|
local58.gFloat(1.0F);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Pc(141) ByteBuffer local141 = ByteBuffer.allocateDirect(local58.anInt2792).order(ByteOrder.nativeOrder());
|
@Pc(141) ByteBuffer local141 = ByteBuffer.allocateDirect(local58.offset).order(ByteOrder.nativeOrder());
|
||||||
local141.put(local58.aByteArray40, 0, local58.anInt2792);
|
local141.put(local58.data, 0, local58.offset);
|
||||||
local141.flip();
|
local141.flip();
|
||||||
this.aFloatBuffer1 = local141.asFloatBuffer().asReadOnlyBuffer();
|
this.aFloatBuffer1 = local141.asFloatBuffer().asReadOnlyBuffer();
|
||||||
this.method3719();
|
this.method3719();
|
||||||
|
|
|
||||||
|
|
@ -385,7 +385,7 @@ public final class LocType {
|
||||||
@OriginalMember(owner = "client!pb", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!pb", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method3424(@OriginalArg(1) Buffer arg0) {
|
public final void method3424(@OriginalArg(1) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(9) int local9 = arg0.method2229();
|
@Pc(9) int local9 = arg0.g1();
|
||||||
if (local9 == 0) {
|
if (local9 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -398,45 +398,45 @@ public final class LocType {
|
||||||
@Pc(18) int local18;
|
@Pc(18) int local18;
|
||||||
@Pc(38) int local38;
|
@Pc(38) int local38;
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
if (local18 > 0) {
|
if (local18 > 0) {
|
||||||
if (this.anIntArray379 == null || Static87.aBoolean130) {
|
if (this.anIntArray379 == null || Static87.aBoolean130) {
|
||||||
this.anIntArray378 = new int[local18];
|
this.anIntArray378 = new int[local18];
|
||||||
this.anIntArray379 = new int[local18];
|
this.anIntArray379 = new int[local18];
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
this.anIntArray379[local38] = arg0.method2163();
|
this.anIntArray379[local38] = arg0.g2();
|
||||||
this.anIntArray378[local38] = arg0.method2229();
|
this.anIntArray378[local38] = arg0.g1();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
arg0.anInt2792 += local18 * 3;
|
arg0.offset += local18 * 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (arg1 == 2) {
|
} else if (arg1 == 2) {
|
||||||
this.aClass100_830 = arg0.method2202();
|
this.aClass100_830 = arg0.gjstr();
|
||||||
} else if (arg1 == 5) {
|
} else if (arg1 == 5) {
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
if (local18 > 0) {
|
if (local18 > 0) {
|
||||||
if (this.anIntArray379 == null || Static87.aBoolean130) {
|
if (this.anIntArray379 == null || Static87.aBoolean130) {
|
||||||
this.anIntArray379 = new int[local18];
|
this.anIntArray379 = new int[local18];
|
||||||
this.anIntArray378 = null;
|
this.anIntArray378 = null;
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
this.anIntArray379[local38] = arg0.method2163();
|
this.anIntArray379[local38] = arg0.g2();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
arg0.anInt2792 += local18 * 2;
|
arg0.offset += local18 * 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (arg1 == 14) {
|
} else if (arg1 == 14) {
|
||||||
this.anInt4397 = arg0.method2229();
|
this.anInt4397 = arg0.g1();
|
||||||
} else if (arg1 == 15) {
|
} else if (arg1 == 15) {
|
||||||
this.anInt4403 = arg0.method2229();
|
this.anInt4403 = arg0.g1();
|
||||||
} else if (arg1 == 17) {
|
} else if (arg1 == 17) {
|
||||||
this.anInt4435 = 0;
|
this.anInt4435 = 0;
|
||||||
this.aBoolean207 = false;
|
this.aBoolean207 = false;
|
||||||
} else if (arg1 == 18) {
|
} else if (arg1 == 18) {
|
||||||
this.aBoolean207 = false;
|
this.aBoolean207 = false;
|
||||||
} else if (arg1 == 19) {
|
} else if (arg1 == 19) {
|
||||||
this.anInt4429 = arg0.method2229();
|
this.anInt4429 = arg0.g1();
|
||||||
} else if (arg1 == 21) {
|
} else if (arg1 == 21) {
|
||||||
this.aByte15 = 1;
|
this.aByte15 = 1;
|
||||||
} else if (arg1 == 22) {
|
} else if (arg1 == 22) {
|
||||||
|
|
@ -444,111 +444,111 @@ public final class LocType {
|
||||||
} else if (arg1 == 23) {
|
} else if (arg1 == 23) {
|
||||||
this.aBoolean220 = true;
|
this.aBoolean220 = true;
|
||||||
} else if (arg1 == 24) {
|
} else if (arg1 == 24) {
|
||||||
this.anInt4430 = arg0.method2163();
|
this.anInt4430 = arg0.g2();
|
||||||
if (this.anInt4430 == 65535) {
|
if (this.anInt4430 == 65535) {
|
||||||
this.anInt4430 = -1;
|
this.anInt4430 = -1;
|
||||||
}
|
}
|
||||||
} else if (arg1 == 27) {
|
} else if (arg1 == 27) {
|
||||||
this.anInt4435 = 1;
|
this.anInt4435 = 1;
|
||||||
} else if (arg1 == 28) {
|
} else if (arg1 == 28) {
|
||||||
this.anInt4428 = arg0.method2229();
|
this.anInt4428 = arg0.g1();
|
||||||
} else if (arg1 == 29) {
|
} else if (arg1 == 29) {
|
||||||
this.anInt4407 = arg0.method2186();
|
this.anInt4407 = arg0.g1s();
|
||||||
} else if (arg1 == 39) {
|
} else if (arg1 == 39) {
|
||||||
this.anInt4405 = arg0.method2186() * 5;
|
this.anInt4405 = arg0.g1s() * 5;
|
||||||
} else if (arg1 >= 30 && arg1 < 35) {
|
} else if (arg1 >= 30 && arg1 < 35) {
|
||||||
this.aClass100Array130[arg1 - 30] = arg0.method2202();
|
this.aClass100Array130[arg1 - 30] = arg0.gjstr();
|
||||||
if (this.aClass100Array130[arg1 - 30].method3111(Static10.aClass100_64)) {
|
if (this.aClass100Array130[arg1 - 30].method3111(Static10.aClass100_64)) {
|
||||||
this.aClass100Array130[arg1 - 30] = null;
|
this.aClass100Array130[arg1 - 30] = null;
|
||||||
}
|
}
|
||||||
} else if (arg1 == 40) {
|
} else if (arg1 == 40) {
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
this.aShortArray61 = new short[local18];
|
this.aShortArray61 = new short[local18];
|
||||||
this.aShortArray63 = new short[local18];
|
this.aShortArray63 = new short[local18];
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
this.aShortArray61[local38] = (short) arg0.method2163();
|
this.aShortArray61[local38] = (short) arg0.g2();
|
||||||
this.aShortArray63[local38] = (short) arg0.method2163();
|
this.aShortArray63[local38] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 41) {
|
} else if (arg1 == 41) {
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
this.aShortArray62 = new short[local18];
|
this.aShortArray62 = new short[local18];
|
||||||
this.aShortArray60 = new short[local18];
|
this.aShortArray60 = new short[local18];
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
this.aShortArray60[local38] = (short) arg0.method2163();
|
this.aShortArray60[local38] = (short) arg0.g2();
|
||||||
this.aShortArray62[local38] = (short) arg0.method2163();
|
this.aShortArray62[local38] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 42) {
|
} else if (arg1 == 42) {
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
this.aByteArray63 = new byte[local18];
|
this.aByteArray63 = new byte[local18];
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
this.aByteArray63[local38] = arg0.method2186();
|
this.aByteArray63[local38] = arg0.g1s();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 60) {
|
} else if (arg1 == 60) {
|
||||||
this.anInt4400 = arg0.method2163();
|
this.anInt4400 = arg0.g2();
|
||||||
} else if (arg1 == 62) {
|
} else if (arg1 == 62) {
|
||||||
this.aBoolean217 = true;
|
this.aBoolean217 = true;
|
||||||
} else if (arg1 == 64) {
|
} else if (arg1 == 64) {
|
||||||
this.aBoolean215 = false;
|
this.aBoolean215 = false;
|
||||||
} else if (arg1 == 65) {
|
} else if (arg1 == 65) {
|
||||||
this.anInt4396 = arg0.method2163();
|
this.anInt4396 = arg0.g2();
|
||||||
} else if (arg1 == 66) {
|
} else if (arg1 == 66) {
|
||||||
this.anInt4404 = arg0.method2163();
|
this.anInt4404 = arg0.g2();
|
||||||
} else if (arg1 == 67) {
|
} else if (arg1 == 67) {
|
||||||
this.anInt4399 = arg0.method2163();
|
this.anInt4399 = arg0.g2();
|
||||||
} else if (arg1 == 69) {
|
} else if (arg1 == 69) {
|
||||||
this.anInt4433 = arg0.method2229();
|
this.anInt4433 = arg0.g1();
|
||||||
} else if (arg1 == 70) {
|
} else if (arg1 == 70) {
|
||||||
this.anInt4408 = arg0.method2213();
|
this.anInt4408 = arg0.g2s();
|
||||||
} else if (arg1 == 71) {
|
} else if (arg1 == 71) {
|
||||||
this.anInt4411 = arg0.method2213();
|
this.anInt4411 = arg0.g2s();
|
||||||
} else if (arg1 == 72) {
|
} else if (arg1 == 72) {
|
||||||
this.anInt4434 = arg0.method2213();
|
this.anInt4434 = arg0.g2s();
|
||||||
} else if (arg1 == 73) {
|
} else if (arg1 == 73) {
|
||||||
this.aBoolean206 = true;
|
this.aBoolean206 = true;
|
||||||
} else if (arg1 == 74) {
|
} else if (arg1 == 74) {
|
||||||
this.aBoolean210 = true;
|
this.aBoolean210 = true;
|
||||||
} else if (arg1 == 75) {
|
} else if (arg1 == 75) {
|
||||||
this.anInt4438 = arg0.method2229();
|
this.anInt4438 = arg0.g1();
|
||||||
} else if (arg1 == 77 || arg1 == 92) {
|
} else if (arg1 == 77 || arg1 == 92) {
|
||||||
local18 = -1;
|
local18 = -1;
|
||||||
this.anInt4425 = arg0.method2163();
|
this.anInt4425 = arg0.g2();
|
||||||
if (this.anInt4425 == 65535) {
|
if (this.anInt4425 == 65535) {
|
||||||
this.anInt4425 = -1;
|
this.anInt4425 = -1;
|
||||||
}
|
}
|
||||||
this.anInt4431 = arg0.method2163();
|
this.anInt4431 = arg0.g2();
|
||||||
if (this.anInt4431 == 65535) {
|
if (this.anInt4431 == 65535) {
|
||||||
this.anInt4431 = -1;
|
this.anInt4431 = -1;
|
||||||
}
|
}
|
||||||
if (arg1 == 92) {
|
if (arg1 == 92) {
|
||||||
local18 = arg0.method2163();
|
local18 = arg0.g2();
|
||||||
if (local18 == 65535) {
|
if (local18 == 65535) {
|
||||||
local18 = -1;
|
local18 = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local38 = arg0.method2229();
|
local38 = arg0.g1();
|
||||||
this.anIntArray380 = new int[local38 + 2];
|
this.anIntArray380 = new int[local38 + 2];
|
||||||
for (@Pc(790) int local790 = 0; local790 <= local38; local790++) {
|
for (@Pc(790) int local790 = 0; local790 <= local38; local790++) {
|
||||||
this.anIntArray380[local790] = arg0.method2163();
|
this.anIntArray380[local790] = arg0.g2();
|
||||||
if (this.anIntArray380[local790] == 65535) {
|
if (this.anIntArray380[local790] == 65535) {
|
||||||
this.anIntArray380[local790] = -1;
|
this.anIntArray380[local790] = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.anIntArray380[local38 + 1] = local18;
|
this.anIntArray380[local38 + 1] = local18;
|
||||||
} else if (arg1 == 78) {
|
} else if (arg1 == 78) {
|
||||||
this.anInt4412 = arg0.method2163();
|
this.anInt4412 = arg0.g2();
|
||||||
this.anInt4402 = arg0.method2229();
|
this.anInt4402 = arg0.g1();
|
||||||
} else if (arg1 == 79) {
|
} else if (arg1 == 79) {
|
||||||
this.anInt4419 = arg0.method2163();
|
this.anInt4419 = arg0.g2();
|
||||||
this.anInt4414 = arg0.method2163();
|
this.anInt4414 = arg0.g2();
|
||||||
this.anInt4402 = arg0.method2229();
|
this.anInt4402 = arg0.g1();
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
this.anIntArray381 = new int[local18];
|
this.anIntArray381 = new int[local18];
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
this.anIntArray381[local38] = arg0.method2163();
|
this.anIntArray381[local38] = arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 81) {
|
} else if (arg1 == 81) {
|
||||||
this.aByte15 = 2;
|
this.aByte15 = 2;
|
||||||
this.aShort26 = (short) (arg0.method2229() * 256);
|
this.aShort26 = (short) (arg0.g1() * 256);
|
||||||
} else if (arg1 == 82) {
|
} else if (arg1 == 82) {
|
||||||
this.aBoolean216 = true;
|
this.aBoolean216 = true;
|
||||||
} else if (arg1 == 88) {
|
} else if (arg1 == 88) {
|
||||||
|
|
@ -561,7 +561,7 @@ public final class LocType {
|
||||||
this.aBoolean208 = true;
|
this.aBoolean208 = true;
|
||||||
} else if (arg1 == 93) {
|
} else if (arg1 == 93) {
|
||||||
this.aByte15 = 3;
|
this.aByte15 = 3;
|
||||||
this.aShort26 = (short) arg0.method2163();
|
this.aShort26 = (short) arg0.g2();
|
||||||
} else if (arg1 == 94) {
|
} else if (arg1 == 94) {
|
||||||
this.aByte15 = 4;
|
this.aByte15 = 4;
|
||||||
} else if (arg1 == 95) {
|
} else if (arg1 == 95) {
|
||||||
|
|
@ -573,29 +573,29 @@ public final class LocType {
|
||||||
} else if (arg1 == 98) {
|
} else if (arg1 == 98) {
|
||||||
this.aBoolean214 = true;
|
this.aBoolean214 = true;
|
||||||
} else if (arg1 == 99) {
|
} else if (arg1 == 99) {
|
||||||
this.anInt4406 = arg0.method2229();
|
this.anInt4406 = arg0.g1();
|
||||||
this.anInt4416 = arg0.method2163();
|
this.anInt4416 = arg0.g2();
|
||||||
} else if (arg1 == 100) {
|
} else if (arg1 == 100) {
|
||||||
this.anInt4420 = arg0.method2229();
|
this.anInt4420 = arg0.g1();
|
||||||
this.anInt4423 = arg0.method2163();
|
this.anInt4423 = arg0.g2();
|
||||||
} else if (arg1 == 101) {
|
} else if (arg1 == 101) {
|
||||||
this.anInt4395 = arg0.method2229();
|
this.anInt4395 = arg0.g1();
|
||||||
} else if (arg1 == 102) {
|
} else if (arg1 == 102) {
|
||||||
this.anInt4415 = arg0.method2163();
|
this.anInt4415 = arg0.g2();
|
||||||
} else if (arg1 == 249) {
|
} else if (arg1 == 249) {
|
||||||
local18 = arg0.method2229();
|
local18 = arg0.g1();
|
||||||
if (this.aClass133_19 == null) {
|
if (this.aClass133_19 == null) {
|
||||||
local38 = Static165.method3164(local18);
|
local38 = Static165.method3164(local18);
|
||||||
this.aClass133_19 = new HashTable(local38);
|
this.aClass133_19 = new HashTable(local38);
|
||||||
}
|
}
|
||||||
for (local38 = 0; local38 < local18; local38++) {
|
for (local38 = 0; local38 < local18; local38++) {
|
||||||
@Pc(576) boolean local576 = arg0.method2229() == 1;
|
@Pc(576) boolean local576 = arg0.g1() == 1;
|
||||||
@Pc(580) int local580 = arg0.method2220();
|
@Pc(580) int local580 = arg0.g3();
|
||||||
@Pc(589) Node local589;
|
@Pc(589) Node local589;
|
||||||
if (local576) {
|
if (local576) {
|
||||||
local589 = new StringNode(arg0.method2202());
|
local589 = new StringNode(arg0.gjstr());
|
||||||
} else {
|
} else {
|
||||||
local589 = new IntNode(arg0.method2174());
|
local589 = new IntNode(arg0.g4());
|
||||||
}
|
}
|
||||||
this.aClass133_19.method3862(local589, (long) local580);
|
this.aClass133_19.method3862(local589, (long) local580);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -62,15 +62,15 @@ public final class MidiDecoder {
|
||||||
for (@Pc(8) int local8 = 0; local8 < local6; local8++) {
|
for (@Pc(8) int local8 = 0; local8 < local6; local8++) {
|
||||||
this.anIntArray310[local8] = 0;
|
this.anIntArray310[local8] = 0;
|
||||||
this.anIntArray313[local8] = 0;
|
this.anIntArray313[local8] = 0;
|
||||||
this.aClass3_Sub15_6.anInt2792 = this.anIntArray312[local8];
|
this.aClass3_Sub15_6.offset = this.anIntArray312[local8];
|
||||||
this.method2632(local8);
|
this.method2632(local8);
|
||||||
this.anIntArray311[local8] = this.aClass3_Sub15_6.anInt2792;
|
this.anIntArray311[local8] = this.aClass3_Sub15_6.offset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "c", descriptor = "()Z")
|
@OriginalMember(owner = "client!ki", name = "c", descriptor = "()Z")
|
||||||
public final boolean method2628() {
|
public final boolean method2628() {
|
||||||
return this.aClass3_Sub15_6.aByteArray40 != null;
|
return this.aClass3_Sub15_6.data != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "d", descriptor = "()I")
|
@OriginalMember(owner = "client!ki", name = "d", descriptor = "()I")
|
||||||
|
|
@ -85,12 +85,12 @@ public final class MidiDecoder {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "c", descriptor = "(I)V")
|
@OriginalMember(owner = "client!ki", name = "c", descriptor = "(I)V")
|
||||||
public final void method2631(@OriginalArg(0) int arg0) {
|
public final void method2631(@OriginalArg(0) int arg0) {
|
||||||
this.aClass3_Sub15_6.anInt2792 = this.anIntArray311[arg0];
|
this.aClass3_Sub15_6.offset = this.anIntArray311[arg0];
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "d", descriptor = "(I)V")
|
@OriginalMember(owner = "client!ki", name = "d", descriptor = "(I)V")
|
||||||
public final void method2632(@OriginalArg(0) int arg0) {
|
public final void method2632(@OriginalArg(0) int arg0) {
|
||||||
@Pc(4) int local4 = this.aClass3_Sub15_6.method2167();
|
@Pc(4) int local4 = this.aClass3_Sub15_6.gVarInt();
|
||||||
this.anIntArray310[arg0] += local4;
|
this.anIntArray310[arg0] += local4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -101,76 +101,76 @@ public final class MidiDecoder {
|
||||||
@Pc(78) byte local78 = Static135.aByteArray46[arg1 - 128];
|
@Pc(78) byte local78 = Static135.aByteArray46[arg1 - 128];
|
||||||
local12 = arg1;
|
local12 = arg1;
|
||||||
if (local78 >= 1) {
|
if (local78 >= 1) {
|
||||||
local12 = arg1 | this.aClass3_Sub15_6.method2229() << 8;
|
local12 = arg1 | this.aClass3_Sub15_6.g1() << 8;
|
||||||
}
|
}
|
||||||
if (local78 >= 2) {
|
if (local78 >= 2) {
|
||||||
local12 |= this.aClass3_Sub15_6.method2229() << 16;
|
local12 |= this.aClass3_Sub15_6.g1() << 16;
|
||||||
}
|
}
|
||||||
return local12;
|
return local12;
|
||||||
}
|
}
|
||||||
@Pc(7) int local7 = this.aClass3_Sub15_6.method2229();
|
@Pc(7) int local7 = this.aClass3_Sub15_6.g1();
|
||||||
local12 = this.aClass3_Sub15_6.method2167();
|
local12 = this.aClass3_Sub15_6.gVarInt();
|
||||||
if (local7 == 47) {
|
if (local7 == 47) {
|
||||||
this.aClass3_Sub15_6.anInt2792 += local12;
|
this.aClass3_Sub15_6.offset += local12;
|
||||||
return 1;
|
return 1;
|
||||||
} else if (local7 == 81) {
|
} else if (local7 == 81) {
|
||||||
@Pc(32) int local32 = this.aClass3_Sub15_6.method2220();
|
@Pc(32) int local32 = this.aClass3_Sub15_6.g3();
|
||||||
local12 -= 3;
|
local12 -= 3;
|
||||||
@Pc(38) int local38 = this.anIntArray310[arg0];
|
@Pc(38) int local38 = this.anIntArray310[arg0];
|
||||||
this.aLong117 += (long) local38 * (long) (this.anInt3304 - local32);
|
this.aLong117 += (long) local38 * (long) (this.anInt3304 - local32);
|
||||||
this.anInt3304 = local32;
|
this.anInt3304 = local32;
|
||||||
this.aClass3_Sub15_6.anInt2792 += local12;
|
this.aClass3_Sub15_6.offset += local12;
|
||||||
return 2;
|
return 2;
|
||||||
} else {
|
} else {
|
||||||
this.aClass3_Sub15_6.anInt2792 += local12;
|
this.aClass3_Sub15_6.offset += local12;
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "e", descriptor = "(I)I")
|
@OriginalMember(owner = "client!ki", name = "e", descriptor = "(I)I")
|
||||||
private int method2634(@OriginalArg(0) int arg0) {
|
private int method2634(@OriginalArg(0) int arg0) {
|
||||||
@Pc(7) byte local7 = this.aClass3_Sub15_6.aByteArray40[this.aClass3_Sub15_6.anInt2792];
|
@Pc(7) byte local7 = this.aClass3_Sub15_6.data[this.aClass3_Sub15_6.offset];
|
||||||
@Pc(13) int local13;
|
@Pc(13) int local13;
|
||||||
if (local7 < 0) {
|
if (local7 < 0) {
|
||||||
local13 = local7 & 0xFF;
|
local13 = local7 & 0xFF;
|
||||||
this.anIntArray313[arg0] = local13;
|
this.anIntArray313[arg0] = local13;
|
||||||
this.aClass3_Sub15_6.anInt2792++;
|
this.aClass3_Sub15_6.offset++;
|
||||||
} else {
|
} else {
|
||||||
local13 = this.anIntArray313[arg0];
|
local13 = this.anIntArray313[arg0];
|
||||||
}
|
}
|
||||||
if (local13 != 240 && local13 != 247) {
|
if (local13 != 240 && local13 != 247) {
|
||||||
return this.method2633(arg0, local13);
|
return this.method2633(arg0, local13);
|
||||||
}
|
}
|
||||||
@Pc(42) int local42 = this.aClass3_Sub15_6.method2167();
|
@Pc(42) int local42 = this.aClass3_Sub15_6.gVarInt();
|
||||||
if (local13 == 247 && local42 > 0) {
|
if (local13 == 247 && local42 > 0) {
|
||||||
@Pc(57) int local57 = this.aClass3_Sub15_6.aByteArray40[this.aClass3_Sub15_6.anInt2792] & 0xFF;
|
@Pc(57) int local57 = this.aClass3_Sub15_6.data[this.aClass3_Sub15_6.offset] & 0xFF;
|
||||||
if (local57 >= 241 && local57 <= 243 || local57 == 246 || local57 == 248 || local57 >= 250 && local57 <= 252 || local57 == 254) {
|
if (local57 >= 241 && local57 <= 243 || local57 == 246 || local57 == 248 || local57 >= 250 && local57 <= 252 || local57 == 254) {
|
||||||
this.aClass3_Sub15_6.anInt2792++;
|
this.aClass3_Sub15_6.offset++;
|
||||||
this.anIntArray313[arg0] = local57;
|
this.anIntArray313[arg0] = local57;
|
||||||
return this.method2633(arg0, local57);
|
return this.method2633(arg0, local57);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.aClass3_Sub15_6.anInt2792 += local42;
|
this.aClass3_Sub15_6.offset += local42;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "a", descriptor = "([B)V")
|
@OriginalMember(owner = "client!ki", name = "a", descriptor = "([B)V")
|
||||||
public final void method2635(@OriginalArg(0) byte[] arg0) {
|
public final void method2635(@OriginalArg(0) byte[] arg0) {
|
||||||
this.aClass3_Sub15_6.aByteArray40 = arg0;
|
this.aClass3_Sub15_6.data = arg0;
|
||||||
this.aClass3_Sub15_6.anInt2792 = 10;
|
this.aClass3_Sub15_6.offset = 10;
|
||||||
@Pc(12) int local12 = this.aClass3_Sub15_6.method2163();
|
@Pc(12) int local12 = this.aClass3_Sub15_6.g2();
|
||||||
this.anInt3303 = this.aClass3_Sub15_6.method2163();
|
this.anInt3303 = this.aClass3_Sub15_6.g2();
|
||||||
this.anInt3304 = 500000;
|
this.anInt3304 = 500000;
|
||||||
this.anIntArray312 = new int[local12];
|
this.anIntArray312 = new int[local12];
|
||||||
@Pc(27) int local27 = 0;
|
@Pc(27) int local27 = 0;
|
||||||
while (local27 < local12) {
|
while (local27 < local12) {
|
||||||
@Pc(35) int local35 = this.aClass3_Sub15_6.method2174();
|
@Pc(35) int local35 = this.aClass3_Sub15_6.g4();
|
||||||
@Pc(40) int local40 = this.aClass3_Sub15_6.method2174();
|
@Pc(40) int local40 = this.aClass3_Sub15_6.g4();
|
||||||
if (local35 == 1297379947) {
|
if (local35 == 1297379947) {
|
||||||
this.anIntArray312[local27] = this.aClass3_Sub15_6.anInt2792;
|
this.anIntArray312[local27] = this.aClass3_Sub15_6.offset;
|
||||||
local27++;
|
local27++;
|
||||||
}
|
}
|
||||||
this.aClass3_Sub15_6.anInt2792 += local40;
|
this.aClass3_Sub15_6.offset += local40;
|
||||||
}
|
}
|
||||||
this.aLong117 = 0L;
|
this.aLong117 = 0L;
|
||||||
this.anIntArray311 = new int[local12];
|
this.anIntArray311 = new int[local12];
|
||||||
|
|
@ -183,7 +183,7 @@ public final class MidiDecoder {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "f", descriptor = "(I)V")
|
@OriginalMember(owner = "client!ki", name = "f", descriptor = "(I)V")
|
||||||
public final void method2636(@OriginalArg(0) int arg0) {
|
public final void method2636(@OriginalArg(0) int arg0) {
|
||||||
this.anIntArray311[arg0] = this.aClass3_Sub15_6.anInt2792;
|
this.anIntArray311[arg0] = this.aClass3_Sub15_6.offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "e", descriptor = "()I")
|
@OriginalMember(owner = "client!ki", name = "e", descriptor = "()I")
|
||||||
|
|
@ -202,7 +202,7 @@ public final class MidiDecoder {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "f", descriptor = "()V")
|
@OriginalMember(owner = "client!ki", name = "f", descriptor = "()V")
|
||||||
public final void method2638() {
|
public final void method2638() {
|
||||||
this.aClass3_Sub15_6.aByteArray40 = null;
|
this.aClass3_Sub15_6.data = null;
|
||||||
this.anIntArray312 = null;
|
this.anIntArray312 = null;
|
||||||
this.anIntArray311 = null;
|
this.anIntArray311 = null;
|
||||||
this.anIntArray310 = null;
|
this.anIntArray310 = null;
|
||||||
|
|
@ -211,6 +211,6 @@ public final class MidiDecoder {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ki", name = "g", descriptor = "()V")
|
@OriginalMember(owner = "client!ki", name = "g", descriptor = "()V")
|
||||||
public final void method2639() {
|
public final void method2639() {
|
||||||
this.aClass3_Sub15_6.anInt2792 = -1;
|
this.aClass3_Sub15_6.offset = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,39 +35,39 @@ public final class MidiInstrument extends Node {
|
||||||
@Pc(29) int local29 = 0;
|
@Pc(29) int local29 = 0;
|
||||||
this.aByteArray44 = new byte[128];
|
this.aByteArray44 = new byte[128];
|
||||||
@Pc(38) Buffer local38 = new Buffer(arg0);
|
@Pc(38) Buffer local38 = new Buffer(arg0);
|
||||||
while (local38.aByteArray40[local29 + local38.anInt2792] != 0) {
|
while (local38.data[local29 + local38.offset] != 0) {
|
||||||
local29++;
|
local29++;
|
||||||
}
|
}
|
||||||
@Pc(55) byte[] local55 = new byte[local29];
|
@Pc(55) byte[] local55 = new byte[local29];
|
||||||
@Pc(57) int local57;
|
@Pc(57) int local57;
|
||||||
for (local57 = 0; local57 < local29; local57++) {
|
for (local57 = 0; local57 < local29; local57++) {
|
||||||
local55[local57] = local38.method2186();
|
local55[local57] = local38.g1s();
|
||||||
}
|
}
|
||||||
local38.anInt2792++;
|
local38.offset++;
|
||||||
local29++;
|
local29++;
|
||||||
local57 = local38.anInt2792;
|
local57 = local38.offset;
|
||||||
local38.anInt2792 += local29;
|
local38.offset += local29;
|
||||||
@Pc(91) int local91;
|
@Pc(91) int local91;
|
||||||
for (local91 = 0; local38.aByteArray40[local38.anInt2792 + local91] != 0; local91++) {
|
for (local91 = 0; local38.data[local38.offset + local91] != 0; local91++) {
|
||||||
}
|
}
|
||||||
@Pc(106) byte[] local106 = new byte[local91];
|
@Pc(106) byte[] local106 = new byte[local91];
|
||||||
@Pc(108) int local108;
|
@Pc(108) int local108;
|
||||||
for (local108 = 0; local108 < local91; local108++) {
|
for (local108 = 0; local108 < local91; local108++) {
|
||||||
local106[local108] = local38.method2186();
|
local106[local108] = local38.g1s();
|
||||||
}
|
}
|
||||||
local38.anInt2792++;
|
local38.offset++;
|
||||||
local91++;
|
local91++;
|
||||||
@Pc(133) int local133 = 0;
|
@Pc(133) int local133 = 0;
|
||||||
local108 = local38.anInt2792;
|
local108 = local38.offset;
|
||||||
local38.anInt2792 += local91;
|
local38.offset += local91;
|
||||||
while (local38.aByteArray40[local133 + local38.anInt2792] != 0) {
|
while (local38.data[local133 + local38.offset] != 0) {
|
||||||
local133++;
|
local133++;
|
||||||
}
|
}
|
||||||
@Pc(159) byte[] local159 = new byte[local133];
|
@Pc(159) byte[] local159 = new byte[local133];
|
||||||
for (@Pc(161) int local161 = 0; local161 < local133; local161++) {
|
for (@Pc(161) int local161 = 0; local161 < local133; local161++) {
|
||||||
local159[local161] = local38.method2186();
|
local159[local161] = local38.g1s();
|
||||||
}
|
}
|
||||||
local38.anInt2792++;
|
local38.offset++;
|
||||||
local133++;
|
local133++;
|
||||||
@Pc(187) byte[] local187 = new byte[local133];
|
@Pc(187) byte[] local187 = new byte[local133];
|
||||||
@Pc(194) int local194;
|
@Pc(194) int local194;
|
||||||
|
|
@ -79,7 +79,7 @@ public final class MidiInstrument extends Node {
|
||||||
local187[1] = 1;
|
local187[1] = 1;
|
||||||
@Pc(204) int local204 = 1;
|
@Pc(204) int local204 = 1;
|
||||||
for (local206 = 2; local206 < local133; local206++) {
|
for (local206 = 2; local206 < local133; local206++) {
|
||||||
@Pc(217) int local217 = local38.method2229();
|
@Pc(217) int local217 = local38.g1();
|
||||||
if (local217 == 0) {
|
if (local217 == 0) {
|
||||||
local204 = local194++;
|
local204 = local194++;
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -94,39 +94,39 @@ public final class MidiInstrument extends Node {
|
||||||
@Pc(242) Class162[] local242 = new Class162[local194];
|
@Pc(242) Class162[] local242 = new Class162[local194];
|
||||||
for (local206 = 0; local206 < local242.length; local206++) {
|
for (local206 = 0; local206 < local242.length; local206++) {
|
||||||
@Pc(256) Class162 local256 = local242[local206] = new Class162();
|
@Pc(256) Class162 local256 = local242[local206] = new Class162();
|
||||||
@Pc(260) int local260 = local38.method2229();
|
@Pc(260) int local260 = local38.g1();
|
||||||
if (local260 > 0) {
|
if (local260 > 0) {
|
||||||
local256.aByteArray80 = new byte[local260 * 2];
|
local256.aByteArray80 = new byte[local260 * 2];
|
||||||
}
|
}
|
||||||
local260 = local38.method2229();
|
local260 = local38.g1();
|
||||||
if (local260 > 0) {
|
if (local260 > 0) {
|
||||||
local256.aByteArray81 = new byte[local260 * 2 + 2];
|
local256.aByteArray81 = new byte[local260 * 2 + 2];
|
||||||
local256.aByteArray81[1] = 64;
|
local256.aByteArray81[1] = 64;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local206 = local38.method2229();
|
local206 = local38.g1();
|
||||||
@Pc(311) byte[] local311 = local206 > 0 ? new byte[local206 * 2] : null;
|
@Pc(311) byte[] local311 = local206 > 0 ? new byte[local206 * 2] : null;
|
||||||
local206 = local38.method2229();
|
local206 = local38.g1();
|
||||||
@Pc(327) byte[] local327 = local206 > 0 ? new byte[local206 * 2] : null;
|
@Pc(327) byte[] local327 = local206 > 0 ? new byte[local206 * 2] : null;
|
||||||
@Pc(329) int local329;
|
@Pc(329) int local329;
|
||||||
for (local329 = 0; local38.aByteArray40[local329 + local38.anInt2792] != 0; local329++) {
|
for (local329 = 0; local38.data[local329 + local38.offset] != 0; local329++) {
|
||||||
}
|
}
|
||||||
@Pc(346) byte[] local346 = new byte[local329];
|
@Pc(346) byte[] local346 = new byte[local329];
|
||||||
@Pc(348) int local348;
|
@Pc(348) int local348;
|
||||||
for (local348 = 0; local348 < local329; local348++) {
|
for (local348 = 0; local348 < local329; local348++) {
|
||||||
local346[local348] = local38.method2186();
|
local346[local348] = local38.g1s();
|
||||||
}
|
}
|
||||||
local38.anInt2792++;
|
local38.offset++;
|
||||||
local329++;
|
local329++;
|
||||||
local348 = 0;
|
local348 = 0;
|
||||||
@Pc(375) int local375;
|
@Pc(375) int local375;
|
||||||
for (local375 = 0; local375 < 128; local375++) {
|
for (local375 = 0; local375 < 128; local375++) {
|
||||||
local348 += local38.method2229();
|
local348 += local38.g1();
|
||||||
this.aShortArray36[local375] = (short) local348;
|
this.aShortArray36[local375] = (short) local348;
|
||||||
}
|
}
|
||||||
local348 = 0;
|
local348 = 0;
|
||||||
for (local375 = 0; local375 < 128; local375++) {
|
for (local375 = 0; local375 < 128; local375++) {
|
||||||
local348 += local38.method2229();
|
local348 += local38.g1();
|
||||||
this.aShortArray36[local375] = (short) (this.aShortArray36[local375] + (local348 << 8));
|
this.aShortArray36[local375] = (short) (this.aShortArray36[local375] + (local348 << 8));
|
||||||
}
|
}
|
||||||
local375 = 0;
|
local375 = 0;
|
||||||
|
|
@ -140,7 +140,7 @@ public final class MidiInstrument extends Node {
|
||||||
} else {
|
} else {
|
||||||
local375 = -1;
|
local375 = -1;
|
||||||
}
|
}
|
||||||
local430 = local38.method2167();
|
local430 = local38.gVarInt();
|
||||||
}
|
}
|
||||||
this.aShortArray36[local432] = (short) (this.aShortArray36[local432] + ((local430 - 1 & 0x2) << 14));
|
this.aShortArray36[local432] = (short) (this.aShortArray36[local432] + ((local430 - 1 & 0x2) << 14));
|
||||||
this.anIntArray289[local432] = local430;
|
this.anIntArray289[local432] = local430;
|
||||||
|
|
@ -153,7 +153,7 @@ public final class MidiInstrument extends Node {
|
||||||
for (local496 = 0; local496 < 128; local496++) {
|
for (local496 = 0; local496 < 128; local496++) {
|
||||||
if (this.anIntArray289[local496] != 0) {
|
if (this.anIntArray289[local496] != 0) {
|
||||||
if (local375 == 0) {
|
if (local375 == 0) {
|
||||||
local432 = local38.aByteArray40[local57++] - 1;
|
local432 = local38.data[local57++] - 1;
|
||||||
if (local55.length > local428) {
|
if (local55.length > local428) {
|
||||||
local375 = local55[local428++];
|
local375 = local55[local428++];
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -170,7 +170,7 @@ public final class MidiInstrument extends Node {
|
||||||
for (@Pc(550) int local550 = 0; local550 < 128; local550++) {
|
for (@Pc(550) int local550 = 0; local550 < 128; local550++) {
|
||||||
if (this.anIntArray289[local550] != 0) {
|
if (this.anIntArray289[local550] != 0) {
|
||||||
if (local375 == 0) {
|
if (local375 == 0) {
|
||||||
local496 = local38.aByteArray40[local108++] + 16 << 2;
|
local496 = local38.data[local108++] + 16 << 2;
|
||||||
if (local428 < local106.length) {
|
if (local428 < local106.length) {
|
||||||
local375 = local106[local428++];
|
local375 = local106[local428++];
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -211,36 +211,36 @@ public final class MidiInstrument extends Node {
|
||||||
local375 = -1;
|
local375 = -1;
|
||||||
}
|
}
|
||||||
if (this.anIntArray289[local664] > 0) {
|
if (this.anIntArray289[local664] > 0) {
|
||||||
local611 = local38.method2229() + 1;
|
local611 = local38.g1() + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local375--;
|
local375--;
|
||||||
this.aByteArray45[local664] = (byte) local611;
|
this.aByteArray45[local664] = (byte) local611;
|
||||||
}
|
}
|
||||||
this.anInt3078 = local38.method2229() + 1;
|
this.anInt3078 = local38.g1() + 1;
|
||||||
@Pc(729) Class162 local729;
|
@Pc(729) Class162 local729;
|
||||||
@Pc(734) int local734;
|
@Pc(734) int local734;
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
local729 = local242[local664];
|
local729 = local242[local664];
|
||||||
if (local729.aByteArray80 != null) {
|
if (local729.aByteArray80 != null) {
|
||||||
for (local734 = 1; local734 < local729.aByteArray80.length; local734 += 2) {
|
for (local734 = 1; local734 < local729.aByteArray80.length; local734 += 2) {
|
||||||
local729.aByteArray80[local734] = local38.method2186();
|
local729.aByteArray80[local734] = local38.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local729.aByteArray81 != null) {
|
if (local729.aByteArray81 != null) {
|
||||||
for (local734 = 3; local734 < local729.aByteArray81.length - 2; local734 += 2) {
|
for (local734 = 3; local734 < local729.aByteArray81.length - 2; local734 += 2) {
|
||||||
local729.aByteArray81[local734] = local38.method2186();
|
local729.aByteArray81[local734] = local38.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local311 != null) {
|
if (local311 != null) {
|
||||||
for (local664 = 1; local664 < local311.length; local664 += 2) {
|
for (local664 = 1; local664 < local311.length; local664 += 2) {
|
||||||
local311[local664] = local38.method2186();
|
local311[local664] = local38.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local327 != null) {
|
if (local327 != null) {
|
||||||
for (local664 = 1; local664 < local327.length; local664 += 2) {
|
for (local664 = 1; local664 < local327.length; local664 += 2) {
|
||||||
local327[local664] = local38.method2186();
|
local327[local664] = local38.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
|
|
@ -248,7 +248,7 @@ public final class MidiInstrument extends Node {
|
||||||
if (local729.aByteArray81 != null) {
|
if (local729.aByteArray81 != null) {
|
||||||
local348 = 0;
|
local348 = 0;
|
||||||
for (local734 = 2; local734 < local729.aByteArray81.length; local734 += 2) {
|
for (local734 = 2; local734 < local729.aByteArray81.length; local734 += 2) {
|
||||||
local348 -= -local38.method2229() - 1;
|
local348 -= -local38.g1() - 1;
|
||||||
local729.aByteArray81[local734] = (byte) local348;
|
local729.aByteArray81[local734] = (byte) local348;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -258,7 +258,7 @@ public final class MidiInstrument extends Node {
|
||||||
if (local729.aByteArray80 != null) {
|
if (local729.aByteArray80 != null) {
|
||||||
local348 = 0;
|
local348 = 0;
|
||||||
for (local734 = 2; local734 < local729.aByteArray80.length; local734 += 2) {
|
for (local734 = 2; local734 < local729.aByteArray80.length; local734 += 2) {
|
||||||
local348 = local348 + local38.method2229() + 1;
|
local348 = local348 + local38.g1() + 1;
|
||||||
local729.aByteArray80[local734] = (byte) local348;
|
local729.aByteArray80[local734] = (byte) local348;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -270,10 +270,10 @@ public final class MidiInstrument extends Node {
|
||||||
@Pc(1066) int local1066;
|
@Pc(1066) int local1066;
|
||||||
@Pc(954) byte local954;
|
@Pc(954) byte local954;
|
||||||
if (local311 != null) {
|
if (local311 != null) {
|
||||||
local348 = local38.method2229();
|
local348 = local38.g1();
|
||||||
local311[0] = (byte) local348;
|
local311[0] = (byte) local348;
|
||||||
for (local664 = 2; local664 < local311.length; local664 += 2) {
|
for (local664 = 2; local664 < local311.length; local664 += 2) {
|
||||||
local348 = local348 + local38.method2229() + 1;
|
local348 = local348 + local38.g1() + 1;
|
||||||
local311[local664] = (byte) local348;
|
local311[local664] = (byte) local348;
|
||||||
}
|
}
|
||||||
local954 = local311[0];
|
local954 = local311[0];
|
||||||
|
|
@ -300,10 +300,10 @@ public final class MidiInstrument extends Node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local327 != null) {
|
if (local327 != null) {
|
||||||
local348 = local38.method2229();
|
local348 = local38.g1();
|
||||||
local327[0] = (byte) local348;
|
local327[0] = (byte) local348;
|
||||||
for (local664 = 2; local664 < local327.length; local664 += 2) {
|
for (local664 = 2; local664 < local327.length; local664 += 2) {
|
||||||
local348 = local348 + local38.method2229() + 1;
|
local348 = local348 + local38.g1() + 1;
|
||||||
local327[local664] = (byte) local348;
|
local327[local664] = (byte) local348;
|
||||||
}
|
}
|
||||||
local954 = local327[0];
|
local954 = local327[0];
|
||||||
|
|
@ -352,33 +352,33 @@ public final class MidiInstrument extends Node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
local242[local664].anInt5815 = local38.method2229();
|
local242[local664].anInt5815 = local38.g1();
|
||||||
}
|
}
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
local729 = local242[local664];
|
local729 = local242[local664];
|
||||||
if (local729.aByteArray80 != null) {
|
if (local729.aByteArray80 != null) {
|
||||||
local729.anInt5810 = local38.method2229();
|
local729.anInt5810 = local38.g1();
|
||||||
}
|
}
|
||||||
if (local729.aByteArray81 != null) {
|
if (local729.aByteArray81 != null) {
|
||||||
local729.anInt5813 = local38.method2229();
|
local729.anInt5813 = local38.g1();
|
||||||
}
|
}
|
||||||
if (local729.anInt5815 > 0) {
|
if (local729.anInt5815 > 0) {
|
||||||
local729.anInt5807 = local38.method2229();
|
local729.anInt5807 = local38.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
local242[local664].anInt5814 = local38.method2229();
|
local242[local664].anInt5814 = local38.g1();
|
||||||
}
|
}
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
local729 = local242[local664];
|
local729 = local242[local664];
|
||||||
if (local729.anInt5814 > 0) {
|
if (local729.anInt5814 > 0) {
|
||||||
local729.anInt5809 = local38.method2229();
|
local729.anInt5809 = local38.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (local664 = 0; local664 < local194; local664++) {
|
for (local664 = 0; local664 < local194; local664++) {
|
||||||
local729 = local242[local664];
|
local729 = local242[local664];
|
||||||
if (local729.anInt5809 > 0) {
|
if (local729.anInt5809 > 0) {
|
||||||
local729.anInt5811 = local38.method2229();
|
local729.anInt5811 = local38.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -487,7 +487,7 @@ public final class NpcType {
|
||||||
@OriginalMember(owner = "client!me", name = "a", descriptor = "(Lclient!wa;I)V")
|
@OriginalMember(owner = "client!me", name = "a", descriptor = "(Lclient!wa;I)V")
|
||||||
public final void method2939(@OriginalArg(0) Buffer arg0) {
|
public final void method2939(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(9) int local9 = arg0.method2229();
|
@Pc(9) int local9 = arg0.g1();
|
||||||
if (local9 == 0) {
|
if (local9 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -558,91 +558,91 @@ public final class NpcType {
|
||||||
@Pc(12) int local12;
|
@Pc(12) int local12;
|
||||||
@Pc(18) int local18;
|
@Pc(18) int local18;
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
this.anIntArray356 = new int[local12];
|
this.anIntArray356 = new int[local12];
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
this.anIntArray356[local18] = arg1.method2163();
|
this.anIntArray356[local18] = arg1.g2();
|
||||||
if (this.anIntArray356[local18] == 65535) {
|
if (this.anIntArray356[local18] == 65535) {
|
||||||
this.anIntArray356[local18] = -1;
|
this.anIntArray356[local18] = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.aClass100_738 = arg1.method2202();
|
this.aClass100_738 = arg1.gjstr();
|
||||||
} else if (arg0 == 12) {
|
} else if (arg0 == 12) {
|
||||||
this.anInt3713 = arg1.method2229();
|
this.anInt3713 = arg1.g1();
|
||||||
} else if (arg0 >= 30 && arg0 < 35) {
|
} else if (arg0 >= 30 && arg0 < 35) {
|
||||||
this.aClass100Array116[arg0 - 30] = arg1.method2202();
|
this.aClass100Array116[arg0 - 30] = arg1.gjstr();
|
||||||
if (this.aClass100Array116[arg0 - 30].method3111(Static10.aClass100_64)) {
|
if (this.aClass100Array116[arg0 - 30].method3111(Static10.aClass100_64)) {
|
||||||
this.aClass100Array116[arg0 - 30] = null;
|
this.aClass100Array116[arg0 - 30] = null;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 40) {
|
} else if (arg0 == 40) {
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
this.aShortArray39 = new short[local12];
|
this.aShortArray39 = new short[local12];
|
||||||
this.aShortArray38 = new short[local12];
|
this.aShortArray38 = new short[local12];
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
this.aShortArray38[local18] = (short) arg1.method2163();
|
this.aShortArray38[local18] = (short) arg1.g2();
|
||||||
this.aShortArray39[local18] = (short) arg1.method2163();
|
this.aShortArray39[local18] = (short) arg1.g2();
|
||||||
}
|
}
|
||||||
} else if (arg0 == 41) {
|
} else if (arg0 == 41) {
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
this.aShortArray37 = new short[local12];
|
this.aShortArray37 = new short[local12];
|
||||||
this.aShortArray40 = new short[local12];
|
this.aShortArray40 = new short[local12];
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
this.aShortArray40[local18] = (short) arg1.method2163();
|
this.aShortArray40[local18] = (short) arg1.g2();
|
||||||
this.aShortArray37[local18] = (short) arg1.method2163();
|
this.aShortArray37[local18] = (short) arg1.g2();
|
||||||
}
|
}
|
||||||
} else if (arg0 == 42) {
|
} else if (arg0 == 42) {
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
this.aByteArray51 = new byte[local12];
|
this.aByteArray51 = new byte[local12];
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
this.aByteArray51[local18] = arg1.method2186();
|
this.aByteArray51[local18] = arg1.g1s();
|
||||||
}
|
}
|
||||||
} else if (arg0 == 60) {
|
} else if (arg0 == 60) {
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
this.anIntArray354 = new int[local12];
|
this.anIntArray354 = new int[local12];
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
this.anIntArray354[local18] = arg1.method2163();
|
this.anIntArray354[local18] = arg1.g2();
|
||||||
}
|
}
|
||||||
} else if (arg0 == 93) {
|
} else if (arg0 == 93) {
|
||||||
this.aBoolean184 = false;
|
this.aBoolean184 = false;
|
||||||
} else if (arg0 == 95) {
|
} else if (arg0 == 95) {
|
||||||
this.anInt3726 = arg1.method2163();
|
this.anInt3726 = arg1.g2();
|
||||||
} else if (arg0 == 97) {
|
} else if (arg0 == 97) {
|
||||||
this.anInt3729 = arg1.method2163();
|
this.anInt3729 = arg1.g2();
|
||||||
} else if (arg0 == 98) {
|
} else if (arg0 == 98) {
|
||||||
this.anInt3731 = arg1.method2163();
|
this.anInt3731 = arg1.g2();
|
||||||
} else if (arg0 == 99) {
|
} else if (arg0 == 99) {
|
||||||
this.aBoolean182 = true;
|
this.aBoolean182 = true;
|
||||||
} else if (arg0 == 100) {
|
} else if (arg0 == 100) {
|
||||||
this.anInt3715 = arg1.method2186();
|
this.anInt3715 = arg1.g1s();
|
||||||
} else if (arg0 == 101) {
|
} else if (arg0 == 101) {
|
||||||
this.anInt3738 = arg1.method2186() * 5;
|
this.anInt3738 = arg1.g1s() * 5;
|
||||||
} else if (arg0 == 102) {
|
} else if (arg0 == 102) {
|
||||||
this.anInt3732 = arg1.method2163();
|
this.anInt3732 = arg1.g2();
|
||||||
} else if (arg0 == 103) {
|
} else if (arg0 == 103) {
|
||||||
this.anInt3733 = arg1.method2163();
|
this.anInt3733 = arg1.g2();
|
||||||
} else {
|
} else {
|
||||||
@Pc(297) int local297;
|
@Pc(297) int local297;
|
||||||
if (arg0 == 106 || arg0 == 118) {
|
if (arg0 == 106 || arg0 == 118) {
|
||||||
this.anInt3723 = arg1.method2163();
|
this.anInt3723 = arg1.g2();
|
||||||
local12 = -1;
|
local12 = -1;
|
||||||
if (this.anInt3723 == 65535) {
|
if (this.anInt3723 == 65535) {
|
||||||
this.anInt3723 = -1;
|
this.anInt3723 = -1;
|
||||||
}
|
}
|
||||||
this.anInt3749 = arg1.method2163();
|
this.anInt3749 = arg1.g2();
|
||||||
if (this.anInt3749 == 65535) {
|
if (this.anInt3749 == 65535) {
|
||||||
this.anInt3749 = -1;
|
this.anInt3749 = -1;
|
||||||
}
|
}
|
||||||
if (arg0 == 118) {
|
if (arg0 == 118) {
|
||||||
local12 = arg1.method2163();
|
local12 = arg1.g2();
|
||||||
if (local12 == 65535) {
|
if (local12 == 65535) {
|
||||||
local12 = -1;
|
local12 = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local18 = arg1.method2229();
|
local18 = arg1.g1();
|
||||||
this.anIntArray357 = new int[local18 + 2];
|
this.anIntArray357 = new int[local18 + 2];
|
||||||
for (local297 = 0; local297 <= local18; local297++) {
|
for (local297 = 0; local297 <= local18; local297++) {
|
||||||
this.anIntArray357[local297] = arg1.method2163();
|
this.anIntArray357[local297] = arg1.g2();
|
||||||
if (this.anIntArray357[local297] == 65535) {
|
if (this.anIntArray357[local297] == 65535) {
|
||||||
this.anIntArray357[local297] = -1;
|
this.anIntArray357[local297] = -1;
|
||||||
}
|
}
|
||||||
|
|
@ -655,78 +655,78 @@ public final class NpcType {
|
||||||
} else if (arg0 == 111) {
|
} else if (arg0 == 111) {
|
||||||
this.aBoolean180 = false;
|
this.aBoolean180 = false;
|
||||||
} else if (arg0 == 113) {
|
} else if (arg0 == 113) {
|
||||||
this.aShort24 = (short) arg1.method2163();
|
this.aShort24 = (short) arg1.g2();
|
||||||
this.aShort23 = (short) arg1.method2163();
|
this.aShort23 = (short) arg1.g2();
|
||||||
} else if (arg0 == 114) {
|
} else if (arg0 == 114) {
|
||||||
this.aByte13 = arg1.method2186();
|
this.aByte13 = arg1.g1s();
|
||||||
this.aByte12 = arg1.method2186();
|
this.aByte12 = arg1.g1s();
|
||||||
} else if (arg0 == 115) {
|
} else if (arg0 == 115) {
|
||||||
arg1.method2229();
|
arg1.g1();
|
||||||
arg1.method2229();
|
arg1.g1();
|
||||||
} else if (arg0 == 119) {
|
} else if (arg0 == 119) {
|
||||||
this.aByte10 = arg1.method2186();
|
this.aByte10 = arg1.g1s();
|
||||||
} else if (arg0 == 121) {
|
} else if (arg0 == 121) {
|
||||||
this.anIntArrayArray29 = new int[this.anIntArray356.length][];
|
this.anIntArrayArray29 = new int[this.anIntArray356.length][];
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
local297 = arg1.method2229();
|
local297 = arg1.g1();
|
||||||
@Pc(439) int[] local439 = this.anIntArrayArray29[local297] = new int[3];
|
@Pc(439) int[] local439 = this.anIntArrayArray29[local297] = new int[3];
|
||||||
local439[0] = arg1.method2186();
|
local439[0] = arg1.g1s();
|
||||||
local439[1] = arg1.method2186();
|
local439[1] = arg1.g1s();
|
||||||
local439[2] = arg1.method2186();
|
local439[2] = arg1.g1s();
|
||||||
}
|
}
|
||||||
} else if (arg0 == 122) {
|
} else if (arg0 == 122) {
|
||||||
this.anInt3736 = arg1.method2163();
|
this.anInt3736 = arg1.g2();
|
||||||
} else if (arg0 == 123) {
|
} else if (arg0 == 123) {
|
||||||
this.anInt3730 = arg1.method2163();
|
this.anInt3730 = arg1.g2();
|
||||||
} else if (arg0 == 125) {
|
} else if (arg0 == 125) {
|
||||||
this.aByte11 = arg1.method2186();
|
this.aByte11 = arg1.g1s();
|
||||||
} else if (arg0 == 126) {
|
} else if (arg0 == 126) {
|
||||||
this.anInt3739 = arg1.method2163();
|
this.anInt3739 = arg1.g2();
|
||||||
} else if (arg0 == 127) {
|
} else if (arg0 == 127) {
|
||||||
this.anInt3737 = arg1.method2163();
|
this.anInt3737 = arg1.g2();
|
||||||
} else if (arg0 == 128) {
|
} else if (arg0 == 128) {
|
||||||
arg1.method2229();
|
arg1.g1();
|
||||||
} else if (arg0 == 134) {
|
} else if (arg0 == 134) {
|
||||||
this.anInt3728 = arg1.method2163();
|
this.anInt3728 = arg1.g2();
|
||||||
if (this.anInt3728 == 65535) {
|
if (this.anInt3728 == 65535) {
|
||||||
this.anInt3728 = -1;
|
this.anInt3728 = -1;
|
||||||
}
|
}
|
||||||
this.anInt3745 = arg1.method2163();
|
this.anInt3745 = arg1.g2();
|
||||||
if (this.anInt3745 == 65535) {
|
if (this.anInt3745 == 65535) {
|
||||||
this.anInt3745 = -1;
|
this.anInt3745 = -1;
|
||||||
}
|
}
|
||||||
this.anInt3747 = arg1.method2163();
|
this.anInt3747 = arg1.g2();
|
||||||
if (this.anInt3747 == 65535) {
|
if (this.anInt3747 == 65535) {
|
||||||
this.anInt3747 = -1;
|
this.anInt3747 = -1;
|
||||||
}
|
}
|
||||||
this.anInt3734 = arg1.method2163();
|
this.anInt3734 = arg1.g2();
|
||||||
if (this.anInt3734 == 65535) {
|
if (this.anInt3734 == 65535) {
|
||||||
this.anInt3734 = -1;
|
this.anInt3734 = -1;
|
||||||
}
|
}
|
||||||
this.anInt3746 = arg1.method2229();
|
this.anInt3746 = arg1.g1();
|
||||||
} else if (arg0 == 135) {
|
} else if (arg0 == 135) {
|
||||||
this.anInt3750 = arg1.method2229();
|
this.anInt3750 = arg1.g1();
|
||||||
this.anInt3719 = arg1.method2163();
|
this.anInt3719 = arg1.g2();
|
||||||
} else if (arg0 == 136) {
|
} else if (arg0 == 136) {
|
||||||
this.anInt3743 = arg1.method2229();
|
this.anInt3743 = arg1.g1();
|
||||||
this.anInt3735 = arg1.method2163();
|
this.anInt3735 = arg1.g2();
|
||||||
} else if (arg0 == 137) {
|
} else if (arg0 == 137) {
|
||||||
this.anInt3752 = arg1.method2163();
|
this.anInt3752 = arg1.g2();
|
||||||
} else if (arg0 == 249) {
|
} else if (arg0 == 249) {
|
||||||
local12 = arg1.method2229();
|
local12 = arg1.g1();
|
||||||
if (this.aClass133_15 == null) {
|
if (this.aClass133_15 == null) {
|
||||||
local18 = Static165.method3164(local12);
|
local18 = Static165.method3164(local12);
|
||||||
this.aClass133_15 = new HashTable(local18);
|
this.aClass133_15 = new HashTable(local18);
|
||||||
}
|
}
|
||||||
for (local18 = 0; local18 < local12; local18++) {
|
for (local18 = 0; local18 < local12; local18++) {
|
||||||
@Pc(592) boolean local592 = arg1.method2229() == 1;
|
@Pc(592) boolean local592 = arg1.g1() == 1;
|
||||||
@Pc(596) int local596 = arg1.method2220();
|
@Pc(596) int local596 = arg1.g3();
|
||||||
@Pc(605) Node local605;
|
@Pc(605) Node local605;
|
||||||
if (local592) {
|
if (local592) {
|
||||||
local605 = new StringNode(arg1.method2202());
|
local605 = new StringNode(arg1.gjstr());
|
||||||
} else {
|
} else {
|
||||||
local605 = new IntNode(arg1.method2174());
|
local605 = new IntNode(arg1.g4());
|
||||||
}
|
}
|
||||||
this.aClass133_15.method3862(local605, (long) local596);
|
this.aClass133_15.method3862(local605, (long) local596);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -356,7 +356,7 @@ public final class ObjType {
|
||||||
@OriginalMember(owner = "client!h", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!h", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method1827(@OriginalArg(1) Buffer arg0) {
|
public final void method1827(@OriginalArg(1) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(5) int local5 = arg0.method2229();
|
@Pc(5) int local5 = arg0.g1();
|
||||||
if (local5 == 0) {
|
if (local5 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -367,150 +367,150 @@ public final class ObjType {
|
||||||
@OriginalMember(owner = "client!h", name = "a", descriptor = "(BLclient!wa;I)V")
|
@OriginalMember(owner = "client!h", name = "a", descriptor = "(BLclient!wa;I)V")
|
||||||
private void method1828(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
private void method1828(@OriginalArg(1) Buffer arg0, @OriginalArg(2) int arg1) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.anInt2320 = arg0.method2163();
|
this.anInt2320 = arg0.g2();
|
||||||
} else if (arg1 == 2) {
|
} else if (arg1 == 2) {
|
||||||
this.aClass100_495 = arg0.method2202();
|
this.aClass100_495 = arg0.gjstr();
|
||||||
} else if (arg1 == 4) {
|
} else if (arg1 == 4) {
|
||||||
this.anInt2375 = arg0.method2163();
|
this.anInt2375 = arg0.g2();
|
||||||
} else if (arg1 == 5) {
|
} else if (arg1 == 5) {
|
||||||
this.anInt2353 = arg0.method2163();
|
this.anInt2353 = arg0.g2();
|
||||||
} else if (arg1 == 6) {
|
} else if (arg1 == 6) {
|
||||||
this.anInt2369 = arg0.method2163();
|
this.anInt2369 = arg0.g2();
|
||||||
} else if (arg1 == 7) {
|
} else if (arg1 == 7) {
|
||||||
this.anInt2359 = arg0.method2163();
|
this.anInt2359 = arg0.g2();
|
||||||
if (this.anInt2359 > 32767) {
|
if (this.anInt2359 > 32767) {
|
||||||
this.anInt2359 -= 65536;
|
this.anInt2359 -= 65536;
|
||||||
}
|
}
|
||||||
} else if (arg1 == 8) {
|
} else if (arg1 == 8) {
|
||||||
this.anInt2319 = arg0.method2163();
|
this.anInt2319 = arg0.g2();
|
||||||
if (this.anInt2319 > 32767) {
|
if (this.anInt2319 > 32767) {
|
||||||
this.anInt2319 -= 65536;
|
this.anInt2319 -= 65536;
|
||||||
}
|
}
|
||||||
} else if (arg1 == 11) {
|
} else if (arg1 == 11) {
|
||||||
this.anInt2336 = 1;
|
this.anInt2336 = 1;
|
||||||
} else if (arg1 == 12) {
|
} else if (arg1 == 12) {
|
||||||
this.anInt2325 = arg0.method2174();
|
this.anInt2325 = arg0.g4();
|
||||||
} else if (arg1 == 16) {
|
} else if (arg1 == 16) {
|
||||||
this.aBoolean131 = true;
|
this.aBoolean131 = true;
|
||||||
} else if (arg1 == 23) {
|
} else if (arg1 == 23) {
|
||||||
this.anInt2360 = arg0.method2163();
|
this.anInt2360 = arg0.g2();
|
||||||
} else if (arg1 == 24) {
|
} else if (arg1 == 24) {
|
||||||
this.anInt2341 = arg0.method2163();
|
this.anInt2341 = arg0.g2();
|
||||||
} else if (arg1 == 25) {
|
} else if (arg1 == 25) {
|
||||||
this.anInt2331 = arg0.method2163();
|
this.anInt2331 = arg0.g2();
|
||||||
} else if (arg1 == 26) {
|
} else if (arg1 == 26) {
|
||||||
this.anInt2361 = arg0.method2163();
|
this.anInt2361 = arg0.g2();
|
||||||
} else if (arg1 >= 30 && arg1 < 35) {
|
} else if (arg1 >= 30 && arg1 < 35) {
|
||||||
this.aClass100Array72[arg1 - 30] = arg0.method2202();
|
this.aClass100Array72[arg1 - 30] = arg0.gjstr();
|
||||||
if (this.aClass100Array72[arg1 - 30].method3111(Static10.aClass100_64)) {
|
if (this.aClass100Array72[arg1 - 30].method3111(Static10.aClass100_64)) {
|
||||||
this.aClass100Array72[arg1 - 30] = null;
|
this.aClass100Array72[arg1 - 30] = null;
|
||||||
}
|
}
|
||||||
} else if (arg1 >= 35 && arg1 < 40) {
|
} else if (arg1 >= 35 && arg1 < 40) {
|
||||||
this.aClass100Array71[arg1 - 35] = arg0.method2202();
|
this.aClass100Array71[arg1 - 35] = arg0.gjstr();
|
||||||
} else {
|
} else {
|
||||||
@Pc(169) int local169;
|
@Pc(169) int local169;
|
||||||
@Pc(179) int local179;
|
@Pc(179) int local179;
|
||||||
if (arg1 == 40) {
|
if (arg1 == 40) {
|
||||||
local169 = arg0.method2229();
|
local169 = arg0.g1();
|
||||||
this.aShortArray33 = new short[local169];
|
this.aShortArray33 = new short[local169];
|
||||||
this.aShortArray34 = new short[local169];
|
this.aShortArray34 = new short[local169];
|
||||||
for (local179 = 0; local179 < local169; local179++) {
|
for (local179 = 0; local179 < local169; local179++) {
|
||||||
this.aShortArray34[local179] = (short) arg0.method2163();
|
this.aShortArray34[local179] = (short) arg0.g2();
|
||||||
this.aShortArray33[local179] = (short) arg0.method2163();
|
this.aShortArray33[local179] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 41) {
|
} else if (arg1 == 41) {
|
||||||
local169 = arg0.method2229();
|
local169 = arg0.g1();
|
||||||
this.aShortArray31 = new short[local169];
|
this.aShortArray31 = new short[local169];
|
||||||
this.aShortArray32 = new short[local169];
|
this.aShortArray32 = new short[local169];
|
||||||
for (local179 = 0; local179 < local169; local179++) {
|
for (local179 = 0; local179 < local169; local179++) {
|
||||||
this.aShortArray32[local179] = (short) arg0.method2163();
|
this.aShortArray32[local179] = (short) arg0.g2();
|
||||||
this.aShortArray31[local179] = (short) arg0.method2163();
|
this.aShortArray31[local179] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 42) {
|
} else if (arg1 == 42) {
|
||||||
local169 = arg0.method2229();
|
local169 = arg0.g1();
|
||||||
this.aByteArray36 = new byte[local169];
|
this.aByteArray36 = new byte[local169];
|
||||||
for (local179 = 0; local179 < local169; local179++) {
|
for (local179 = 0; local179 < local169; local179++) {
|
||||||
this.aByteArray36[local179] = arg0.method2186();
|
this.aByteArray36[local179] = arg0.g1s();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 65) {
|
} else if (arg1 == 65) {
|
||||||
this.aBoolean132 = true;
|
this.aBoolean132 = true;
|
||||||
} else if (arg1 == 78) {
|
} else if (arg1 == 78) {
|
||||||
this.anInt2340 = arg0.method2163();
|
this.anInt2340 = arg0.g2();
|
||||||
} else if (arg1 == 79) {
|
} else if (arg1 == 79) {
|
||||||
this.anInt2344 = arg0.method2163();
|
this.anInt2344 = arg0.g2();
|
||||||
} else if (arg1 == 90) {
|
} else if (arg1 == 90) {
|
||||||
this.anInt2372 = arg0.method2163();
|
this.anInt2372 = arg0.g2();
|
||||||
} else if (arg1 == 91) {
|
} else if (arg1 == 91) {
|
||||||
this.anInt2342 = arg0.method2163();
|
this.anInt2342 = arg0.g2();
|
||||||
} else if (arg1 == 92) {
|
} else if (arg1 == 92) {
|
||||||
this.anInt2364 = arg0.method2163();
|
this.anInt2364 = arg0.g2();
|
||||||
} else if (arg1 == 93) {
|
} else if (arg1 == 93) {
|
||||||
this.anInt2318 = arg0.method2163();
|
this.anInt2318 = arg0.g2();
|
||||||
} else if (arg1 == 95) {
|
} else if (arg1 == 95) {
|
||||||
this.anInt2339 = arg0.method2163();
|
this.anInt2339 = arg0.g2();
|
||||||
} else if (arg1 == 96) {
|
} else if (arg1 == 96) {
|
||||||
this.anInt2370 = arg0.method2229();
|
this.anInt2370 = arg0.g1();
|
||||||
} else if (arg1 == 97) {
|
} else if (arg1 == 97) {
|
||||||
this.anInt2356 = arg0.method2163();
|
this.anInt2356 = arg0.g2();
|
||||||
} else if (arg1 == 98) {
|
} else if (arg1 == 98) {
|
||||||
this.anInt2358 = arg0.method2163();
|
this.anInt2358 = arg0.g2();
|
||||||
} else if (arg1 >= 100 && arg1 < 110) {
|
} else if (arg1 >= 100 && arg1 < 110) {
|
||||||
if (this.anIntArray214 == null) {
|
if (this.anIntArray214 == null) {
|
||||||
this.anIntArray214 = new int[10];
|
this.anIntArray214 = new int[10];
|
||||||
this.anIntArray212 = new int[10];
|
this.anIntArray212 = new int[10];
|
||||||
}
|
}
|
||||||
this.anIntArray214[arg1 - 100] = arg0.method2163();
|
this.anIntArray214[arg1 - 100] = arg0.g2();
|
||||||
this.anIntArray212[arg1 - 100] = arg0.method2163();
|
this.anIntArray212[arg1 - 100] = arg0.g2();
|
||||||
} else if (arg1 == 110) {
|
} else if (arg1 == 110) {
|
||||||
this.anInt2373 = arg0.method2163();
|
this.anInt2373 = arg0.g2();
|
||||||
} else if (arg1 == 111) {
|
} else if (arg1 == 111) {
|
||||||
this.anInt2350 = arg0.method2163();
|
this.anInt2350 = arg0.g2();
|
||||||
} else if (arg1 == 112) {
|
} else if (arg1 == 112) {
|
||||||
this.anInt2368 = arg0.method2163();
|
this.anInt2368 = arg0.g2();
|
||||||
} else if (arg1 == 113) {
|
} else if (arg1 == 113) {
|
||||||
this.anInt2352 = arg0.method2186();
|
this.anInt2352 = arg0.g1s();
|
||||||
} else if (arg1 == 114) {
|
} else if (arg1 == 114) {
|
||||||
this.anInt2357 = arg0.method2186() * 5;
|
this.anInt2357 = arg0.g1s() * 5;
|
||||||
} else if (arg1 == 115) {
|
} else if (arg1 == 115) {
|
||||||
this.anInt2351 = arg0.method2229();
|
this.anInt2351 = arg0.g1();
|
||||||
} else if (arg1 == 121) {
|
} else if (arg1 == 121) {
|
||||||
this.anInt2363 = arg0.method2163();
|
this.anInt2363 = arg0.g2();
|
||||||
} else if (arg1 == 122) {
|
} else if (arg1 == 122) {
|
||||||
this.anInt2334 = arg0.method2163();
|
this.anInt2334 = arg0.g2();
|
||||||
} else if (arg1 == 125) {
|
} else if (arg1 == 125) {
|
||||||
this.anInt2330 = arg0.method2186();
|
this.anInt2330 = arg0.g1s();
|
||||||
this.anInt2347 = arg0.method2186();
|
this.anInt2347 = arg0.g1s();
|
||||||
this.anInt2343 = arg0.method2186();
|
this.anInt2343 = arg0.g1s();
|
||||||
} else if (arg1 == 126) {
|
} else if (arg1 == 126) {
|
||||||
this.anInt2346 = arg0.method2186();
|
this.anInt2346 = arg0.g1s();
|
||||||
this.anInt2371 = arg0.method2186();
|
this.anInt2371 = arg0.g1s();
|
||||||
this.anInt2315 = arg0.method2186();
|
this.anInt2315 = arg0.g1s();
|
||||||
} else if (arg1 == 127) {
|
} else if (arg1 == 127) {
|
||||||
this.anInt2338 = arg0.method2229();
|
this.anInt2338 = arg0.g1();
|
||||||
this.anInt2327 = arg0.method2163();
|
this.anInt2327 = arg0.g2();
|
||||||
} else if (arg1 == 128) {
|
} else if (arg1 == 128) {
|
||||||
this.anInt2355 = arg0.method2229();
|
this.anInt2355 = arg0.g1();
|
||||||
this.anInt2321 = arg0.method2163();
|
this.anInt2321 = arg0.g2();
|
||||||
} else if (arg1 == 129) {
|
} else if (arg1 == 129) {
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
arg0.method2163();
|
arg0.g2();
|
||||||
} else if (arg1 == 130) {
|
} else if (arg1 == 130) {
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
arg0.method2163();
|
arg0.g2();
|
||||||
} else if (arg1 == 249) {
|
} else if (arg1 == 249) {
|
||||||
local169 = arg0.method2229();
|
local169 = arg0.g1();
|
||||||
if (this.aClass133_6 == null) {
|
if (this.aClass133_6 == null) {
|
||||||
local179 = Static165.method3164(local169);
|
local179 = Static165.method3164(local169);
|
||||||
this.aClass133_6 = new HashTable(local179);
|
this.aClass133_6 = new HashTable(local179);
|
||||||
}
|
}
|
||||||
for (local179 = 0; local179 < local169; local179++) {
|
for (local179 = 0; local179 < local169; local179++) {
|
||||||
@Pc(510) boolean local510 = arg0.method2229() == 1;
|
@Pc(510) boolean local510 = arg0.g1() == 1;
|
||||||
@Pc(514) int local514 = arg0.method2220();
|
@Pc(514) int local514 = arg0.g3();
|
||||||
@Pc(523) Node local523;
|
@Pc(523) Node local523;
|
||||||
if (local510) {
|
if (local510) {
|
||||||
local523 = new StringNode(arg0.method2202());
|
local523 = new StringNode(arg0.gjstr());
|
||||||
} else {
|
} else {
|
||||||
local523 = new IntNode(arg0.method2174());
|
local523 = new IntNode(arg0.g4());
|
||||||
}
|
}
|
||||||
this.aClass133_6.method3862(local523, (long) local514);
|
this.aClass133_6.method3862(local523, (long) local514);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,13 +19,13 @@ public final class Packet extends Buffer {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!i", name = "q", descriptor = "(B)V")
|
@OriginalMember(owner = "client!i", name = "q", descriptor = "(B)V")
|
||||||
public final void method2233() {
|
public final void method2233() {
|
||||||
this.anInt2846 = this.anInt2792 * 8;
|
this.anInt2846 = this.offset * 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!i", name = "a", descriptor = "(BI[BI)V")
|
@OriginalMember(owner = "client!i", name = "a", descriptor = "(BI[BI)V")
|
||||||
public final void method2237(@OriginalArg(2) byte[] arg0, @OriginalArg(3) int arg1) {
|
public final void method2237(@OriginalArg(2) byte[] arg0, @OriginalArg(3) int arg1) {
|
||||||
for (@Pc(17) int local17 = 0; local17 < arg1; local17++) {
|
for (@Pc(17) int local17 = 0; local17 < arg1; local17++) {
|
||||||
arg0[local17] = (byte) (this.aByteArray40[this.anInt2792++] - this.aClass71_1.method2295());
|
arg0[local17] = (byte) (this.data[this.offset++] - this.aClass71_1.method2295());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -36,14 +36,14 @@ public final class Packet extends Buffer {
|
||||||
@Pc(16) int local16 = 0;
|
@Pc(16) int local16 = 0;
|
||||||
this.anInt2846 += arg0;
|
this.anInt2846 += arg0;
|
||||||
while (local14 < arg0) {
|
while (local14 < arg0) {
|
||||||
local16 += (Static18.anIntArray57[local14] & this.aByteArray40[local6++]) << arg0 - local14;
|
local16 += (Static18.anIntArray57[local14] & this.data[local6++]) << arg0 - local14;
|
||||||
arg0 -= local14;
|
arg0 -= local14;
|
||||||
local14 = 8;
|
local14 = 8;
|
||||||
}
|
}
|
||||||
if (local14 == arg0) {
|
if (local14 == arg0) {
|
||||||
local16 += this.aByteArray40[local6] & Static18.anIntArray57[local14];
|
local16 += this.data[local6] & Static18.anIntArray57[local14];
|
||||||
} else {
|
} else {
|
||||||
local16 += this.aByteArray40[local6] >> local14 - arg0 & Static18.anIntArray57[arg0];
|
local16 += this.data[local6] >> local14 - arg0 & Static18.anIntArray57[arg0];
|
||||||
}
|
}
|
||||||
return local16;
|
return local16;
|
||||||
}
|
}
|
||||||
|
|
@ -60,16 +60,16 @@ public final class Packet extends Buffer {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!i", name = "r", descriptor = "(II)V")
|
@OriginalMember(owner = "client!i", name = "r", descriptor = "(II)V")
|
||||||
public final void method2242(@OriginalArg(1) int arg0) {
|
public final void method2242(@OriginalArg(1) int arg0) {
|
||||||
this.aByteArray40[this.anInt2792++] = (byte) (arg0 + this.aClass71_1.method2295());
|
this.data[this.offset++] = (byte) (arg0 + this.aClass71_1.method2295());
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!i", name = "s", descriptor = "(I)I")
|
@OriginalMember(owner = "client!i", name = "s", descriptor = "(I)I")
|
||||||
public final int method2243() {
|
public final int method2243() {
|
||||||
return this.aByteArray40[this.anInt2792++] - this.aClass71_1.method2295() & 0xFF;
|
return this.data[this.offset++] - this.aClass71_1.method2295() & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!i", name = "h", descriptor = "(Z)V")
|
@OriginalMember(owner = "client!i", name = "h", descriptor = "(Z)V")
|
||||||
public final void method2244() {
|
public final void method2244() {
|
||||||
this.anInt2792 = (this.anInt2846 + 7) / 8;
|
this.offset = (this.anInt2846 + 7) / 8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,8 @@ public final class Player extends PathingEntity {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!e", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!e", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public final void method1262(@OriginalArg(1) Buffer arg0) {
|
public final void method1262(@OriginalArg(1) Buffer arg0) {
|
||||||
arg0.anInt2792 = 0;
|
arg0.offset = 0;
|
||||||
@Pc(20) int local20 = arg0.method2229();
|
@Pc(20) int local20 = arg0.g1();
|
||||||
@Pc(22) int local22 = -1;
|
@Pc(22) int local22 = -1;
|
||||||
@Pc(26) int local26 = local20 & 0x1;
|
@Pc(26) int local26 = local20 & 0x1;
|
||||||
@Pc(37) boolean local37 = (local20 & 0x4) != 0;
|
@Pc(37) boolean local37 = (local20 & 0x4) != 0;
|
||||||
|
|
@ -79,23 +79,23 @@ public final class Player extends PathingEntity {
|
||||||
this.anInt1651 = local20 >> 6 & 0x3;
|
this.anInt1651 = local20 >> 6 & 0x3;
|
||||||
this.anInt3412 += (this.method2693() - local41) * 64;
|
this.anInt3412 += (this.method2693() - local41) * 64;
|
||||||
this.anInt3421 += (this.method2693() - local41) * 64;
|
this.anInt3421 += (this.method2693() - local41) * 64;
|
||||||
this.anInt1669 = arg0.method2186();
|
this.anInt1669 = arg0.g1s();
|
||||||
this.anInt1649 = arg0.method2186();
|
this.anInt1649 = arg0.g1s();
|
||||||
this.anInt1650 = 0;
|
this.anInt1650 = 0;
|
||||||
@Pc(111) int local111;
|
@Pc(111) int local111;
|
||||||
@Pc(127) int local127;
|
@Pc(127) int local127;
|
||||||
@Pc(134) int local134;
|
@Pc(134) int local134;
|
||||||
@Pc(175) int local175;
|
@Pc(175) int local175;
|
||||||
for (@Pc(102) int local102 = 0; local102 < 12; local102++) {
|
for (@Pc(102) int local102 = 0; local102 < 12; local102++) {
|
||||||
local111 = arg0.method2229();
|
local111 = arg0.g1();
|
||||||
if (local111 == 0) {
|
if (local111 == 0) {
|
||||||
local44[local102] = 0;
|
local44[local102] = 0;
|
||||||
} else {
|
} else {
|
||||||
local127 = arg0.method2229();
|
local127 = arg0.g1();
|
||||||
local134 = (local111 << 8) + local127;
|
local134 = (local111 << 8) + local127;
|
||||||
if (local102 == 0 && local134 == 65535) {
|
if (local102 == 0 && local134 == 65535) {
|
||||||
local22 = arg0.method2163();
|
local22 = arg0.g2();
|
||||||
this.anInt1650 = arg0.method2229();
|
this.anInt1650 = arg0.g1();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (local134 >= 32768) {
|
if (local134 >= 32768) {
|
||||||
|
|
@ -112,30 +112,30 @@ public final class Player extends PathingEntity {
|
||||||
}
|
}
|
||||||
@Pc(197) int[] local197 = new int[5];
|
@Pc(197) int[] local197 = new int[5];
|
||||||
for (local111 = 0; local111 < 5; local111++) {
|
for (local111 = 0; local111 < 5; local111++) {
|
||||||
local127 = arg0.method2229();
|
local127 = arg0.g1();
|
||||||
if (local127 < 0 || local127 >= Static33.aShortArrayArray2[local111].length) {
|
if (local127 < 0 || local127 >= Static33.aShortArrayArray2[local111].length) {
|
||||||
local127 = 0;
|
local127 = 0;
|
||||||
}
|
}
|
||||||
local197[local111] = local127;
|
local197[local111] = local127;
|
||||||
}
|
}
|
||||||
this.anInt3365 = arg0.method2163();
|
this.anInt3365 = arg0.g2();
|
||||||
@Pc(236) long local236 = arg0.method2182();
|
@Pc(236) long local236 = arg0.g8();
|
||||||
this.aClass100_364 = Static79.method1702(local236).method3125();
|
this.aClass100_364 = Static79.method1702(local236).method3125();
|
||||||
this.anInt1652 = arg0.method2229();
|
this.anInt1652 = arg0.g1();
|
||||||
if (local37) {
|
if (local37) {
|
||||||
this.anInt1671 = arg0.method2163();
|
this.anInt1671 = arg0.g2();
|
||||||
this.anInt1656 = this.anInt1652;
|
this.anInt1656 = this.anInt1652;
|
||||||
this.anInt1667 = -1;
|
this.anInt1667 = -1;
|
||||||
} else {
|
} else {
|
||||||
this.anInt1671 = 0;
|
this.anInt1671 = 0;
|
||||||
this.anInt1656 = arg0.method2229();
|
this.anInt1656 = arg0.g1();
|
||||||
this.anInt1667 = arg0.method2229();
|
this.anInt1667 = arg0.g1();
|
||||||
if (this.anInt1667 == 255) {
|
if (this.anInt1667 == 255) {
|
||||||
this.anInt1667 = -1;
|
this.anInt1667 = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local134 = this.anInt1664;
|
local134 = this.anInt1664;
|
||||||
this.anInt1664 = arg0.method2229();
|
this.anInt1664 = arg0.g1();
|
||||||
if (this.anInt1664 == 0) {
|
if (this.anInt1664 == 0) {
|
||||||
Static271.method4597(this);
|
Static271.method4597(this);
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -143,10 +143,10 @@ public final class Player extends PathingEntity {
|
||||||
@Pc(312) int local312 = this.anInt1654;
|
@Pc(312) int local312 = this.anInt1654;
|
||||||
@Pc(315) int local315 = this.anInt1670;
|
@Pc(315) int local315 = this.anInt1670;
|
||||||
local175 = this.anInt1648;
|
local175 = this.anInt1648;
|
||||||
this.anInt1648 = arg0.method2163();
|
this.anInt1648 = arg0.g2();
|
||||||
this.anInt1658 = arg0.method2163();
|
this.anInt1658 = arg0.g2();
|
||||||
this.anInt1654 = arg0.method2163();
|
this.anInt1654 = arg0.g2();
|
||||||
this.anInt1670 = arg0.method2163();
|
this.anInt1670 = arg0.g2();
|
||||||
if (this.anInt1664 != local134 || this.anInt1648 != local175 || this.anInt1658 != local309 || local312 != this.anInt1654 || this.anInt1670 != local315) {
|
if (this.anInt1664 != local134 || this.anInt1648 != local175 || this.anInt1658 != local309 || local312 != this.anInt1654 || this.anInt1670 != local315) {
|
||||||
Static214.method4359(this);
|
Static214.method4359(this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -834,32 +834,32 @@ public final class RawModel extends Entity {
|
||||||
@Pc(24) Buffer local24 = new Buffer(arg0);
|
@Pc(24) Buffer local24 = new Buffer(arg0);
|
||||||
@Pc(29) Buffer local29 = new Buffer(arg0);
|
@Pc(29) Buffer local29 = new Buffer(arg0);
|
||||||
@Pc(34) Buffer local34 = new Buffer(arg0);
|
@Pc(34) Buffer local34 = new Buffer(arg0);
|
||||||
local4.anInt2792 = arg0.length - 23;
|
local4.offset = arg0.length - 23;
|
||||||
@Pc(44) int local44 = local4.method2163();
|
@Pc(44) int local44 = local4.g2();
|
||||||
@Pc(48) int local48 = local4.method2163();
|
@Pc(48) int local48 = local4.g2();
|
||||||
@Pc(52) int local52 = local4.method2229();
|
@Pc(52) int local52 = local4.g1();
|
||||||
@Pc(56) int local56 = local4.method2229();
|
@Pc(56) int local56 = local4.g1();
|
||||||
@Pc(65) boolean local65 = (local56 & 0x1) == 1;
|
@Pc(65) boolean local65 = (local56 & 0x1) == 1;
|
||||||
@Pc(74) boolean local74 = (local56 & 0x2) == 2;
|
@Pc(74) boolean local74 = (local56 & 0x2) == 2;
|
||||||
@Pc(78) int local78 = local4.method2229();
|
@Pc(78) int local78 = local4.g1();
|
||||||
@Pc(82) int local82 = local4.method2229();
|
@Pc(82) int local82 = local4.g1();
|
||||||
@Pc(86) int local86 = local4.method2229();
|
@Pc(86) int local86 = local4.g1();
|
||||||
@Pc(90) int local90 = local4.method2229();
|
@Pc(90) int local90 = local4.g1();
|
||||||
@Pc(94) int local94 = local4.method2229();
|
@Pc(94) int local94 = local4.g1();
|
||||||
@Pc(98) int local98 = local4.method2163();
|
@Pc(98) int local98 = local4.g2();
|
||||||
@Pc(102) int local102 = local4.method2163();
|
@Pc(102) int local102 = local4.g2();
|
||||||
@Pc(106) int local106 = local4.method2163();
|
@Pc(106) int local106 = local4.g2();
|
||||||
@Pc(110) int local110 = local4.method2163();
|
@Pc(110) int local110 = local4.g2();
|
||||||
@Pc(114) int local114 = local4.method2163();
|
@Pc(114) int local114 = local4.g2();
|
||||||
@Pc(116) int local116 = 0;
|
@Pc(116) int local116 = 0;
|
||||||
@Pc(118) int local118 = 0;
|
@Pc(118) int local118 = 0;
|
||||||
@Pc(120) int local120 = 0;
|
@Pc(120) int local120 = 0;
|
||||||
@Pc(131) int local131;
|
@Pc(131) int local131;
|
||||||
if (local52 > 0) {
|
if (local52 > 0) {
|
||||||
this.aByteArray29 = new byte[local52];
|
this.aByteArray29 = new byte[local52];
|
||||||
local4.anInt2792 = 0;
|
local4.offset = 0;
|
||||||
for (local131 = 0; local131 < local52; local131++) {
|
for (local131 = 0; local131 < local52; local131++) {
|
||||||
@Pc(143) byte local143 = this.aByteArray29[local131] = local4.method2186();
|
@Pc(143) byte local143 = this.aByteArray29[local131] = local4.g1s();
|
||||||
if (local143 == 0) {
|
if (local143 == 0) {
|
||||||
local116++;
|
local116++;
|
||||||
}
|
}
|
||||||
|
|
@ -972,11 +972,11 @@ public final class RawModel extends Entity {
|
||||||
this.aByteArray33 = new byte[local120];
|
this.aByteArray33 = new byte[local120];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local4.anInt2792 = local52;
|
local4.offset = local52;
|
||||||
local9.anInt2792 = local250;
|
local9.offset = local250;
|
||||||
local14.anInt2792 = local256;
|
local14.offset = local256;
|
||||||
local19.anInt2792 = local262;
|
local19.offset = local262;
|
||||||
local24.anInt2792 = local201;
|
local24.offset = local201;
|
||||||
@Pc(473) int local473 = 0;
|
@Pc(473) int local473 = 0;
|
||||||
@Pc(475) int local475 = 0;
|
@Pc(475) int local475 = 0;
|
||||||
@Pc(477) int local477 = 0;
|
@Pc(477) int local477 = 0;
|
||||||
|
|
@ -986,18 +986,18 @@ public final class RawModel extends Entity {
|
||||||
@Pc(498) int local498;
|
@Pc(498) int local498;
|
||||||
@Pc(508) int local508;
|
@Pc(508) int local508;
|
||||||
for (local479 = 0; local479 < local44; local479++) {
|
for (local479 = 0; local479 < local44; local479++) {
|
||||||
local486 = local4.method2229();
|
local486 = local4.g1();
|
||||||
local488 = 0;
|
local488 = 0;
|
||||||
if ((local486 & 0x1) != 0) {
|
if ((local486 & 0x1) != 0) {
|
||||||
local488 = local9.method2223();
|
local488 = local9.gSmart1or2s();
|
||||||
}
|
}
|
||||||
local498 = 0;
|
local498 = 0;
|
||||||
if ((local486 & 0x2) != 0) {
|
if ((local486 & 0x2) != 0) {
|
||||||
local498 = local14.method2223();
|
local498 = local14.gSmart1or2s();
|
||||||
}
|
}
|
||||||
local508 = 0;
|
local508 = 0;
|
||||||
if ((local486 & 0x4) != 0) {
|
if ((local486 & 0x4) != 0) {
|
||||||
local508 = local19.method2223();
|
local508 = local19.gSmart1or2s();
|
||||||
}
|
}
|
||||||
this.anIntArray202[local479] = local473 + local488;
|
this.anIntArray202[local479] = local473 + local488;
|
||||||
this.anIntArray201[local479] = local475 + local498;
|
this.anIntArray201[local479] = local475 + local498;
|
||||||
|
|
@ -1006,54 +1006,54 @@ public final class RawModel extends Entity {
|
||||||
local475 = this.anIntArray201[local479];
|
local475 = this.anIntArray201[local479];
|
||||||
local477 = this.anIntArray203[local479];
|
local477 = this.anIntArray203[local479];
|
||||||
if (local94 == 1) {
|
if (local94 == 1) {
|
||||||
this.anIntArray193[local479] = local24.method2229();
|
this.anIntArray193[local479] = local24.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local4.anInt2792 = local242;
|
local4.offset = local242;
|
||||||
local9.anInt2792 = local169;
|
local9.offset = local169;
|
||||||
local14.anInt2792 = local183;
|
local14.offset = local183;
|
||||||
local19.anInt2792 = local210;
|
local19.offset = local210;
|
||||||
local24.anInt2792 = local192;
|
local24.offset = local192;
|
||||||
local29.anInt2792 = local225;
|
local29.offset = local225;
|
||||||
local34.anInt2792 = local236;
|
local34.offset = local236;
|
||||||
for (local479 = 0; local479 < local48; local479++) {
|
for (local479 = 0; local479 < local48; local479++) {
|
||||||
this.aShortArray24[local479] = (short) local4.method2163();
|
this.aShortArray24[local479] = (short) local4.g2();
|
||||||
if (local65) {
|
if (local65) {
|
||||||
this.aByteArray30[local479] = local9.method2186();
|
this.aByteArray30[local479] = local9.g1s();
|
||||||
}
|
}
|
||||||
if (local78 == 255) {
|
if (local78 == 255) {
|
||||||
this.aByteArray35[local479] = local14.method2186();
|
this.aByteArray35[local479] = local14.g1s();
|
||||||
}
|
}
|
||||||
if (local82 == 1) {
|
if (local82 == 1) {
|
||||||
this.aByteArray26[local479] = local19.method2186();
|
this.aByteArray26[local479] = local19.g1s();
|
||||||
}
|
}
|
||||||
if (local86 == 1) {
|
if (local86 == 1) {
|
||||||
this.anIntArray192[local479] = local24.method2229();
|
this.anIntArray192[local479] = local24.g1();
|
||||||
}
|
}
|
||||||
if (local90 == 1) {
|
if (local90 == 1) {
|
||||||
this.aShortArray23[local479] = (short) (local29.method2163() - 1);
|
this.aShortArray23[local479] = (short) (local29.g2() - 1);
|
||||||
}
|
}
|
||||||
if (this.aByteArray31 != null) {
|
if (this.aByteArray31 != null) {
|
||||||
if (this.aShortArray23[local479] == -1) {
|
if (this.aShortArray23[local479] == -1) {
|
||||||
this.aByteArray31[local479] = -1;
|
this.aByteArray31[local479] = -1;
|
||||||
} else {
|
} else {
|
||||||
this.aByteArray31[local479] = (byte) (local34.method2229() - 1);
|
this.aByteArray31[local479] = (byte) (local34.g1() - 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local4.anInt2792 = local219;
|
local4.offset = local219;
|
||||||
local9.anInt2792 = local177;
|
local9.offset = local177;
|
||||||
local479 = 0;
|
local479 = 0;
|
||||||
local486 = 0;
|
local486 = 0;
|
||||||
local488 = 0;
|
local488 = 0;
|
||||||
local498 = 0;
|
local498 = 0;
|
||||||
@Pc(700) int local700;
|
@Pc(700) int local700;
|
||||||
for (local508 = 0; local508 < local48; local508++) {
|
for (local508 = 0; local508 < local48; local508++) {
|
||||||
local700 = local9.method2229();
|
local700 = local9.g1();
|
||||||
if (local700 == 1) {
|
if (local700 == 1) {
|
||||||
local479 = local4.method2223() + local498;
|
local479 = local4.gSmart1or2s() + local498;
|
||||||
local486 = local4.method2223() + local479;
|
local486 = local4.gSmart1or2s() + local479;
|
||||||
local488 = local4.method2223() + local486;
|
local488 = local4.gSmart1or2s() + local486;
|
||||||
local498 = local488;
|
local498 = local488;
|
||||||
this.anIntArray197[local508] = local479;
|
this.anIntArray197[local508] = local479;
|
||||||
this.anIntArray200[local508] = local486;
|
this.anIntArray200[local508] = local486;
|
||||||
|
|
@ -1061,7 +1061,7 @@ public final class RawModel extends Entity {
|
||||||
}
|
}
|
||||||
if (local700 == 2) {
|
if (local700 == 2) {
|
||||||
local486 = local488;
|
local486 = local488;
|
||||||
local488 = local4.method2223() + local498;
|
local488 = local4.gSmart1or2s() + local498;
|
||||||
local498 = local488;
|
local498 = local488;
|
||||||
this.anIntArray197[local508] = local479;
|
this.anIntArray197[local508] = local479;
|
||||||
this.anIntArray200[local508] = local486;
|
this.anIntArray200[local508] = local486;
|
||||||
|
|
@ -1069,7 +1069,7 @@ public final class RawModel extends Entity {
|
||||||
}
|
}
|
||||||
if (local700 == 3) {
|
if (local700 == 3) {
|
||||||
local479 = local488;
|
local479 = local488;
|
||||||
local488 = local4.method2223() + local498;
|
local488 = local4.gSmart1or2s() + local498;
|
||||||
local498 = local488;
|
local498 = local488;
|
||||||
this.anIntArray197[local508] = local479;
|
this.anIntArray197[local508] = local479;
|
||||||
this.anIntArray200[local508] = local486;
|
this.anIntArray200[local508] = local486;
|
||||||
|
|
@ -1079,73 +1079,73 @@ public final class RawModel extends Entity {
|
||||||
@Pc(803) int local803 = local479;
|
@Pc(803) int local803 = local479;
|
||||||
local479 = local486;
|
local479 = local486;
|
||||||
local486 = local803;
|
local486 = local803;
|
||||||
local488 = local4.method2223() + local498;
|
local488 = local4.gSmart1or2s() + local498;
|
||||||
local498 = local488;
|
local498 = local488;
|
||||||
this.anIntArray197[local508] = local479;
|
this.anIntArray197[local508] = local479;
|
||||||
this.anIntArray200[local508] = local803;
|
this.anIntArray200[local508] = local803;
|
||||||
this.anIntArray196[local508] = local488;
|
this.anIntArray196[local508] = local488;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local4.anInt2792 = local268;
|
local4.offset = local268;
|
||||||
local9.anInt2792 = local276;
|
local9.offset = local276;
|
||||||
local14.anInt2792 = local284;
|
local14.offset = local284;
|
||||||
local19.anInt2792 = local292;
|
local19.offset = local292;
|
||||||
local24.anInt2792 = local298;
|
local24.offset = local298;
|
||||||
local29.anInt2792 = local304;
|
local29.offset = local304;
|
||||||
for (local508 = 0; local508 < local52; local508++) {
|
for (local508 = 0; local508 < local52; local508++) {
|
||||||
local700 = this.aByteArray29[local508] & 0xFF;
|
local700 = this.aByteArray29[local508] & 0xFF;
|
||||||
if (local700 == 0) {
|
if (local700 == 0) {
|
||||||
this.aShortArray26[local508] = (short) local4.method2163();
|
this.aShortArray26[local508] = (short) local4.g2();
|
||||||
this.aShortArray20[local508] = (short) local4.method2163();
|
this.aShortArray20[local508] = (short) local4.g2();
|
||||||
this.aShortArray28[local508] = (short) local4.method2163();
|
this.aShortArray28[local508] = (short) local4.g2();
|
||||||
}
|
}
|
||||||
if (local700 == 1) {
|
if (local700 == 1) {
|
||||||
this.aShortArray26[local508] = (short) local9.method2163();
|
this.aShortArray26[local508] = (short) local9.g2();
|
||||||
this.aShortArray20[local508] = (short) local9.method2163();
|
this.aShortArray20[local508] = (short) local9.g2();
|
||||||
this.aShortArray28[local508] = (short) local9.method2163();
|
this.aShortArray28[local508] = (short) local9.g2();
|
||||||
this.aShortArray27[local508] = (short) local14.method2163();
|
this.aShortArray27[local508] = (short) local14.g2();
|
||||||
this.aShortArray25[local508] = (short) local14.method2163();
|
this.aShortArray25[local508] = (short) local14.g2();
|
||||||
this.aShortArray21[local508] = (short) local14.method2163();
|
this.aShortArray21[local508] = (short) local14.g2();
|
||||||
this.aByteArray27[local508] = local19.method2186();
|
this.aByteArray27[local508] = local19.g1s();
|
||||||
this.aByteArray32[local508] = local24.method2186();
|
this.aByteArray32[local508] = local24.g1s();
|
||||||
this.aByteArray34[local508] = local29.method2186();
|
this.aByteArray34[local508] = local29.g1s();
|
||||||
}
|
}
|
||||||
if (local700 == 2) {
|
if (local700 == 2) {
|
||||||
this.aShortArray26[local508] = (short) local9.method2163();
|
this.aShortArray26[local508] = (short) local9.g2();
|
||||||
this.aShortArray20[local508] = (short) local9.method2163();
|
this.aShortArray20[local508] = (short) local9.g2();
|
||||||
this.aShortArray28[local508] = (short) local9.method2163();
|
this.aShortArray28[local508] = (short) local9.g2();
|
||||||
this.aShortArray27[local508] = (short) local14.method2163();
|
this.aShortArray27[local508] = (short) local14.g2();
|
||||||
this.aShortArray25[local508] = (short) local14.method2163();
|
this.aShortArray25[local508] = (short) local14.g2();
|
||||||
this.aShortArray21[local508] = (short) local14.method2163();
|
this.aShortArray21[local508] = (short) local14.g2();
|
||||||
this.aByteArray27[local508] = local19.method2186();
|
this.aByteArray27[local508] = local19.g1s();
|
||||||
this.aByteArray32[local508] = local24.method2186();
|
this.aByteArray32[local508] = local24.g1s();
|
||||||
this.aByteArray34[local508] = local29.method2186();
|
this.aByteArray34[local508] = local29.g1s();
|
||||||
this.aByteArray28[local508] = local29.method2186();
|
this.aByteArray28[local508] = local29.g1s();
|
||||||
this.aByteArray33[local508] = local29.method2186();
|
this.aByteArray33[local508] = local29.g1s();
|
||||||
}
|
}
|
||||||
if (local700 == 3) {
|
if (local700 == 3) {
|
||||||
this.aShortArray26[local508] = (short) local9.method2163();
|
this.aShortArray26[local508] = (short) local9.g2();
|
||||||
this.aShortArray20[local508] = (short) local9.method2163();
|
this.aShortArray20[local508] = (short) local9.g2();
|
||||||
this.aShortArray28[local508] = (short) local9.method2163();
|
this.aShortArray28[local508] = (short) local9.g2();
|
||||||
this.aShortArray27[local508] = (short) local14.method2163();
|
this.aShortArray27[local508] = (short) local14.g2();
|
||||||
this.aShortArray25[local508] = (short) local14.method2163();
|
this.aShortArray25[local508] = (short) local14.g2();
|
||||||
this.aShortArray21[local508] = (short) local14.method2163();
|
this.aShortArray21[local508] = (short) local14.g2();
|
||||||
this.aByteArray27[local508] = local19.method2186();
|
this.aByteArray27[local508] = local19.g1s();
|
||||||
this.aByteArray32[local508] = local24.method2186();
|
this.aByteArray32[local508] = local24.g1s();
|
||||||
this.aByteArray34[local508] = local29.method2186();
|
this.aByteArray34[local508] = local29.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!local74) {
|
if (!local74) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
local4.anInt2792 = local131;
|
local4.offset = local131;
|
||||||
local508 = local4.method2229();
|
local508 = local4.g1();
|
||||||
if (local508 > 0) {
|
if (local508 > 0) {
|
||||||
local4.anInt2792 += local508 * 4;
|
local4.offset += local508 * 4;
|
||||||
}
|
}
|
||||||
local700 = local4.method2229();
|
local700 = local4.g1();
|
||||||
if (local700 > 0) {
|
if (local700 > 0) {
|
||||||
local4.anInt2792 += local700 * 4;
|
local4.offset += local700 * 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1466,19 +1466,19 @@ public final class RawModel extends Entity {
|
||||||
@Pc(18) Buffer local18 = new Buffer(arg0);
|
@Pc(18) Buffer local18 = new Buffer(arg0);
|
||||||
@Pc(23) Buffer local23 = new Buffer(arg0);
|
@Pc(23) Buffer local23 = new Buffer(arg0);
|
||||||
@Pc(28) Buffer local28 = new Buffer(arg0);
|
@Pc(28) Buffer local28 = new Buffer(arg0);
|
||||||
local8.anInt2792 = arg0.length - 18;
|
local8.offset = arg0.length - 18;
|
||||||
@Pc(38) int local38 = local8.method2163();
|
@Pc(38) int local38 = local8.g2();
|
||||||
@Pc(42) int local42 = local8.method2163();
|
@Pc(42) int local42 = local8.g2();
|
||||||
@Pc(46) int local46 = local8.method2229();
|
@Pc(46) int local46 = local8.g1();
|
||||||
@Pc(50) int local50 = local8.method2229();
|
@Pc(50) int local50 = local8.g1();
|
||||||
@Pc(54) int local54 = local8.method2229();
|
@Pc(54) int local54 = local8.g1();
|
||||||
@Pc(58) int local58 = local8.method2229();
|
@Pc(58) int local58 = local8.g1();
|
||||||
@Pc(62) int local62 = local8.method2229();
|
@Pc(62) int local62 = local8.g1();
|
||||||
@Pc(66) int local66 = local8.method2229();
|
@Pc(66) int local66 = local8.g1();
|
||||||
@Pc(70) int local70 = local8.method2163();
|
@Pc(70) int local70 = local8.g2();
|
||||||
@Pc(74) int local74 = local8.method2163();
|
@Pc(74) int local74 = local8.g2();
|
||||||
@Pc(78) int local78 = local8.method2163();
|
@Pc(78) int local78 = local8.g2();
|
||||||
@Pc(82) int local82 = local8.method2163();
|
@Pc(82) int local82 = local8.g2();
|
||||||
@Pc(90) int local90 = local38;
|
@Pc(90) int local90 = local38;
|
||||||
@Pc(92) int local92 = local90;
|
@Pc(92) int local92 = local90;
|
||||||
local90 += local42;
|
local90 += local42;
|
||||||
|
|
@ -1547,11 +1547,11 @@ public final class RawModel extends Entity {
|
||||||
this.anIntArray192 = new int[local42];
|
this.anIntArray192 = new int[local42];
|
||||||
}
|
}
|
||||||
this.aShortArray24 = new short[local42];
|
this.aShortArray24 = new short[local42];
|
||||||
local8.anInt2792 = 0;
|
local8.offset = 0;
|
||||||
local13.anInt2792 = local165;
|
local13.offset = local165;
|
||||||
local18.anInt2792 = local171;
|
local18.offset = local171;
|
||||||
local23.anInt2792 = local90;
|
local23.offset = local90;
|
||||||
local28.anInt2792 = local125;
|
local28.offset = local125;
|
||||||
@Pc(301) int local301 = 0;
|
@Pc(301) int local301 = 0;
|
||||||
@Pc(303) int local303 = 0;
|
@Pc(303) int local303 = 0;
|
||||||
@Pc(305) int local305 = 0;
|
@Pc(305) int local305 = 0;
|
||||||
|
|
@ -1561,18 +1561,18 @@ public final class RawModel extends Entity {
|
||||||
@Pc(326) int local326;
|
@Pc(326) int local326;
|
||||||
@Pc(336) int local336;
|
@Pc(336) int local336;
|
||||||
for (local307 = 0; local307 < local38; local307++) {
|
for (local307 = 0; local307 < local38; local307++) {
|
||||||
local314 = local8.method2229();
|
local314 = local8.g1();
|
||||||
local316 = 0;
|
local316 = 0;
|
||||||
if ((local314 & 0x1) != 0) {
|
if ((local314 & 0x1) != 0) {
|
||||||
local316 = local13.method2223();
|
local316 = local13.gSmart1or2s();
|
||||||
}
|
}
|
||||||
local326 = 0;
|
local326 = 0;
|
||||||
if ((local314 & 0x2) != 0) {
|
if ((local314 & 0x2) != 0) {
|
||||||
local326 = local18.method2223();
|
local326 = local18.gSmart1or2s();
|
||||||
}
|
}
|
||||||
local336 = 0;
|
local336 = 0;
|
||||||
if ((local314 & 0x4) != 0) {
|
if ((local314 & 0x4) != 0) {
|
||||||
local336 = local23.method2223();
|
local336 = local23.gSmart1or2s();
|
||||||
}
|
}
|
||||||
this.anIntArray202[local307] = local301 + local316;
|
this.anIntArray202[local307] = local301 + local316;
|
||||||
this.anIntArray201[local307] = local303 + local326;
|
this.anIntArray201[local307] = local303 + local326;
|
||||||
|
|
@ -1581,18 +1581,18 @@ public final class RawModel extends Entity {
|
||||||
local303 = this.anIntArray201[local307];
|
local303 = this.anIntArray201[local307];
|
||||||
local305 = this.anIntArray203[local307];
|
local305 = this.anIntArray203[local307];
|
||||||
if (local66 == 1) {
|
if (local66 == 1) {
|
||||||
this.anIntArray193[local307] = local28.method2229();
|
this.anIntArray193[local307] = local28.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local8.anInt2792 = local149;
|
local8.offset = local149;
|
||||||
local13.anInt2792 = local116;
|
local13.offset = local116;
|
||||||
local18.anInt2792 = local98;
|
local18.offset = local98;
|
||||||
local23.anInt2792 = local134;
|
local23.offset = local134;
|
||||||
local28.anInt2792 = local107;
|
local28.offset = local107;
|
||||||
for (local307 = 0; local307 < local42; local307++) {
|
for (local307 = 0; local307 < local42; local307++) {
|
||||||
this.aShortArray24[local307] = (short) local8.method2163();
|
this.aShortArray24[local307] = (short) local8.g2();
|
||||||
if (local50 == 1) {
|
if (local50 == 1) {
|
||||||
local314 = local13.method2229();
|
local314 = local13.g1();
|
||||||
if ((local314 & 0x1) == 1) {
|
if ((local314 & 0x1) == 1) {
|
||||||
this.aByteArray30[local307] = 1;
|
this.aByteArray30[local307] = 1;
|
||||||
local1 = true;
|
local1 = true;
|
||||||
|
|
@ -1612,17 +1612,17 @@ public final class RawModel extends Entity {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local54 == 255) {
|
if (local54 == 255) {
|
||||||
this.aByteArray35[local307] = local18.method2186();
|
this.aByteArray35[local307] = local18.g1s();
|
||||||
}
|
}
|
||||||
if (local58 == 1) {
|
if (local58 == 1) {
|
||||||
this.aByteArray26[local307] = local23.method2186();
|
this.aByteArray26[local307] = local23.g1s();
|
||||||
}
|
}
|
||||||
if (local62 == 1) {
|
if (local62 == 1) {
|
||||||
this.anIntArray192[local307] = local28.method2229();
|
this.anIntArray192[local307] = local28.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local8.anInt2792 = local143;
|
local8.offset = local143;
|
||||||
local13.anInt2792 = local92;
|
local13.offset = local92;
|
||||||
local307 = 0;
|
local307 = 0;
|
||||||
local314 = 0;
|
local314 = 0;
|
||||||
local316 = 0;
|
local316 = 0;
|
||||||
|
|
@ -1630,11 +1630,11 @@ public final class RawModel extends Entity {
|
||||||
@Pc(545) int local545;
|
@Pc(545) int local545;
|
||||||
@Pc(648) int local648;
|
@Pc(648) int local648;
|
||||||
for (local336 = 0; local336 < local42; local336++) {
|
for (local336 = 0; local336 < local42; local336++) {
|
||||||
local545 = local13.method2229();
|
local545 = local13.g1();
|
||||||
if (local545 == 1) {
|
if (local545 == 1) {
|
||||||
local307 = local8.method2223() + local326;
|
local307 = local8.gSmart1or2s() + local326;
|
||||||
local314 = local8.method2223() + local307;
|
local314 = local8.gSmart1or2s() + local307;
|
||||||
local316 = local8.method2223() + local314;
|
local316 = local8.gSmart1or2s() + local314;
|
||||||
local326 = local316;
|
local326 = local316;
|
||||||
this.anIntArray197[local336] = local307;
|
this.anIntArray197[local336] = local307;
|
||||||
this.anIntArray200[local336] = local314;
|
this.anIntArray200[local336] = local314;
|
||||||
|
|
@ -1642,7 +1642,7 @@ public final class RawModel extends Entity {
|
||||||
}
|
}
|
||||||
if (local545 == 2) {
|
if (local545 == 2) {
|
||||||
local314 = local316;
|
local314 = local316;
|
||||||
local316 = local8.method2223() + local326;
|
local316 = local8.gSmart1or2s() + local326;
|
||||||
local326 = local316;
|
local326 = local316;
|
||||||
this.anIntArray197[local336] = local307;
|
this.anIntArray197[local336] = local307;
|
||||||
this.anIntArray200[local336] = local314;
|
this.anIntArray200[local336] = local314;
|
||||||
|
|
@ -1650,7 +1650,7 @@ public final class RawModel extends Entity {
|
||||||
}
|
}
|
||||||
if (local545 == 3) {
|
if (local545 == 3) {
|
||||||
local307 = local316;
|
local307 = local316;
|
||||||
local316 = local8.method2223() + local326;
|
local316 = local8.gSmart1or2s() + local326;
|
||||||
local326 = local316;
|
local326 = local316;
|
||||||
this.anIntArray197[local336] = local307;
|
this.anIntArray197[local336] = local307;
|
||||||
this.anIntArray200[local336] = local314;
|
this.anIntArray200[local336] = local314;
|
||||||
|
|
@ -1660,19 +1660,19 @@ public final class RawModel extends Entity {
|
||||||
local648 = local307;
|
local648 = local307;
|
||||||
local307 = local314;
|
local307 = local314;
|
||||||
local314 = local648;
|
local314 = local648;
|
||||||
local316 = local8.method2223() + local326;
|
local316 = local8.gSmart1or2s() + local326;
|
||||||
local326 = local316;
|
local326 = local316;
|
||||||
this.anIntArray197[local336] = local307;
|
this.anIntArray197[local336] = local307;
|
||||||
this.anIntArray200[local336] = local648;
|
this.anIntArray200[local336] = local648;
|
||||||
this.anIntArray196[local336] = local316;
|
this.anIntArray196[local336] = local316;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local8.anInt2792 = local157;
|
local8.offset = local157;
|
||||||
for (local336 = 0; local336 < local46; local336++) {
|
for (local336 = 0; local336 < local46; local336++) {
|
||||||
this.aByteArray29[local336] = 0;
|
this.aByteArray29[local336] = 0;
|
||||||
this.aShortArray26[local336] = (short) local8.method2163();
|
this.aShortArray26[local336] = (short) local8.g2();
|
||||||
this.aShortArray20[local336] = (short) local8.method2163();
|
this.aShortArray20[local336] = (short) local8.g2();
|
||||||
this.aShortArray28[local336] = (short) local8.method2163();
|
this.aShortArray28[local336] = (short) local8.g2();
|
||||||
}
|
}
|
||||||
if (this.aByteArray31 != null) {
|
if (this.aByteArray31 != null) {
|
||||||
@Pc(721) boolean local721 = false;
|
@Pc(721) boolean local721 = false;
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ public final class SeqType {
|
||||||
@OriginalMember(owner = "client!tk", name = "a", descriptor = "(Lclient!wa;B)V")
|
@OriginalMember(owner = "client!tk", name = "a", descriptor = "(Lclient!wa;B)V")
|
||||||
public final void method4213(@OriginalArg(0) Buffer arg0) {
|
public final void method4213(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(19) int local19 = arg0.method2229();
|
@Pc(19) int local19 = arg0.g1();
|
||||||
if (local19 == 0) {
|
if (local19 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -289,61 +289,61 @@ public final class SeqType {
|
||||||
@Pc(8) int local8;
|
@Pc(8) int local8;
|
||||||
@Pc(14) int local14;
|
@Pc(14) int local14;
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
local8 = arg1.method2163();
|
local8 = arg1.g2();
|
||||||
this.anIntArray474 = new int[local8];
|
this.anIntArray474 = new int[local8];
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
this.anIntArray474[local14] = arg1.method2163();
|
this.anIntArray474[local14] = arg1.g2();
|
||||||
}
|
}
|
||||||
this.anIntArray473 = new int[local8];
|
this.anIntArray473 = new int[local8];
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
this.anIntArray473[local14] = arg1.method2163();
|
this.anIntArray473[local14] = arg1.g2();
|
||||||
}
|
}
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
this.anIntArray473[local14] += arg1.method2163() << 16;
|
this.anIntArray473[local14] += arg1.g2() << 16;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 2) {
|
} else if (arg0 == 2) {
|
||||||
this.anInt5362 = arg1.method2163();
|
this.anInt5362 = arg1.g2();
|
||||||
} else if (arg0 == 3) {
|
} else if (arg0 == 3) {
|
||||||
this.aBooleanArray123 = new boolean[256];
|
this.aBooleanArray123 = new boolean[256];
|
||||||
local8 = arg1.method2229();
|
local8 = arg1.g1();
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
this.aBooleanArray123[arg1.method2229()] = true;
|
this.aBooleanArray123[arg1.g1()] = true;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
this.aBoolean279 = true;
|
this.aBoolean279 = true;
|
||||||
} else if (arg0 == 5) {
|
} else if (arg0 == 5) {
|
||||||
this.anInt5355 = arg1.method2229();
|
this.anInt5355 = arg1.g1();
|
||||||
} else if (arg0 == 6) {
|
} else if (arg0 == 6) {
|
||||||
this.anInt5353 = arg1.method2163();
|
this.anInt5353 = arg1.g2();
|
||||||
} else if (arg0 == 7) {
|
} else if (arg0 == 7) {
|
||||||
this.anInt5348 = arg1.method2163();
|
this.anInt5348 = arg1.g2();
|
||||||
} else if (arg0 == 8) {
|
} else if (arg0 == 8) {
|
||||||
this.anInt5357 = arg1.method2229();
|
this.anInt5357 = arg1.g1();
|
||||||
} else if (arg0 == 9) {
|
} else if (arg0 == 9) {
|
||||||
this.anInt5363 = arg1.method2229();
|
this.anInt5363 = arg1.g1();
|
||||||
} else if (arg0 == 10) {
|
} else if (arg0 == 10) {
|
||||||
this.anInt5349 = arg1.method2229();
|
this.anInt5349 = arg1.g1();
|
||||||
} else if (arg0 == 11) {
|
} else if (arg0 == 11) {
|
||||||
this.anInt5347 = arg1.method2229();
|
this.anInt5347 = arg1.g1();
|
||||||
} else if (arg0 == 12) {
|
} else if (arg0 == 12) {
|
||||||
local8 = arg1.method2229();
|
local8 = arg1.g1();
|
||||||
this.anIntArray475 = new int[local8];
|
this.anIntArray475 = new int[local8];
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
this.anIntArray475[local14] = arg1.method2163();
|
this.anIntArray475[local14] = arg1.g2();
|
||||||
}
|
}
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
this.anIntArray475[local14] += arg1.method2163() << 16;
|
this.anIntArray475[local14] += arg1.g2() << 16;
|
||||||
}
|
}
|
||||||
} else if (arg0 == 13) {
|
} else if (arg0 == 13) {
|
||||||
local8 = arg1.method2163();
|
local8 = arg1.g2();
|
||||||
this.anIntArrayArray38 = new int[local8][];
|
this.anIntArrayArray38 = new int[local8][];
|
||||||
for (local14 = 0; local14 < local8; local14++) {
|
for (local14 = 0; local14 < local8; local14++) {
|
||||||
@Pc(163) int local163 = arg1.method2229();
|
@Pc(163) int local163 = arg1.g1();
|
||||||
if (local163 > 0) {
|
if (local163 > 0) {
|
||||||
this.anIntArrayArray38[local14] = new int[local163];
|
this.anIntArrayArray38[local14] = new int[local163];
|
||||||
this.anIntArrayArray38[local14][0] = arg1.method2220();
|
this.anIntArrayArray38[local14][0] = arg1.g3();
|
||||||
for (@Pc(182) int local182 = 1; local182 < local163; local182++) {
|
for (@Pc(182) int local182 = 1; local182 < local163; local182++) {
|
||||||
this.anIntArrayArray38[local14][local182] = arg1.method2163();
|
this.anIntArrayArray38[local14][local182] = arg1.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,11 @@ public final class Song extends Node {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!rf", name = "<init>", descriptor = "(Lclient!wa;)V")
|
@OriginalMember(owner = "client!rf", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||||
public Song(@OriginalArg(0) Buffer arg0) {
|
public Song(@OriginalArg(0) Buffer arg0) {
|
||||||
arg0.anInt2792 = arg0.aByteArray40.length - 3;
|
arg0.offset = arg0.data.length - 3;
|
||||||
@Pc(12) int local12 = arg0.method2229();
|
@Pc(12) int local12 = arg0.g1();
|
||||||
@Pc(16) int local16 = arg0.method2163();
|
@Pc(16) int local16 = arg0.g2();
|
||||||
@Pc(22) int local22 = local12 * 10 + 14;
|
@Pc(22) int local22 = local12 * 10 + 14;
|
||||||
arg0.anInt2792 = 0;
|
arg0.offset = 0;
|
||||||
@Pc(27) int local27 = 0;
|
@Pc(27) int local27 = 0;
|
||||||
@Pc(29) int local29 = 0;
|
@Pc(29) int local29 = 0;
|
||||||
@Pc(31) int local31 = 0;
|
@Pc(31) int local31 = 0;
|
||||||
|
|
@ -33,7 +33,7 @@ public final class Song extends Node {
|
||||||
for (local43 = 0; local43 < local12; local43++) {
|
for (local43 = 0; local43 < local12; local43++) {
|
||||||
local48 = -1;
|
local48 = -1;
|
||||||
while (true) {
|
while (true) {
|
||||||
local52 = arg0.method2229();
|
local52 = arg0.g1();
|
||||||
if (local52 != local48) {
|
if (local52 != local48) {
|
||||||
local22++;
|
local22++;
|
||||||
}
|
}
|
||||||
|
|
@ -65,13 +65,13 @@ public final class Song extends Node {
|
||||||
local22 += local27 * 5;
|
local22 += local27 * 5;
|
||||||
local22 += (local31 + local33 + local29 + local35 + local39) * 2;
|
local22 += (local31 + local33 + local29 + local35 + local39) * 2;
|
||||||
local22 += local37 + local41;
|
local22 += local37 + local41;
|
||||||
local43 = arg0.anInt2792;
|
local43 = arg0.offset;
|
||||||
local48 = local12 + local27 + local29 + local31 + local33 + local35 + local37 + local39 + local41;
|
local48 = local12 + local27 + local29 + local31 + local33 + local35 + local37 + local39 + local41;
|
||||||
for (local52 = 0; local52 < local48; local52++) {
|
for (local52 = 0; local52 < local48; local52++) {
|
||||||
arg0.method2167();
|
arg0.gVarInt();
|
||||||
}
|
}
|
||||||
local22 += arg0.anInt2792 - local43;
|
local22 += arg0.offset - local43;
|
||||||
local52 = arg0.anInt2792;
|
local52 = arg0.offset;
|
||||||
@Pc(179) int local179 = 0;
|
@Pc(179) int local179 = 0;
|
||||||
@Pc(181) int local181 = 0;
|
@Pc(181) int local181 = 0;
|
||||||
@Pc(183) int local183 = 0;
|
@Pc(183) int local183 = 0;
|
||||||
|
|
@ -87,7 +87,7 @@ public final class Song extends Node {
|
||||||
@Pc(203) int local203 = 0;
|
@Pc(203) int local203 = 0;
|
||||||
@Pc(205) int local205;
|
@Pc(205) int local205;
|
||||||
for (local205 = 0; local205 < local29; local205++) {
|
for (local205 = 0; local205 < local29; local205++) {
|
||||||
local203 = local203 + arg0.method2229() & 0x7F;
|
local203 = local203 + arg0.g1() & 0x7F;
|
||||||
if (local203 == 0 || local203 == 32) {
|
if (local203 == 0 || local203 == 32) {
|
||||||
local41++;
|
local41++;
|
||||||
} else if (local203 == 1) {
|
} else if (local203 == 1) {
|
||||||
|
|
@ -117,56 +117,56 @@ public final class Song extends Node {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local205 = 0;
|
local205 = 0;
|
||||||
@Pc(298) int local298 = arg0.anInt2792;
|
@Pc(298) int local298 = arg0.offset;
|
||||||
arg0.anInt2792 += local199;
|
arg0.offset += local199;
|
||||||
@Pc(307) int local307 = arg0.anInt2792;
|
@Pc(307) int local307 = arg0.offset;
|
||||||
arg0.anInt2792 += local39;
|
arg0.offset += local39;
|
||||||
@Pc(316) int local316 = arg0.anInt2792;
|
@Pc(316) int local316 = arg0.offset;
|
||||||
arg0.anInt2792 += local37;
|
arg0.offset += local37;
|
||||||
@Pc(325) int local325 = arg0.anInt2792;
|
@Pc(325) int local325 = arg0.offset;
|
||||||
arg0.anInt2792 += local35;
|
arg0.offset += local35;
|
||||||
@Pc(334) int local334 = arg0.anInt2792;
|
@Pc(334) int local334 = arg0.offset;
|
||||||
arg0.anInt2792 += local179;
|
arg0.offset += local179;
|
||||||
@Pc(343) int local343 = arg0.anInt2792;
|
@Pc(343) int local343 = arg0.offset;
|
||||||
arg0.anInt2792 += local183;
|
arg0.offset += local183;
|
||||||
@Pc(352) int local352 = arg0.anInt2792;
|
@Pc(352) int local352 = arg0.offset;
|
||||||
arg0.anInt2792 += local187;
|
arg0.offset += local187;
|
||||||
@Pc(361) int local361 = arg0.anInt2792;
|
@Pc(361) int local361 = arg0.offset;
|
||||||
arg0.anInt2792 += local31 + local33 + local39;
|
arg0.offset += local31 + local33 + local39;
|
||||||
@Pc(374) int local374 = arg0.anInt2792;
|
@Pc(374) int local374 = arg0.offset;
|
||||||
arg0.anInt2792 += local31;
|
arg0.offset += local31;
|
||||||
@Pc(383) int local383 = arg0.anInt2792;
|
@Pc(383) int local383 = arg0.offset;
|
||||||
arg0.anInt2792 += local201;
|
arg0.offset += local201;
|
||||||
@Pc(392) int local392 = arg0.anInt2792;
|
@Pc(392) int local392 = arg0.offset;
|
||||||
arg0.anInt2792 += local33;
|
arg0.offset += local33;
|
||||||
@Pc(401) int local401 = arg0.anInt2792;
|
@Pc(401) int local401 = arg0.offset;
|
||||||
arg0.anInt2792 += local181;
|
arg0.offset += local181;
|
||||||
@Pc(410) int local410 = arg0.anInt2792;
|
@Pc(410) int local410 = arg0.offset;
|
||||||
arg0.anInt2792 += local185;
|
arg0.offset += local185;
|
||||||
@Pc(419) int local419 = arg0.anInt2792;
|
@Pc(419) int local419 = arg0.offset;
|
||||||
arg0.anInt2792 += local189;
|
arg0.offset += local189;
|
||||||
@Pc(428) int local428 = arg0.anInt2792;
|
@Pc(428) int local428 = arg0.offset;
|
||||||
arg0.anInt2792 += local41;
|
arg0.offset += local41;
|
||||||
@Pc(437) int local437 = arg0.anInt2792;
|
@Pc(437) int local437 = arg0.offset;
|
||||||
arg0.anInt2792 += local35;
|
arg0.offset += local35;
|
||||||
@Pc(446) int local446 = arg0.anInt2792;
|
@Pc(446) int local446 = arg0.offset;
|
||||||
arg0.anInt2792 += local191;
|
arg0.offset += local191;
|
||||||
@Pc(455) int local455 = arg0.anInt2792;
|
@Pc(455) int local455 = arg0.offset;
|
||||||
arg0.anInt2792 += local193;
|
arg0.offset += local193;
|
||||||
@Pc(464) int local464 = arg0.anInt2792;
|
@Pc(464) int local464 = arg0.offset;
|
||||||
arg0.anInt2792 += local195;
|
arg0.offset += local195;
|
||||||
@Pc(473) int local473 = arg0.anInt2792;
|
@Pc(473) int local473 = arg0.offset;
|
||||||
arg0.anInt2792 += local197;
|
arg0.offset += local197;
|
||||||
@Pc(482) int local482 = arg0.anInt2792;
|
@Pc(482) int local482 = arg0.offset;
|
||||||
arg0.anInt2792 += local27 * 3;
|
arg0.offset += local27 * 3;
|
||||||
this.aByteArray65 = new byte[local22];
|
this.aByteArray65 = new byte[local22];
|
||||||
@Pc(500) Buffer local500 = new Buffer(this.aByteArray65);
|
@Pc(500) Buffer local500 = new Buffer(this.aByteArray65);
|
||||||
local500.method2164(1297377380);
|
local500.p4(1297377380);
|
||||||
local500.method2164(6);
|
local500.p4(6);
|
||||||
local500.method2230(local12 > 1 ? 1 : 0);
|
local500.p2(local12 > 1 ? 1 : 0);
|
||||||
local500.method2230(local12);
|
local500.p2(local12);
|
||||||
local500.method2230(local16);
|
local500.p2(local16);
|
||||||
arg0.anInt2792 = local43;
|
arg0.offset = local43;
|
||||||
@Pc(530) int local530 = 0;
|
@Pc(530) int local530 = 0;
|
||||||
@Pc(532) int local532 = 0;
|
@Pc(532) int local532 = 0;
|
||||||
@Pc(534) int local534 = 0;
|
@Pc(534) int local534 = 0;
|
||||||
|
|
@ -177,117 +177,117 @@ public final class Song extends Node {
|
||||||
@Pc(545) int[] local545 = new int[128];
|
@Pc(545) int[] local545 = new int[128];
|
||||||
local203 = 0;
|
local203 = 0;
|
||||||
label221: for (@Pc(549) int local549 = 0; local549 < local12; local549++) {
|
label221: for (@Pc(549) int local549 = 0; local549 < local12; local549++) {
|
||||||
local500.method2164(1297379947);
|
local500.p4(1297379947);
|
||||||
local500.anInt2792 += 4;
|
local500.offset += 4;
|
||||||
@Pc(565) int local565 = local500.anInt2792;
|
@Pc(565) int local565 = local500.offset;
|
||||||
@Pc(567) int local567 = -1;
|
@Pc(567) int local567 = -1;
|
||||||
while (true) {
|
while (true) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(571) int local571 = arg0.method2167();
|
@Pc(571) int local571 = arg0.gVarInt();
|
||||||
local500.method2197(local571);
|
local500.pVarInt(local571);
|
||||||
@Pc(583) int local583 = arg0.aByteArray40[local205++] & 0xFF;
|
@Pc(583) int local583 = arg0.data[local205++] & 0xFF;
|
||||||
@Pc(590) boolean local590 = local583 != local567;
|
@Pc(590) boolean local590 = local583 != local567;
|
||||||
local567 = local583 & 0xF;
|
local567 = local583 & 0xF;
|
||||||
if (local583 == 7) {
|
if (local583 == 7) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(255);
|
local500.p1(255);
|
||||||
}
|
}
|
||||||
local500.method2178(47);
|
local500.p1(47);
|
||||||
local500.method2178(0);
|
local500.p1(0);
|
||||||
local500.method2168(local500.anInt2792 - local565);
|
local500.p4len(local500.offset - local565);
|
||||||
continue label221;
|
continue label221;
|
||||||
}
|
}
|
||||||
if (local583 == 23) {
|
if (local583 == 23) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(255);
|
local500.p1(255);
|
||||||
}
|
}
|
||||||
local500.method2178(81);
|
local500.p1(81);
|
||||||
local500.method2178(3);
|
local500.p1(3);
|
||||||
local500.method2178(arg0.aByteArray40[local482++]);
|
local500.p1(arg0.data[local482++]);
|
||||||
local500.method2178(arg0.aByteArray40[local482++]);
|
local500.p1(arg0.data[local482++]);
|
||||||
local500.method2178(arg0.aByteArray40[local482++]);
|
local500.p1(arg0.data[local482++]);
|
||||||
} else {
|
} else {
|
||||||
local530 ^= local583 >> 4;
|
local530 ^= local583 >> 4;
|
||||||
if (local567 == 0) {
|
if (local567 == 0) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 144);
|
local500.p1(local530 + 144);
|
||||||
}
|
}
|
||||||
local532 += arg0.aByteArray40[local361++];
|
local532 += arg0.data[local361++];
|
||||||
local534 += arg0.aByteArray40[local374++];
|
local534 += arg0.data[local374++];
|
||||||
local500.method2178(local532 & 0x7F);
|
local500.p1(local532 & 0x7F);
|
||||||
local500.method2178(local534 & 0x7F);
|
local500.p1(local534 & 0x7F);
|
||||||
} else if (local567 == 1) {
|
} else if (local567 == 1) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 128);
|
local500.p1(local530 + 128);
|
||||||
}
|
}
|
||||||
local532 += arg0.aByteArray40[local361++];
|
local532 += arg0.data[local361++];
|
||||||
local536 += arg0.aByteArray40[local392++];
|
local536 += arg0.data[local392++];
|
||||||
local500.method2178(local532 & 0x7F);
|
local500.p1(local532 & 0x7F);
|
||||||
local500.method2178(local536 & 0x7F);
|
local500.p1(local536 & 0x7F);
|
||||||
} else if (local567 == 2) {
|
} else if (local567 == 2) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 176);
|
local500.p1(local530 + 176);
|
||||||
}
|
}
|
||||||
local203 = local203 + arg0.aByteArray40[local52++] & 0x7F;
|
local203 = local203 + arg0.data[local52++] & 0x7F;
|
||||||
local500.method2178(local203);
|
local500.p1(local203);
|
||||||
@Pc(775) byte local775;
|
@Pc(775) byte local775;
|
||||||
if (local203 == 0 || local203 == 32) {
|
if (local203 == 0 || local203 == 32) {
|
||||||
local775 = arg0.aByteArray40[local428++];
|
local775 = arg0.data[local428++];
|
||||||
} else if (local203 == 1) {
|
} else if (local203 == 1) {
|
||||||
local775 = arg0.aByteArray40[local334++];
|
local775 = arg0.data[local334++];
|
||||||
} else if (local203 == 33) {
|
} else if (local203 == 33) {
|
||||||
local775 = arg0.aByteArray40[local401++];
|
local775 = arg0.data[local401++];
|
||||||
} else if (local203 == 7) {
|
} else if (local203 == 7) {
|
||||||
local775 = arg0.aByteArray40[local343++];
|
local775 = arg0.data[local343++];
|
||||||
} else if (local203 == 39) {
|
} else if (local203 == 39) {
|
||||||
local775 = arg0.aByteArray40[local410++];
|
local775 = arg0.data[local410++];
|
||||||
} else if (local203 == 10) {
|
} else if (local203 == 10) {
|
||||||
local775 = arg0.aByteArray40[local352++];
|
local775 = arg0.data[local352++];
|
||||||
} else if (local203 == 42) {
|
} else if (local203 == 42) {
|
||||||
local775 = arg0.aByteArray40[local419++];
|
local775 = arg0.data[local419++];
|
||||||
} else if (local203 == 99) {
|
} else if (local203 == 99) {
|
||||||
local775 = arg0.aByteArray40[local446++];
|
local775 = arg0.data[local446++];
|
||||||
} else if (local203 == 98) {
|
} else if (local203 == 98) {
|
||||||
local775 = arg0.aByteArray40[local455++];
|
local775 = arg0.data[local455++];
|
||||||
} else if (local203 == 101) {
|
} else if (local203 == 101) {
|
||||||
local775 = arg0.aByteArray40[local464++];
|
local775 = arg0.data[local464++];
|
||||||
} else if (local203 == 100) {
|
} else if (local203 == 100) {
|
||||||
local775 = arg0.aByteArray40[local473++];
|
local775 = arg0.data[local473++];
|
||||||
} else if (local203 == 64 || local203 == 65 || local203 == 120 || local203 == 121 || local203 == 123) {
|
} else if (local203 == 64 || local203 == 65 || local203 == 120 || local203 == 121 || local203 == 123) {
|
||||||
local775 = arg0.aByteArray40[local298++];
|
local775 = arg0.data[local298++];
|
||||||
} else {
|
} else {
|
||||||
local775 = arg0.aByteArray40[local383++];
|
local775 = arg0.data[local383++];
|
||||||
}
|
}
|
||||||
@Pc(910) int local910 = local775 + local545[local203];
|
@Pc(910) int local910 = local775 + local545[local203];
|
||||||
local545[local203] = local910;
|
local545[local203] = local910;
|
||||||
local500.method2178(local910 & 0x7F);
|
local500.p1(local910 & 0x7F);
|
||||||
} else if (local567 == 3) {
|
} else if (local567 == 3) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 224);
|
local500.p1(local530 + 224);
|
||||||
}
|
}
|
||||||
local538 += arg0.aByteArray40[local437++];
|
local538 += arg0.data[local437++];
|
||||||
local538 += arg0.aByteArray40[local325++] << 7;
|
local538 += arg0.data[local325++] << 7;
|
||||||
local500.method2178(local538 & 0x7F);
|
local500.p1(local538 & 0x7F);
|
||||||
local500.method2178(local538 >> 7 & 0x7F);
|
local500.p1(local538 >> 7 & 0x7F);
|
||||||
} else if (local567 == 4) {
|
} else if (local567 == 4) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 208);
|
local500.p1(local530 + 208);
|
||||||
}
|
}
|
||||||
local540 += arg0.aByteArray40[local316++];
|
local540 += arg0.data[local316++];
|
||||||
local500.method2178(local540 & 0x7F);
|
local500.p1(local540 & 0x7F);
|
||||||
} else if (local567 == 5) {
|
} else if (local567 == 5) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 160);
|
local500.p1(local530 + 160);
|
||||||
}
|
}
|
||||||
local532 += arg0.aByteArray40[local361++];
|
local532 += arg0.data[local361++];
|
||||||
local542 += arg0.aByteArray40[local307++];
|
local542 += arg0.data[local307++];
|
||||||
local500.method2178(local532 & 0x7F);
|
local500.p1(local532 & 0x7F);
|
||||||
local500.method2178(local542 & 0x7F);
|
local500.p1(local542 & 0x7F);
|
||||||
} else if (local567 == 6) {
|
} else if (local567 == 6) {
|
||||||
if (local590) {
|
if (local590) {
|
||||||
local500.method2178(local530 + 192);
|
local500.p1(local530 + 192);
|
||||||
}
|
}
|
||||||
local500.method2178(arg0.aByteArray40[local428++]);
|
local500.p1(arg0.data[local428++]);
|
||||||
} else {
|
} else {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ public final class SpotAnimType {
|
||||||
@OriginalMember(owner = "client!eg", name = "a", descriptor = "(Lclient!wa;B)V")
|
@OriginalMember(owner = "client!eg", name = "a", descriptor = "(Lclient!wa;B)V")
|
||||||
public final void method1316(@OriginalArg(0) Buffer arg0) {
|
public final void method1316(@OriginalArg(0) Buffer arg0) {
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(17) int local17 = arg0.method2229();
|
@Pc(17) int local17 = arg0.g1();
|
||||||
if (local17 == 0) {
|
if (local17 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -59,39 +59,39 @@ public final class SpotAnimType {
|
||||||
@OriginalMember(owner = "client!eg", name = "a", descriptor = "(Lclient!wa;II)V")
|
@OriginalMember(owner = "client!eg", name = "a", descriptor = "(Lclient!wa;II)V")
|
||||||
private void method1318(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
private void method1318(@OriginalArg(0) Buffer arg0, @OriginalArg(1) int arg1) {
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
this.anInt1753 = arg0.method2163();
|
this.anInt1753 = arg0.g2();
|
||||||
} else if (arg1 == 2) {
|
} else if (arg1 == 2) {
|
||||||
this.anInt1754 = arg0.method2163();
|
this.anInt1754 = arg0.g2();
|
||||||
} else if (arg1 == 4) {
|
} else if (arg1 == 4) {
|
||||||
this.anInt1745 = arg0.method2163();
|
this.anInt1745 = arg0.g2();
|
||||||
} else if (arg1 == 5) {
|
} else if (arg1 == 5) {
|
||||||
this.anInt1752 = arg0.method2163();
|
this.anInt1752 = arg0.g2();
|
||||||
} else if (arg1 == 6) {
|
} else if (arg1 == 6) {
|
||||||
this.anInt1755 = arg0.method2163();
|
this.anInt1755 = arg0.g2();
|
||||||
} else if (arg1 == 7) {
|
} else if (arg1 == 7) {
|
||||||
this.anInt1749 = arg0.method2229();
|
this.anInt1749 = arg0.g1();
|
||||||
} else if (arg1 == 8) {
|
} else if (arg1 == 8) {
|
||||||
this.anInt1748 = arg0.method2229();
|
this.anInt1748 = arg0.g1();
|
||||||
} else if (arg1 == 9) {
|
} else if (arg1 == 9) {
|
||||||
this.aBoolean100 = true;
|
this.aBoolean100 = true;
|
||||||
} else {
|
} else {
|
||||||
@Pc(78) int local78;
|
@Pc(78) int local78;
|
||||||
@Pc(88) int local88;
|
@Pc(88) int local88;
|
||||||
if (arg1 == 40) {
|
if (arg1 == 40) {
|
||||||
local78 = arg0.method2229();
|
local78 = arg0.g1();
|
||||||
this.aShortArray15 = new short[local78];
|
this.aShortArray15 = new short[local78];
|
||||||
this.aShortArray18 = new short[local78];
|
this.aShortArray18 = new short[local78];
|
||||||
for (local88 = 0; local88 < local78; local88++) {
|
for (local88 = 0; local88 < local78; local88++) {
|
||||||
this.aShortArray15[local88] = (short) arg0.method2163();
|
this.aShortArray15[local88] = (short) arg0.g2();
|
||||||
this.aShortArray18[local88] = (short) arg0.method2163();
|
this.aShortArray18[local88] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
} else if (arg1 == 41) {
|
} else if (arg1 == 41) {
|
||||||
local78 = arg0.method2229();
|
local78 = arg0.g1();
|
||||||
this.aShortArray16 = new short[local78];
|
this.aShortArray16 = new short[local78];
|
||||||
this.aShortArray17 = new short[local78];
|
this.aShortArray17 = new short[local78];
|
||||||
for (local88 = 0; local88 < local78; local88++) {
|
for (local88 = 0; local88 < local78; local88++) {
|
||||||
this.aShortArray16[local88] = (short) arg0.method2163();
|
this.aShortArray16[local88] = (short) arg0.g2();
|
||||||
this.aShortArray17[local88] = (short) arg0.method2163();
|
this.aShortArray17[local88] = (short) arg0.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ public final class Static10 {
|
||||||
public static final JagString aClass100_65 = Static28.method790("Lade Schrifts-=tze )2 ");
|
public static final JagString aClass100_65 = Static28.method790("Lade Schrifts-=tze )2 ");
|
||||||
|
|
||||||
@OriginalMember(owner = "client!an", name = "a", descriptor = "([BIII)Lclient!na;")
|
@OriginalMember(owner = "client!an", name = "a", descriptor = "([BIII)Lclient!na;")
|
||||||
public static JagString method346(@OriginalArg(0) byte[] arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2) {
|
public static JagString decodeString(@OriginalArg(0) byte[] arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2) {
|
||||||
@Pc(7) JagString local7 = new JagString();
|
@Pc(7) JagString local7 = new JagString();
|
||||||
local7.aByteArray52 = new byte[arg1];
|
local7.aByteArray52 = new byte[arg1];
|
||||||
local7.anInt4030 = 0;
|
local7.anInt4030 = 0;
|
||||||
|
|
@ -90,7 +90,7 @@ public final class Static10 {
|
||||||
} catch (@Pc(19) Exception local19) {
|
} catch (@Pc(19) Exception local19) {
|
||||||
@Pc(61) String local61 = "T2 - " + Static164.anInt3985 + "," + Static5.anInt45 + "," + Static49.anInt1462 + " - " + Static223.anInt5028 + "," + (Static225.anInt5068 + Static173.aClass8_Sub4_Sub1_2.anIntArray318[0]) + "," + (Static173.aClass8_Sub4_Sub1_2.anIntArray317[0] + Static142.anInt3483) + " - ";
|
@Pc(61) String local61 = "T2 - " + Static164.anInt3985 + "," + Static5.anInt45 + "," + Static49.anInt1462 + " - " + Static223.anInt5028 + "," + (Static225.anInt5068 + Static173.aClass8_Sub4_Sub1_2.anIntArray318[0]) + "," + (Static173.aClass8_Sub4_Sub1_2.anIntArray317[0] + Static142.anInt3483) + " - ";
|
||||||
for (@Pc(63) int local63 = 0; local63 < Static223.anInt5028 && local63 < 50; local63++) {
|
for (@Pc(63) int local63 = 0; local63 < Static223.anInt5028 && local63 < 50; local63++) {
|
||||||
local61 = local61 + Static57.aClass3_Sub15_Sub1_3.aByteArray40[local63] + ",";
|
local61 = local61 + Static57.aClass3_Sub15_Sub1_3.data[local63] + ",";
|
||||||
}
|
}
|
||||||
Static89.method1839(local61, local19);
|
Static89.method1839(local61, local19);
|
||||||
Static278.method4653();
|
Static278.method4653();
|
||||||
|
|
|
||||||
|
|
@ -44,24 +44,24 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(71);
|
Static6.aClass3_Sub15_Sub1_1.method2242(71);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 46) {
|
if (local23 == 46) {
|
||||||
Static233.method4003(local31, local19, local15);
|
Static233.method4003(local31, local19, local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(247);
|
Static6.aClass3_Sub15_Sub1_1.method2242(247);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static142.anInt3483 + local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Integer.MAX_VALUE & (int) (local31 >>> 32));
|
Static6.aClass3_Sub15_Sub1_1.p2(Integer.MAX_VALUE & (int) (local31 >>> 32));
|
||||||
}
|
}
|
||||||
if (local23 == 40) {
|
if (local23 == 40) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(27);
|
Static6.aClass3_Sub15_Sub1_1.method2242(27);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static185.anInt4370);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static185.anInt4370);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(Static224.anInt5062);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(Static224.anInt5062);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static274.anInt4997);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static274.anInt4997);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -76,7 +76,7 @@ public final class Static103 {
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(30);
|
Static6.aClass3_Sub15_Sub1_1.method2242(30);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 17) {
|
if (local23 == 17) {
|
||||||
|
|
@ -88,7 +88,7 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(78);
|
Static6.aClass3_Sub15_Sub1_1.method2242(78);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 44) {
|
if (local23 == 44) {
|
||||||
|
|
@ -100,14 +100,14 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(133);
|
Static6.aClass3_Sub15_Sub1_1.method2242(133);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 58) {
|
if (local23 == 58) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(135);
|
Static6.aClass3_Sub15_Sub1_1.method2242(135);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2185(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4me(local19);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -115,9 +115,9 @@ public final class Static103 {
|
||||||
if (local23 == 42) {
|
if (local23 == 42) {
|
||||||
Static233.method4003(local31, local19, local15);
|
Static233.method4003(local31, local19, local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(254);
|
Static6.aClass3_Sub15_Sub1_1.method2242(254);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
Static6.aClass3_Sub15_Sub1_1.p2add((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2(local19 + Static142.anInt3483);
|
||||||
}
|
}
|
||||||
if (local23 == 28) {
|
if (local23 == 28) {
|
||||||
Static153.method2909();
|
Static153.method2909();
|
||||||
|
|
@ -131,9 +131,9 @@ public final class Static103 {
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(239);
|
Static6.aClass3_Sub15_Sub1_1.method2242(239);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2add(Static15.anInt506);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Pc(560) boolean local560;
|
@Pc(560) boolean local560;
|
||||||
|
|
@ -151,16 +151,16 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(66);
|
Static6.aClass3_Sub15_Sub1_1.method2242(66);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local19 + Static142.anInt3483);
|
||||||
}
|
}
|
||||||
if (local23 == 1001) {
|
if (local23 == 1001) {
|
||||||
Static233.method4003(local31, local19, local15);
|
Static233.method4003(local31, local19, local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(170);
|
Static6.aClass3_Sub15_Sub1_1.method2242(170);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Integer.MAX_VALUE & (int) (local31 >>> 32));
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Integer.MAX_VALUE & (int) (local31 >>> 32));
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local19 + Static142.anInt3483);
|
||||||
}
|
}
|
||||||
if (local23 == 1002) {
|
if (local23 == 1002) {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
|
|
@ -168,14 +168,14 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(92);
|
Static6.aClass3_Sub15_Sub1_1.method2242(92);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
@Pc(693) Component local693;
|
@Pc(693) Component local693;
|
||||||
if (local23 == 1006) {
|
if (local23 == 1006) {
|
||||||
local693 = Static5.method32(local19);
|
local693 = Static5.method32(local19);
|
||||||
if (local693 == null || local693.anIntArray50[local15] < 100000) {
|
if (local693 == null || local693.anIntArray50[local15] < 100000) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(92);
|
Static6.aClass3_Sub15_Sub1_1.method2242(92);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
} else {
|
} else {
|
||||||
method2231(Static186.aClass100_827, 0, Static34.method882(new JagString[] { Static123.method2423(local693.anIntArray50[local15]), Static249.aClass100_1039, Static71.method1439(local36).aClass100_495 }));
|
method2231(Static186.aClass100_827, 0, Static34.method882(new JagString[] { Static123.method2423(local693.anIntArray50[local15]), Static249.aClass100_1039, Static71.method1439(local36).aClass100_495 }));
|
||||||
}
|
}
|
||||||
|
|
@ -190,17 +190,17 @@ public final class Static103 {
|
||||||
if (Static191.anInt4502 > 0 && Static187.aBooleanArray101[82] && Static187.aBooleanArray101[81]) {
|
if (Static191.anInt4502 > 0 && Static187.aBooleanArray101[82] && Static187.aBooleanArray101[81]) {
|
||||||
Static61.method1454(Static225.anInt5068 + local15, Static142.anInt3483 + local19, Static55.anInt1735);
|
Static61.method1454(Static225.anInt5068 + local15, Static142.anInt3483 + local19, Static55.anInt1735);
|
||||||
} else if (Static102.method2075(Static173.aClass8_Sub4_Sub1_2.anIntArray317[0], 0, 0, true, 0, local15, 0, 0, 1, local19, Static173.aClass8_Sub4_Sub1_2.anIntArray318[0])) {
|
} else if (Static102.method2075(Static173.aClass8_Sub4_Sub1_2.anIntArray317[0], 0, 0, true, 0, local15, 0, 0, 1, local19, Static173.aClass8_Sub4_Sub1_2.anIntArray318[0])) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static1.anInt5);
|
Static6.aClass3_Sub15_Sub1_1.p1(Static1.anInt5);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static107.anInt2878);
|
Static6.aClass3_Sub15_Sub1_1.p1(Static107.anInt2878);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static57.anInt1747);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static57.anInt1747);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(57);
|
Static6.aClass3_Sub15_Sub1_1.p1(57);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static59.anInt1814);
|
Static6.aClass3_Sub15_Sub1_1.p1(Static59.anInt1814);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static273.anInt4130);
|
Static6.aClass3_Sub15_Sub1_1.p1(Static273.anInt4130);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(89);
|
Static6.aClass3_Sub15_Sub1_1.p1(89);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static173.aClass8_Sub4_Sub1_2.anInt3412);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static173.aClass8_Sub4_Sub1_2.anInt3412);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static173.aClass8_Sub4_Sub1_2.anInt3421);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static173.aClass8_Sub4_Sub1_2.anInt3421);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(Static221.anInt4364);
|
Static6.aClass3_Sub15_Sub1_1.p1(Static221.anInt4364);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(63);
|
Static6.aClass3_Sub15_Sub1_1.p1(63);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -217,26 +217,26 @@ public final class Static103 {
|
||||||
}
|
}
|
||||||
if (local884 != null) {
|
if (local884 != null) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(72);
|
Static6.aClass3_Sub15_Sub1_1.method2242(72);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local884.anInt3741);
|
Static6.aClass3_Sub15_Sub1_1.p2(local884.anInt3741);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 47) {
|
if (local23 == 47) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(156);
|
Static6.aClass3_Sub15_Sub1_1.method2242(156);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(local19);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
}
|
}
|
||||||
if (local23 == 3) {
|
if (local23 == 3) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(253);
|
Static6.aClass3_Sub15_Sub1_1.method2242(253);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static15.anInt506);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -250,7 +250,7 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(4);
|
Static6.aClass3_Sub15_Sub1_1.method2242(4);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 41 && Static39.aClass13_10 == null) {
|
if (local23 == 41 && Static39.aClass13_10 == null) {
|
||||||
|
|
@ -261,27 +261,27 @@ public final class Static103 {
|
||||||
if (local23 == 49) {
|
if (local23 == 49) {
|
||||||
Static233.method4003(local31, local19, local15);
|
Static233.method4003(local31, local19, local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(84);
|
Static6.aClass3_Sub15_Sub1_1.method2242(84);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Integer.MAX_VALUE & (int) (local31 >>> 32));
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Integer.MAX_VALUE & (int) (local31 >>> 32));
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static142.anInt3483 + local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local15 + Static225.anInt5068);
|
||||||
}
|
}
|
||||||
if (local23 == 23) {
|
if (local23 == 23) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(206);
|
Static6.aClass3_Sub15_Sub1_1.method2242(206);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(local19);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
}
|
}
|
||||||
if (local23 == 14 && Static233.method4003(local31, local19, local15)) {
|
if (local23 == 14 && Static233.method4003(local31, local19, local15)) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(134);
|
Static6.aClass3_Sub15_Sub1_1.method2242(134);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static274.anInt4997);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static274.anInt4997);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local19 + Static142.anInt3483);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static185.anInt4370);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static185.anInt4370);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2185(Static224.anInt5062);
|
Static6.aClass3_Sub15_Sub1_1.p4me(Static224.anInt5062);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
Static6.aClass3_Sub15_Sub1_1.p2add((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
||||||
}
|
}
|
||||||
if (local23 == 37) {
|
if (local23 == 37) {
|
||||||
local43 = Static159.aClass8_Sub4_Sub1Array1[local36];
|
local43 = Static159.aClass8_Sub4_Sub1Array1[local36];
|
||||||
|
|
@ -292,7 +292,7 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(114);
|
Static6.aClass3_Sub15_Sub1_1.method2242(114);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 9 || local23 == 1003) {
|
if (local23 == 9 || local23 == 1003) {
|
||||||
|
|
@ -300,9 +300,9 @@ public final class Static103 {
|
||||||
}
|
}
|
||||||
if (local23 == 5) {
|
if (local23 == 5) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(55);
|
Static6.aClass3_Sub15_Sub1_1.method2242(55);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(local19);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -321,9 +321,9 @@ public final class Static103 {
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(228);
|
Static6.aClass3_Sub15_Sub1_1.method2242(228);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static142.anInt3483 + local19);
|
||||||
}
|
}
|
||||||
if (local23 == 4) {
|
if (local23 == 4) {
|
||||||
local192 = Static175.aClass8_Sub4_Sub2Array1[local36];
|
local192 = Static175.aClass8_Sub4_Sub2Array1[local36];
|
||||||
|
|
@ -334,7 +334,7 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(148);
|
Static6.aClass3_Sub15_Sub1_1.method2242(148);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 32) {
|
if (local23 == 32) {
|
||||||
|
|
@ -365,14 +365,14 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(180);
|
Static6.aClass3_Sub15_Sub1_1.method2242(180);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 35) {
|
if (local23 == 35) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(161);
|
Static6.aClass3_Sub15_Sub1_1.method2242(161);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -386,9 +386,9 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(195);
|
Static6.aClass3_Sub15_Sub1_1.method2242(195);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2add(Static15.anInt506);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 34) {
|
if (local23 == 34) {
|
||||||
|
|
@ -405,15 +405,15 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(109);
|
Static6.aClass3_Sub15_Sub1_1.method2242(109);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local19 + Static142.anInt3483);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
if (local23 == 25) {
|
if (local23 == 25) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(81);
|
Static6.aClass3_Sub15_Sub1_1.method2242(81);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(local19);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -427,13 +427,13 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(218);
|
Static6.aClass3_Sub15_Sub1_1.method2242(218);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Pc(1955) int local1955;
|
@Pc(1955) int local1955;
|
||||||
if (local23 == 51) {
|
if (local23 == 51) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(10);
|
Static6.aClass3_Sub15_Sub1_1.method2242(10);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4(local19);
|
||||||
local693 = Static5.method32(local19);
|
local693 = Static5.method32(local19);
|
||||||
if (local693.anIntArrayArray4 != null && local693.anIntArrayArray4[0][0] == 5) {
|
if (local693.anIntArrayArray4 != null && local693.anIntArrayArray4[0][0] == 5) {
|
||||||
local1955 = local693.anIntArrayArray4[0][1];
|
local1955 = local693.anIntArrayArray4[0][1];
|
||||||
|
|
@ -452,15 +452,15 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(115);
|
Static6.aClass3_Sub15_Sub1_1.method2242(115);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2185(Static224.anInt5062);
|
Static6.aClass3_Sub15_Sub1_1.p4me(Static224.anInt5062);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static185.anInt4370);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static185.anInt4370);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static274.anInt4997);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static274.anInt4997);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 59) {
|
if (local23 == 59) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(10);
|
Static6.aClass3_Sub15_Sub1_1.method2242(10);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4(local19);
|
||||||
local693 = Static5.method32(local19);
|
local693 = Static5.method32(local19);
|
||||||
if (local693.anIntArrayArray4 != null && local693.anIntArrayArray4[0][0] == 5) {
|
if (local693.anIntArrayArray4 != null && local693.anIntArrayArray4[0][0] == 5) {
|
||||||
local1955 = local693.anIntArrayArray4[0][1];
|
local1955 = local693.anIntArrayArray4[0][1];
|
||||||
|
|
@ -478,12 +478,12 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(101);
|
Static6.aClass3_Sub15_Sub1_1.method2242(101);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static185.anInt4370);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static185.anInt4370);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static274.anInt4997);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static274.anInt4997);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static142.anInt3483 + local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2185(Static224.anInt5062);
|
Static6.aClass3_Sub15_Sub1_1.p4me(Static224.anInt5062);
|
||||||
}
|
}
|
||||||
if (local23 == 1004) {
|
if (local23 == 1004) {
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
|
|
@ -491,7 +491,7 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(94);
|
Static6.aClass3_Sub15_Sub1_1.method2242(94);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
if (local23 == 11) {
|
if (local23 == 11) {
|
||||||
if (local36 == 0) {
|
if (local36 == 0) {
|
||||||
|
|
@ -499,10 +499,10 @@ public final class Static103 {
|
||||||
Static113.method3556(Static55.anInt1735, local15, local19);
|
Static113.method3556(Static55.anInt1735, local15, local19);
|
||||||
} else if (local36 == 1) {
|
} else if (local36 == 1) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(131);
|
Static6.aClass3_Sub15_Sub1_1.method2242(131);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2185(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4me(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static15.anInt506);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local19 + Static142.anInt3483);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 8) {
|
if (local23 == 8) {
|
||||||
|
|
@ -513,7 +513,7 @@ public final class Static103 {
|
||||||
}
|
}
|
||||||
if (local2287) {
|
if (local2287) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(10);
|
Static6.aClass3_Sub15_Sub1_1.method2242(10);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4(local19);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 1) {
|
if (local23 == 1) {
|
||||||
|
|
@ -525,17 +525,17 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(248);
|
Static6.aClass3_Sub15_Sub1_1.method2242(248);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static274.anInt4997);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static274.anInt4997);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static185.anInt4370);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static185.anInt4370);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2185(Static224.anInt5062);
|
Static6.aClass3_Sub15_Sub1_1.p4me(Static224.anInt5062);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 7) {
|
if (local23 == 7) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(85);
|
Static6.aClass3_Sub15_Sub1_1.method2242(85);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -554,23 +554,23 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(48);
|
Static6.aClass3_Sub15_Sub1_1.method2242(48);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static142.anInt3483 + local19);
|
||||||
}
|
}
|
||||||
if (local23 == 38 && Static233.method4003(local31, local19, local15)) {
|
if (local23 == 38 && Static233.method4003(local31, local19, local15)) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(233);
|
Static6.aClass3_Sub15_Sub1_1.method2242(233);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local19 + Static142.anInt3483);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static15.anInt506);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
Static6.aClass3_Sub15_Sub1_1.p2add((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
||||||
}
|
}
|
||||||
if (local23 == 13) {
|
if (local23 == 13) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(6);
|
Static6.aClass3_Sub15_Sub1_1.method2242(6);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -584,7 +584,7 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(175);
|
Static6.aClass3_Sub15_Sub1_1.method2242(175);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2add(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 22) {
|
if (local23 == 22) {
|
||||||
|
|
@ -604,15 +604,15 @@ public final class Static103 {
|
||||||
if (local23 == 50) {
|
if (local23 == 50) {
|
||||||
Static233.method4003(local31, local19, local15);
|
Static233.method4003(local31, local19, local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(194);
|
Static6.aClass3_Sub15_Sub1_1.method2242(194);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local19 + Static142.anInt3483);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
Static6.aClass3_Sub15_Sub1_1.p2((int) (local31 >>> 32) & Integer.MAX_VALUE);
|
||||||
}
|
}
|
||||||
if (local23 == 48) {
|
if (local23 == 48) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(154);
|
Static6.aClass3_Sub15_Sub1_1.method2242(154);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -626,14 +626,14 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(68);
|
Static6.aClass3_Sub15_Sub1_1.method2242(68);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 43) {
|
if (local23 == 43) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(153);
|
Static6.aClass3_Sub15_Sub1_1.method2242(153);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2211(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4le2(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2le(local36);
|
||||||
Static72.anInt2043 = 0;
|
Static72.anInt2043 = 0;
|
||||||
Static257.aClass13_7 = Static5.method32(local19);
|
Static257.aClass13_7 = Static5.method32(local19);
|
||||||
Static250.anInt5444 = local15;
|
Static250.anInt5444 = local15;
|
||||||
|
|
@ -648,18 +648,18 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static17.anInt577 = 0;
|
Static17.anInt577 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(73);
|
Static6.aClass3_Sub15_Sub1_1.method2242(73);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static142.anInt3483 + local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15 + Static225.anInt5068);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static15.anInt506);
|
||||||
}
|
}
|
||||||
if (local23 == 12) {
|
if (local23 == 12) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(82);
|
Static6.aClass3_Sub15_Sub1_1.method2242(82);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static15.anInt506);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static15.anInt506);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(local19);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(local19);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(Static98.anInt2512);
|
Static6.aClass3_Sub15_Sub1_1.p4(Static98.anInt2512);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local15);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local15);
|
||||||
}
|
}
|
||||||
if (local23 == 36) {
|
if (local23 == 36) {
|
||||||
if (local36 == 0) {
|
if (local36 == 0) {
|
||||||
|
|
@ -669,8 +669,8 @@ public final class Static103 {
|
||||||
Static61.method1454(local15 + Static225.anInt5068, Static142.anInt3483 - -local19, Static55.anInt1735);
|
Static61.method1454(local15 + Static225.anInt5068, Static142.anInt3483 - -local19, Static55.anInt1735);
|
||||||
} else {
|
} else {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(179);
|
Static6.aClass3_Sub15_Sub1_1.method2242(179);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local19 + Static142.anInt3483);
|
Static6.aClass3_Sub15_Sub1_1.p2(local19 + Static142.anInt3483);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local15 + Static225.anInt5068);
|
Static6.aClass3_Sub15_Sub1_1.p2(local15 + Static225.anInt5068);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 6) {
|
if (local23 == 6) {
|
||||||
|
|
@ -682,7 +682,7 @@ public final class Static103 {
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(106);
|
Static6.aClass3_Sub15_Sub1_1.method2242(106);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (local23 == 20) {
|
if (local23 == 20) {
|
||||||
|
|
@ -699,9 +699,9 @@ public final class Static103 {
|
||||||
Static122.anInt3047 = Static7.anInt985;
|
Static122.anInt3047 = Static7.anInt985;
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(33);
|
Static6.aClass3_Sub15_Sub1_1.method2242(33);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2(local36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static225.anInt5068 + local15);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static225.anInt5068 + local15);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static142.anInt3483 + local19);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static142.anInt3483 + local19);
|
||||||
}
|
}
|
||||||
if (local23 == 16) {
|
if (local23 == 16) {
|
||||||
local192 = Static175.aClass8_Sub4_Sub2Array1[local36];
|
local192 = Static175.aClass8_Sub4_Sub2Array1[local36];
|
||||||
|
|
@ -712,7 +712,7 @@ public final class Static103 {
|
||||||
Static25.anInt826 = Static60.anInt1893;
|
Static25.anInt826 = Static60.anInt1893;
|
||||||
Static70.anInt2013 = 2;
|
Static70.anInt2013 = 2;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(3);
|
Static6.aClass3_Sub15_Sub1_1.method2242(3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(local36);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(local36);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static260.anInt5014 != 0) {
|
if (Static260.anInt5014 != 0) {
|
||||||
|
|
|
||||||
|
|
@ -48,14 +48,14 @@ public final class Static124 {
|
||||||
@Pc(10) Buffer local10 = new Buffer(arg2);
|
@Pc(10) Buffer local10 = new Buffer(arg2);
|
||||||
@Pc(12) int local12 = -1;
|
@Pc(12) int local12 = -1;
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(16) int local16 = local10.method2199();
|
@Pc(16) int local16 = local10.gVarSmart();
|
||||||
if (local16 == 0) {
|
if (local16 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
local12 += local16;
|
local12 += local16;
|
||||||
@Pc(27) int local27 = 0;
|
@Pc(27) int local27 = 0;
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(31) int local31 = local10.method2204();
|
@Pc(31) int local31 = local10.gSmart1or2();
|
||||||
if (local31 == 0) {
|
if (local31 == 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -63,7 +63,7 @@ public final class Static124 {
|
||||||
@Pc(46) int local46 = local27 & 0x3F;
|
@Pc(46) int local46 = local27 & 0x3F;
|
||||||
@Pc(50) int local50 = local27 >> 12;
|
@Pc(50) int local50 = local27 >> 12;
|
||||||
@Pc(56) int local56 = local27 >> 6 & 0x3F;
|
@Pc(56) int local56 = local27 >> 6 & 0x3F;
|
||||||
@Pc(60) int local60 = local10.method2229();
|
@Pc(60) int local60 = local10.g1();
|
||||||
@Pc(64) int local64 = local60 >> 2;
|
@Pc(64) int local64 = local60 >> 2;
|
||||||
@Pc(68) int local68 = local60 & 0x3;
|
@Pc(68) int local68 = local60 & 0x3;
|
||||||
@Pc(72) int local72 = arg0 + local56;
|
@Pc(72) int local72 = arg0 + local56;
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,12 @@ public final class Static125 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!jl", name = "a", descriptor = "(IIIII)V")
|
@OriginalMember(owner = "client!jl", name = "a", descriptor = "(IIIII)V")
|
||||||
public static void method2448(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2, @OriginalArg(3) int arg3) {
|
public static void method2448(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2, @OriginalArg(3) int arg3) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(147);
|
Static6.aClass3_Sub15_Sub1_1.p1(147);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(arg2);
|
Static6.aClass3_Sub15_Sub1_1.p1(arg2);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p1(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg0);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg0);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
Static226.anInt5079 = 0;
|
Static226.anInt5079 = 0;
|
||||||
Static57.anInt1758 = 0;
|
Static57.anInt1758 = 0;
|
||||||
Static179.anInt4261 = 1;
|
Static179.anInt4261 = 1;
|
||||||
|
|
|
||||||
|
|
@ -219,7 +219,7 @@ public final class Static127 {
|
||||||
try {
|
try {
|
||||||
if (Static232.aClass212_5.anObject6 != null) {
|
if (Static232.aClass212_5.anObject6 != null) {
|
||||||
@Pc(265) byte[] local265 = ((String) Static232.aClass212_5.anObject6).getBytes("ISO-8859-1");
|
@Pc(265) byte[] local265 = ((String) Static232.aClass212_5.anObject6).getBytes("ISO-8859-1");
|
||||||
local246 = Static10.method346(local265, local265.length, 0);
|
local246 = Static10.decodeString(local265, local265.length, 0);
|
||||||
}
|
}
|
||||||
} catch (@Pc(274) UnsupportedEncodingException local274) {
|
} catch (@Pc(274) UnsupportedEncodingException local274) {
|
||||||
}
|
}
|
||||||
|
|
@ -368,7 +368,7 @@ public final class Static127 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(44);
|
Static6.aClass3_Sub15_Sub1_1.method2242(44);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(arg0.method3120() - 1);
|
Static6.aClass3_Sub15_Sub1_1.p1(arg0.length() - 1);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2171(arg0.method3136(2));
|
Static6.aClass3_Sub15_Sub1_1.pjstr(arg0.method3136(2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,6 @@ public final class Static134 {
|
||||||
@OriginalMember(owner = "client!kh", name = "b", descriptor = "(I)V")
|
@OriginalMember(owner = "client!kh", name = "b", descriptor = "(I)V")
|
||||||
public static void method2623() {
|
public static void method2623() {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(104);
|
Static6.aClass3_Sub15_Sub1_1.method2242(104);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(0L);
|
Static6.aClass3_Sub15_Sub1_1.p8(0L);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,10 +42,10 @@ public final class Static136 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!kk", name = "b", descriptor = "(Lclient!wa;I)V")
|
@OriginalMember(owner = "client!kk", name = "b", descriptor = "(Lclient!wa;I)V")
|
||||||
public static void method2654(@OriginalArg(0) Buffer arg0) {
|
public static void method2654(@OriginalArg(0) Buffer arg0) {
|
||||||
if (arg0.aByteArray40.length - arg0.anInt2792 < 1) {
|
if (arg0.data.length - arg0.offset < 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@Pc(21) int local21 = arg0.method2229();
|
@Pc(21) int local21 = arg0.g1();
|
||||||
if (local21 < 0 || local21 > 11) {
|
if (local21 < 0 || local21 > 11) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -75,84 +75,84 @@ public final class Static136 {
|
||||||
} else {
|
} else {
|
||||||
local34 = 19;
|
local34 = 19;
|
||||||
}
|
}
|
||||||
if (arg0.aByteArray40.length - arg0.anInt2792 < local34) {
|
if (arg0.data.length - arg0.offset < local34) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Static113.anInt4609 = arg0.method2229();
|
Static113.anInt4609 = arg0.g1();
|
||||||
if (Static113.anInt4609 < 1) {
|
if (Static113.anInt4609 < 1) {
|
||||||
Static113.anInt4609 = 1;
|
Static113.anInt4609 = 1;
|
||||||
} else if (Static113.anInt4609 > 4) {
|
} else if (Static113.anInt4609 > 4) {
|
||||||
Static113.anInt4609 = 4;
|
Static113.anInt4609 = 4;
|
||||||
}
|
}
|
||||||
Static53.method1293(arg0.method2229() == 1);
|
Static53.method1293(arg0.g1() == 1);
|
||||||
Static80.aBoolean231 = arg0.method2229() == 1;
|
Static80.aBoolean231 = arg0.g1() == 1;
|
||||||
Static250.aBoolean283 = arg0.method2229() == 1;
|
Static250.aBoolean283 = arg0.g1() == 1;
|
||||||
Static53.aBoolean99 = arg0.method2229() == 1;
|
Static53.aBoolean99 = arg0.g1() == 1;
|
||||||
Static15.aBoolean33 = arg0.method2229() == 1;
|
Static15.aBoolean33 = arg0.g1() == 1;
|
||||||
Static11.aBoolean15 = arg0.method2229() == 1;
|
Static11.aBoolean15 = arg0.g1() == 1;
|
||||||
Static159.aBoolean189 = arg0.method2229() == 1;
|
Static159.aBoolean189 = arg0.g1() == 1;
|
||||||
Static209.aBoolean240 = arg0.method2229() == 1;
|
Static209.aBoolean240 = arg0.g1() == 1;
|
||||||
Static139.anInt3451 = arg0.method2229();
|
Static139.anInt3451 = arg0.g1();
|
||||||
if (Static139.anInt3451 > 2) {
|
if (Static139.anInt3451 > 2) {
|
||||||
Static139.anInt3451 = 2;
|
Static139.anInt3451 = 2;
|
||||||
}
|
}
|
||||||
if (local21 < 2) {
|
if (local21 < 2) {
|
||||||
Static178.aBoolean202 = arg0.method2229() == 1;
|
Static178.aBoolean202 = arg0.g1() == 1;
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
} else {
|
} else {
|
||||||
Static178.aBoolean202 = arg0.method2229() == 1;
|
Static178.aBoolean202 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
Static220.aBoolean244 = arg0.method2229() == 1;
|
Static220.aBoolean244 = arg0.g1() == 1;
|
||||||
Static71.aBoolean107 = arg0.method2229() == 1;
|
Static71.aBoolean107 = arg0.g1() == 1;
|
||||||
Static102.anInt2679 = arg0.method2229();
|
Static102.anInt2679 = arg0.g1();
|
||||||
if (Static102.anInt2679 > 2) {
|
if (Static102.anInt2679 > 2) {
|
||||||
Static102.anInt2679 = 2;
|
Static102.anInt2679 = 2;
|
||||||
}
|
}
|
||||||
Static186.anInt4392 = Static102.anInt2679;
|
Static186.anInt4392 = Static102.anInt2679;
|
||||||
Static99.aBoolean143 = arg0.method2229() == 1;
|
Static99.aBoolean143 = arg0.g1() == 1;
|
||||||
Static125.anInt3104 = arg0.method2229();
|
Static125.anInt3104 = arg0.g1();
|
||||||
if (Static125.anInt3104 > 127) {
|
if (Static125.anInt3104 > 127) {
|
||||||
Static125.anInt3104 = 127;
|
Static125.anInt3104 = 127;
|
||||||
}
|
}
|
||||||
Static12.anInt391 = arg0.method2229();
|
Static12.anInt391 = arg0.g1();
|
||||||
Static30.anInt978 = arg0.method2229();
|
Static30.anInt978 = arg0.g1();
|
||||||
if (Static30.anInt978 > 127) {
|
if (Static30.anInt978 > 127) {
|
||||||
Static30.anInt978 = 127;
|
Static30.anInt978 = 127;
|
||||||
}
|
}
|
||||||
if (local21 >= 1) {
|
if (local21 >= 1) {
|
||||||
Static114.anInt5831 = arg0.method2163();
|
Static114.anInt5831 = arg0.g2();
|
||||||
Static22.anInt729 = arg0.method2163();
|
Static22.anInt729 = arg0.g2();
|
||||||
}
|
}
|
||||||
if (local21 >= 3 && local21 < 6) {
|
if (local21 >= 3 && local21 < 6) {
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
}
|
}
|
||||||
if (local21 >= 4) {
|
if (local21 >= 4) {
|
||||||
@Pc(386) int local386 = arg0.method2229();
|
@Pc(386) int local386 = arg0.g1();
|
||||||
if (Static238.anInt5316 < 96) {
|
if (Static238.anInt5316 < 96) {
|
||||||
local386 = 0;
|
local386 = 0;
|
||||||
}
|
}
|
||||||
Static76.method1645(local386);
|
Static76.method1645(local386);
|
||||||
}
|
}
|
||||||
if (local21 >= 5) {
|
if (local21 >= 5) {
|
||||||
Static164.anInt3988 = arg0.method2174();
|
Static164.anInt3988 = arg0.g4();
|
||||||
}
|
}
|
||||||
if (local21 >= 6) {
|
if (local21 >= 6) {
|
||||||
Static214.anInt5581 = arg0.method2229();
|
Static214.anInt5581 = arg0.g1();
|
||||||
}
|
}
|
||||||
if (local21 >= 7) {
|
if (local21 >= 7) {
|
||||||
Static164.aBoolean191 = arg0.method2229() == 1;
|
Static164.aBoolean191 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
if (local21 >= 8) {
|
if (local21 >= 8) {
|
||||||
Static33.aBoolean63 = arg0.method2229() == 1;
|
Static33.aBoolean63 = arg0.g1() == 1;
|
||||||
}
|
}
|
||||||
if (local21 >= 9) {
|
if (local21 >= 9) {
|
||||||
Static141.anInt3474 = arg0.method2229();
|
Static141.anInt3474 = arg0.g1();
|
||||||
}
|
}
|
||||||
if (local21 >= 10) {
|
if (local21 >= 10) {
|
||||||
Static127.aBoolean159 = arg0.method2229() != 0;
|
Static127.aBoolean159 = arg0.g1() != 0;
|
||||||
}
|
}
|
||||||
if (local21 >= 11) {
|
if (local21 >= 11) {
|
||||||
Static64.aBoolean111 = arg0.method2229() != 0;
|
Static64.aBoolean111 = arg0.g1() != 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ public final class Static137 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!kl", name = "a", descriptor = "(Lclient!wa;B)Lclient!kc;")
|
@OriginalMember(owner = "client!kl", name = "a", descriptor = "(Lclient!wa;B)Lclient!kc;")
|
||||||
public static TextureOp29SubOp2 method2664(@OriginalArg(0) Buffer arg0) {
|
public static TextureOp29SubOp2 method2664(@OriginalArg(0) Buffer arg0) {
|
||||||
return new TextureOp29SubOp2(arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2220(), arg0.method2220(), arg0.method2229());
|
return new TextureOp29SubOp2(arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g3(), arg0.g3(), arg0.g1());
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!kl", name = "b", descriptor = "(II)Z")
|
@OriginalMember(owner = "client!kl", name = "b", descriptor = "(II)Z")
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ public final class Static140 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
arg0.method2179(local15, 24);
|
arg0.pBytes(local15, 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(ILclient!e;)I")
|
@OriginalMember(owner = "client!la", name = "a", descriptor = "(ILclient!e;)I")
|
||||||
|
|
@ -85,7 +85,7 @@ public final class Static140 {
|
||||||
Static193.aClass100Array134[Static35.anInt1093++] = Static79.method1702(arg0);
|
Static193.aClass100Array134[Static35.anInt1093++] = Static79.method1702(arg0);
|
||||||
Static185.anInt4369 = Static119.anInt3028;
|
Static185.anInt4369 = Static119.anInt3028;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(34);
|
Static6.aClass3_Sub15_Sub1_1.method2242(34);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(arg0);
|
Static6.aClass3_Sub15_Sub1_1.p8(arg0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(Lsignlink!ll;Ljava/lang/Object;I)V")
|
@OriginalMember(owner = "client!la", name = "a", descriptor = "(Lsignlink!ll;Ljava/lang/Object;I)V")
|
||||||
|
|
@ -126,11 +126,11 @@ public final class Static140 {
|
||||||
@Pc(35) Class134 local35 = new Class134(local29.length);
|
@Pc(35) Class134 local35 = new Class134(local29.length);
|
||||||
for (@Pc(37) int local37 = 0; local37 < local35.anInt5074; local37++) {
|
for (@Pc(37) int local37 = 0; local37 < local35.anInt5074; local37++) {
|
||||||
@Pc(56) Buffer local56 = new Buffer(arg1.method4495(local10, local29[local37]));
|
@Pc(56) Buffer local56 = new Buffer(arg1.method4495(local10, local29[local37]));
|
||||||
local35.aClass100Array153[local37] = local56.method2202();
|
local35.aClass100Array153[local37] = local56.gjstr();
|
||||||
local35.aByteArray69[local37] = local56.method2186();
|
local35.aByteArray69[local37] = local56.g1s();
|
||||||
local35.aShortArray73[local37] = (short) local56.method2163();
|
local35.aShortArray73[local37] = (short) local56.g2();
|
||||||
local35.aShortArray72[local37] = (short) local56.method2163();
|
local35.aShortArray72[local37] = (short) local56.g2();
|
||||||
local35.anIntArray444[local37] = local56.method2174();
|
local35.anIntArray444[local37] = local56.g4();
|
||||||
}
|
}
|
||||||
return local35;
|
return local35;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,11 @@ public final class Static146 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!lg", name = "a", descriptor = "(ZLclient!wa;Lclient!na;)I")
|
@OriginalMember(owner = "client!lg", name = "a", descriptor = "(ZLclient!wa;Lclient!na;)I")
|
||||||
public static int method2748(@OriginalArg(1) Buffer arg0, @OriginalArg(2) JagString arg1) {
|
public static int method2748(@OriginalArg(1) Buffer arg0, @OriginalArg(2) JagString arg1) {
|
||||||
@Pc(6) int local6 = arg0.anInt2792;
|
@Pc(6) int local6 = arg0.offset;
|
||||||
@Pc(14) byte[] local14 = arg1.method3148();
|
@Pc(14) byte[] local14 = arg1.method3148();
|
||||||
arg0.method2194(local14.length);
|
arg0.pSmart1or2(local14.length);
|
||||||
arg0.anInt2792 += Static62.aClass44_1.method1550(local14.length, arg0.aByteArray40, local14, 0, arg0.anInt2792);
|
arg0.offset += Static62.aClass44_1.method1550(local14.length, arg0.data, local14, 0, arg0.offset);
|
||||||
return arg0.anInt2792 - local6;
|
return arg0.offset - local6;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!lg", name = "a", descriptor = "(Lclient!ve;BII)[Lclient!ok;")
|
@OriginalMember(owner = "client!lg", name = "a", descriptor = "(Lclient!ve;BII)[Lclient!ok;")
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ public final class Static156 {
|
||||||
public static void method2956(@OriginalArg(0) long arg0) {
|
public static void method2956(@OriginalArg(0) long arg0) {
|
||||||
if ((long) 0 != arg0) {
|
if ((long) 0 != arg0) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(104);
|
Static6.aClass3_Sub15_Sub1_1.method2242(104);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(arg0);
|
Static6.aClass3_Sub15_Sub1_1.p8(arg0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -192,6 +192,6 @@ public final class Static156 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!mf", name = "a", descriptor = "(BLclient!wa;)Lclient!ta;")
|
@OriginalMember(owner = "client!mf", name = "a", descriptor = "(BLclient!wa;)Lclient!ta;")
|
||||||
public static TextureOp29SubOp4 method2960(@OriginalArg(1) Buffer arg0) {
|
public static TextureOp29SubOp4 method2960(@OriginalArg(1) Buffer arg0) {
|
||||||
return new TextureOp29SubOp4(arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2220(), arg0.method2220(), arg0.method2229());
|
return new TextureOp29SubOp4(arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g3(), arg0.g3(), arg0.g1());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ public final class Static158 {
|
||||||
}
|
}
|
||||||
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
||||||
Static72.aClass212_3 = null;
|
Static72.aClass212_3 = null;
|
||||||
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.aByteArray40, Static6.aClass3_Sub15_Sub1_1.anInt2792);
|
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.data, Static6.aClass3_Sub15_Sub1_1.offset);
|
||||||
if (Static11.aClass62_1 != null) {
|
if (Static11.aClass62_1 != null) {
|
||||||
Static11.aClass62_1.method3571();
|
Static11.aClass62_1.method3571();
|
||||||
}
|
}
|
||||||
|
|
@ -93,10 +93,10 @@ public final class Static158 {
|
||||||
if (Static124.aClass95_2.method2831() < Static229.aClass100Array156.length * 8) {
|
if (Static124.aClass95_2.method2831() < Static229.aClass100Array156.length * 8) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Static57.aClass3_Sub15_Sub1_3.anInt2792 = 0;
|
Static57.aClass3_Sub15_Sub1_3.offset = 0;
|
||||||
Static124.aClass95_2.method2827(0, Static229.aClass100Array156.length * 8, Static57.aClass3_Sub15_Sub1_3.aByteArray40);
|
Static124.aClass95_2.method2827(0, Static229.aClass100Array156.length * 8, Static57.aClass3_Sub15_Sub1_3.data);
|
||||||
for (local120 = 0; local120 < Static229.aClass100Array156.length; local120++) {
|
for (local120 = 0; local120 < Static229.aClass100Array156.length; local120++) {
|
||||||
Static229.aClass100Array156[local120] = Static79.method1702(Static57.aClass3_Sub15_Sub1_3.method2182());
|
Static229.aClass100Array156[local120] = Static79.method1702(Static57.aClass3_Sub15_Sub1_3.g8());
|
||||||
}
|
}
|
||||||
Static223.anInt5034 = 21;
|
Static223.anInt5034 = 21;
|
||||||
Static179.anInt4261 = 0;
|
Static179.anInt4261 = 0;
|
||||||
|
|
@ -148,15 +148,15 @@ public final class Static158 {
|
||||||
}
|
}
|
||||||
@Pc(67) int local67 = 0;
|
@Pc(67) int local67 = 0;
|
||||||
@Pc(74) Buffer local74 = new Buffer(Static191.aByteArrayArray15[local16]);
|
@Pc(74) Buffer local74 = new Buffer(Static191.aByteArrayArray15[local16]);
|
||||||
while (local74.anInt2792 < Static191.aByteArrayArray15[local16].length && local67 < 511) {
|
while (local74.offset < Static191.aByteArrayArray15[local16].length && local67 < 511) {
|
||||||
@Pc(97) int local97 = local67++ << 6 | local25;
|
@Pc(97) int local97 = local67++ << 6 | local25;
|
||||||
@Pc(103) int local103 = local74.method2163();
|
@Pc(103) int local103 = local74.g2();
|
||||||
@Pc(107) int local107 = local103 >> 14;
|
@Pc(107) int local107 = local103 >> 14;
|
||||||
@Pc(113) int local113 = local103 >> 7 & 0x3F;
|
@Pc(113) int local113 = local103 >> 7 & 0x3F;
|
||||||
@Pc(125) int local125 = local113 + (Static238.anIntArray470[local16] >> 8) * 64 - Static225.anInt5068;
|
@Pc(125) int local125 = local113 + (Static238.anIntArray470[local16] >> 8) * 64 - Static225.anInt5068;
|
||||||
@Pc(129) int local129 = local103 & 0x3F;
|
@Pc(129) int local129 = local103 & 0x3F;
|
||||||
@Pc(142) int local142 = local129 + (Static238.anIntArray470[local16] & 0xFF) * 64 - Static142.anInt3483;
|
@Pc(142) int local142 = local129 + (Static238.anIntArray470[local16] & 0xFF) * 64 - Static142.anInt3483;
|
||||||
@Pc(148) NpcType local148 = Static214.method4363(local74.method2163());
|
@Pc(148) NpcType local148 = Static214.method4363(local74.g2());
|
||||||
if (Static175.aClass8_Sub4_Sub2Array1[local97] == null && (local148.aByte10 & 0x1) > 0 && local107 == Static41.anInt1316 && local125 >= 0 && local148.anInt3713 + local125 < 104 && local142 >= 0 && local142 + local148.anInt3713 < 104) {
|
if (Static175.aClass8_Sub4_Sub2Array1[local97] == null && (local148.aByte10 & 0x1) > 0 && local107 == Static41.anInt1316 && local125 >= 0 && local148.anInt3713 + local125 < 104 && local142 >= 0 && local142 + local148.anInt3713 < 104) {
|
||||||
Static175.aClass8_Sub4_Sub2Array1[local97] = new Npc();
|
Static175.aClass8_Sub4_Sub2Array1[local97] = new Npc();
|
||||||
@Pc(198) Npc local198 = Static175.aClass8_Sub4_Sub2Array1[local97];
|
@Pc(198) Npc local198 = Static175.aClass8_Sub4_Sub2Array1[local97];
|
||||||
|
|
|
||||||
|
|
@ -24,16 +24,16 @@ public final class Static162 {
|
||||||
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(B[B)[B")
|
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(B[B)[B")
|
||||||
public static byte[] method3092(@OriginalArg(1) byte[] arg0) {
|
public static byte[] method3092(@OriginalArg(1) byte[] arg0) {
|
||||||
@Pc(17) Buffer local17 = new Buffer(arg0);
|
@Pc(17) Buffer local17 = new Buffer(arg0);
|
||||||
@Pc(21) int local21 = local17.method2229();
|
@Pc(21) int local21 = local17.g1();
|
||||||
@Pc(25) int local25 = local17.method2174();
|
@Pc(25) int local25 = local17.g4();
|
||||||
if (local25 < 0 || Static133.anInt5233 != 0 && Static133.anInt5233 < local25) {
|
if (local25 < 0 || Static133.anInt5233 != 0 && Static133.anInt5233 < local25) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
} else if (local21 == 0) {
|
} else if (local21 == 0) {
|
||||||
@Pc(53) byte[] local53 = new byte[local25];
|
@Pc(53) byte[] local53 = new byte[local25];
|
||||||
local17.method2190(local25, local53);
|
local17.gBytes(local25, local53);
|
||||||
return local53;
|
return local53;
|
||||||
} else {
|
} else {
|
||||||
@Pc(65) int local65 = local17.method2174();
|
@Pc(65) int local65 = local17.g4();
|
||||||
if (local65 < 0 || Static133.anInt5233 != 0 && Static133.anInt5233 < local65) {
|
if (local65 < 0 || Static133.anInt5233 != 0 && Static133.anInt5233 < local65) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,17 +28,17 @@ public final class Static166 {
|
||||||
@OriginalMember(owner = "client!nc", name = "a", descriptor = "(BLclient!wa;)V")
|
@OriginalMember(owner = "client!nc", name = "a", descriptor = "(BLclient!wa;)V")
|
||||||
public static void method3166(@OriginalArg(1) Buffer arg0) {
|
public static void method3166(@OriginalArg(1) Buffer arg0) {
|
||||||
label123: while (true) {
|
label123: while (true) {
|
||||||
if (arg0.aByteArray40.length > arg0.anInt2792) {
|
if (arg0.data.length > arg0.offset) {
|
||||||
@Pc(17) boolean local17 = false;
|
@Pc(17) boolean local17 = false;
|
||||||
@Pc(19) int local19 = 0;
|
@Pc(19) int local19 = 0;
|
||||||
@Pc(21) int local21 = 0;
|
@Pc(21) int local21 = 0;
|
||||||
if (arg0.method2229() == 1) {
|
if (arg0.g1() == 1) {
|
||||||
local19 = arg0.method2229();
|
local19 = arg0.g1();
|
||||||
local17 = true;
|
local17 = true;
|
||||||
local21 = arg0.method2229();
|
local21 = arg0.g1();
|
||||||
}
|
}
|
||||||
@Pc(42) int local42 = arg0.method2229();
|
@Pc(42) int local42 = arg0.g1();
|
||||||
@Pc(46) int local46 = arg0.method2229();
|
@Pc(46) int local46 = arg0.g1();
|
||||||
@Pc(53) int local53 = local42 * 64 - Static158.anInt3846;
|
@Pc(53) int local53 = local42 * 64 - Static158.anInt3846;
|
||||||
@Pc(65) int local65 = Static2.anInt13 + Static181.anInt4296 - local46 * 64 - 1;
|
@Pc(65) int local65 = Static2.anInt13 + Static181.anInt4296 - local46 * 64 - 1;
|
||||||
@Pc(84) int local84;
|
@Pc(84) int local84;
|
||||||
|
|
@ -53,25 +53,25 @@ public final class Static166 {
|
||||||
}
|
}
|
||||||
for (@Pc(155) int local155 = 0; local155 < 64; local155++) {
|
for (@Pc(155) int local155 = 0; local155 < 64; local155++) {
|
||||||
if (!local17 || local19 * 8 <= local150 && local150 < local19 * 8 + 8 && local155 >= local21 * 8 && local155 < local21 * 8 + 8) {
|
if (!local17 || local19 * 8 <= local150 && local150 < local19 * 8 + 8 && local155 >= local21 * 8 && local155 < local21 * 8 + 8) {
|
||||||
@Pc(202) int local202 = arg0.method2229();
|
@Pc(202) int local202 = arg0.g1();
|
||||||
if (local202 != 0) {
|
if (local202 != 0) {
|
||||||
@Pc(214) int local214;
|
@Pc(214) int local214;
|
||||||
if ((local202 & 0x1) == 1) {
|
if ((local202 & 0x1) == 1) {
|
||||||
local214 = arg0.method2229();
|
local214 = arg0.g1();
|
||||||
if (Static70.aByteArrayArrayArray7[local84][local95] == null) {
|
if (Static70.aByteArrayArrayArray7[local84][local95] == null) {
|
||||||
Static70.aByteArrayArrayArray7[local84][local95] = new byte[4096];
|
Static70.aByteArrayArrayArray7[local84][local95] = new byte[4096];
|
||||||
}
|
}
|
||||||
Static70.aByteArrayArrayArray7[local84][local95][local150 + (63 - local155 << 6)] = (byte) local214;
|
Static70.aByteArrayArrayArray7[local84][local95][local150 + (63 - local155 << 6)] = (byte) local214;
|
||||||
}
|
}
|
||||||
if ((local202 & 0x2) == 2) {
|
if ((local202 & 0x2) == 2) {
|
||||||
local214 = arg0.method2220();
|
local214 = arg0.g3();
|
||||||
if (Static58.anIntArrayArrayArray5[local84][local95] == null) {
|
if (Static58.anIntArrayArrayArray5[local84][local95] == null) {
|
||||||
Static58.anIntArrayArrayArray5[local84][local95] = new int[4096];
|
Static58.anIntArrayArrayArray5[local84][local95] = new int[4096];
|
||||||
}
|
}
|
||||||
Static58.anIntArrayArrayArray5[local84][local95][(63 - local155 << 6) + local150] = local214;
|
Static58.anIntArrayArrayArray5[local84][local95][(63 - local155 << 6) + local150] = local214;
|
||||||
}
|
}
|
||||||
if ((local202 & 0x4) == 4) {
|
if ((local202 & 0x4) == 4) {
|
||||||
local214 = arg0.method2220();
|
local214 = arg0.g3();
|
||||||
if (Static83.anIntArrayArrayArray3[local84][local95] == null) {
|
if (Static83.anIntArrayArrayArray3[local84][local95] == null) {
|
||||||
Static83.anIntArrayArrayArray3[local84][local95] = new int[4096];
|
Static83.anIntArrayArrayArray3[local84][local95] = new int[4096];
|
||||||
}
|
}
|
||||||
|
|
@ -101,16 +101,16 @@ public final class Static166 {
|
||||||
if (local84 >= (local17 ? 64 : 4096)) {
|
if (local84 >= (local17 ? 64 : 4096)) {
|
||||||
continue label123;
|
continue label123;
|
||||||
}
|
}
|
||||||
local95 = arg0.method2229();
|
local95 = arg0.g1();
|
||||||
if (local95 != 0) {
|
if (local95 != 0) {
|
||||||
if ((local95 & 0x1) == 1) {
|
if ((local95 & 0x1) == 1) {
|
||||||
arg0.anInt2792++;
|
arg0.offset++;
|
||||||
}
|
}
|
||||||
if ((local95 & 0x2) == 2) {
|
if ((local95 & 0x2) == 2) {
|
||||||
arg0.anInt2792 += 2;
|
arg0.offset += 2;
|
||||||
}
|
}
|
||||||
if ((local95 & 0x4) == 4) {
|
if ((local95 & 0x4) == 4) {
|
||||||
arg0.anInt2792 += 3;
|
arg0.offset += 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local84++;
|
local84++;
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ public final class Static169 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!nf", name = "a", descriptor = "(II[BB)I")
|
@OriginalMember(owner = "client!nf", name = "a", descriptor = "(II[BB)I")
|
||||||
public static int method3178(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) byte[] arg2) {
|
public static int crc32(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) byte[] arg2) {
|
||||||
@Pc(5) int local5 = -1;
|
@Pc(5) int local5 = -1;
|
||||||
for (@Pc(15) int local15 = arg0; local15 < arg1; local15++) {
|
for (@Pc(15) int local15 = arg0; local15 < arg1; local15++) {
|
||||||
local5 = local5 >>> 8 ^ HuffmanCodec.anIntArray175[(local5 ^ arg2[local15]) & 0xFF];
|
local5 = local5 >>> 8 ^ HuffmanCodec.anIntArray175[(local5 ^ arg2[local15]) & 0xFF];
|
||||||
|
|
|
||||||
|
|
@ -55,11 +55,11 @@ public final class Static170 {
|
||||||
@OriginalMember(owner = "client!nh", name = "a", descriptor = "(I[B)Z")
|
@OriginalMember(owner = "client!nh", name = "a", descriptor = "(I[B)Z")
|
||||||
public static boolean method2572(@OriginalArg(1) byte[] arg0) {
|
public static boolean method2572(@OriginalArg(1) byte[] arg0) {
|
||||||
@Pc(13) Buffer local13 = new Buffer(arg0);
|
@Pc(13) Buffer local13 = new Buffer(arg0);
|
||||||
@Pc(17) int local17 = local13.method2229();
|
@Pc(17) int local17 = local13.g1();
|
||||||
if (local17 != 1) {
|
if (local17 != 1) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@Pc(33) boolean local33 = local13.method2229() == 1;
|
@Pc(33) boolean local33 = local13.g1() == 1;
|
||||||
if (local33) {
|
if (local33) {
|
||||||
Static97.method1962(local13);
|
Static97.method1962(local13);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ public final class Static171 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!na;)I")
|
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!na;)I")
|
||||||
public static int method3218(@OriginalArg(1) JagString arg0) {
|
public static int method3218(@OriginalArg(1) JagString arg0) {
|
||||||
if (Static203.aClass134_1 == null || arg0.method3120() == 0) {
|
if (Static203.aClass134_1 == null || arg0.length() == 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
for (@Pc(20) int local20 = 0; local20 < Static203.aClass134_1.anInt5074; local20++) {
|
for (@Pc(20) int local20 = 0; local20 < Static203.aClass134_1.anInt5074; local20++) {
|
||||||
|
|
@ -55,7 +55,7 @@ public final class Static171 {
|
||||||
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!na;I)V")
|
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!na;I)V")
|
||||||
public static void method3221(@OriginalArg(1) JagString arg0, @OriginalArg(2) int arg1) {
|
public static void method3221(@OriginalArg(1) JagString arg0, @OriginalArg(2) int arg1) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(188);
|
Static6.aClass3_Sub15_Sub1_1.method2242(188);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2216(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p1a(arg1);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(arg0.method3158());
|
Static6.aClass3_Sub15_Sub1_1.p8(arg0.method3158());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ public final class Static178 {
|
||||||
}
|
}
|
||||||
if (local24 < Static199.aClass3_Sub22Array1.length && Static199.aClass3_Sub22Array1[local24] != null) {
|
if (local24 < Static199.aClass3_Sub22Array1.length && Static199.aClass3_Sub22Array1[local24] != null) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(162);
|
Static6.aClass3_Sub15_Sub1_1.method2242(162);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(Static199.aClass3_Sub22Array1[local24].aLong192);
|
Static6.aClass3_Sub15_Sub1_1.p8(Static199.aClass3_Sub22Array1[local24].aLong192);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ public final class Static182 {
|
||||||
}
|
}
|
||||||
local137 = local95;
|
local137 = local95;
|
||||||
}
|
}
|
||||||
if (local59.method3120() > 0) {
|
if (local59.length() > 0) {
|
||||||
local59.method3113(local28);
|
local59.method3113(local28);
|
||||||
}
|
}
|
||||||
return Static34.method882(new JagString[] { local9, local137.method3124(), local59.method3124() });
|
return Static34.method882(new JagString[] { local9, local137.method3124(), local59.method3124() });
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ public final class Static193 {
|
||||||
}
|
}
|
||||||
Static185.anInt4369 = Static119.anInt3028;
|
Static185.anInt4369 = Static119.anInt3028;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(57);
|
Static6.aClass3_Sub15_Sub1_1.method2242(57);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(arg0);
|
Static6.aClass3_Sub15_Sub1_1.p8(arg0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -288,25 +288,25 @@ public final class Static193 {
|
||||||
@Pc(27) int local27 = Static84.anIntArray209[arg0];
|
@Pc(27) int local27 = Static84.anIntArray209[arg0];
|
||||||
if (arg1 == 0) {
|
if (arg1 == 0) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(215);
|
Static6.aClass3_Sub15_Sub1_1.method2242(215);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(local13 + local13 + 3);
|
Static6.aClass3_Sub15_Sub1_1.p1(local13 + local13 + 3);
|
||||||
}
|
}
|
||||||
if (arg1 == 1) {
|
if (arg1 == 1) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(39);
|
Static6.aClass3_Sub15_Sub1_1.method2242(39);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(local13 + local13 + 3 + 14);
|
Static6.aClass3_Sub15_Sub1_1.p1(local13 + local13 + 3 + 14);
|
||||||
}
|
}
|
||||||
if (arg1 == 2) {
|
if (arg1 == 2) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(77);
|
Static6.aClass3_Sub15_Sub1_1.method2242(77);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(local13 + local13 + 3);
|
Static6.aClass3_Sub15_Sub1_1.p1(local13 + local13 + 3);
|
||||||
}
|
}
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2216(Static187.aBooleanArray101[82] ? 1 : 0);
|
Static6.aClass3_Sub15_Sub1_1.p1a(Static187.aBooleanArray101[82] ? 1 : 0);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(Static225.anInt5068 + local23);
|
Static6.aClass3_Sub15_Sub1_1.p2(Static225.anInt5068 + local23);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2209(Static142.anInt3483 + local27);
|
Static6.aClass3_Sub15_Sub1_1.p2add(Static142.anInt3483 + local27);
|
||||||
Static84.anInt2255 = Static84.anIntArray209[0];
|
Static84.anInt2255 = Static84.anIntArray209[0];
|
||||||
Static115.anInt2939 = Static259.anIntArray514[0];
|
Static115.anInt2939 = Static259.anIntArray514[0];
|
||||||
for (@Pc(126) int local126 = 1; local126 < local13; local126++) {
|
for (@Pc(126) int local126 = 1; local126 < local13; local126++) {
|
||||||
arg0--;
|
arg0--;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2216(Static259.anIntArray514[arg0] - local23);
|
Static6.aClass3_Sub15_Sub1_1.p1a(Static259.anIntArray514[arg0] - local23);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2169(Static84.anIntArray209[arg0] - local27);
|
Static6.aClass3_Sub15_Sub1_1.p1sub(Static84.anIntArray209[arg0] - local27);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -260,8 +260,8 @@ public final class Static2 {
|
||||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(IZI)V")
|
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(IZI)V")
|
||||||
public static void method10(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
public static void method10(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(132);
|
Static6.aClass3_Sub15_Sub1_1.method2242(132);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2201(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p4rme(arg1);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(arg0);
|
Static6.aClass3_Sub15_Sub1_1.p2le(arg0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(BLclient!be;)V")
|
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(BLclient!be;)V")
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@ public final class Static202 {
|
||||||
@OriginalMember(owner = "client!qg", name = "a", descriptor = "(Lsignlink!ll;Lclient!wa;IB)V")
|
@OriginalMember(owner = "client!qg", name = "a", descriptor = "(Lsignlink!ll;Lclient!wa;IB)V")
|
||||||
public static void method3654(@OriginalArg(0) SignLink arg0, @OriginalArg(1) Buffer arg1, @OriginalArg(2) int arg2) {
|
public static void method3654(@OriginalArg(0) SignLink arg0, @OriginalArg(1) Buffer arg1, @OriginalArg(2) int arg2) {
|
||||||
@Pc(17) ReflectionCheck local17 = new ReflectionCheck();
|
@Pc(17) ReflectionCheck local17 = new ReflectionCheck();
|
||||||
local17.anInt1725 = arg1.method2229();
|
local17.anInt1725 = arg1.g1();
|
||||||
local17.anInt1732 = arg1.method2174();
|
local17.anInt1732 = arg1.g4();
|
||||||
local17.aClass212Array1 = new PrivilegedRequest[local17.anInt1725];
|
local17.aClass212Array1 = new PrivilegedRequest[local17.anInt1725];
|
||||||
local17.anIntArray138 = new int[local17.anInt1725];
|
local17.anIntArray138 = new int[local17.anInt1725];
|
||||||
local17.aByteArrayArrayArray6 = new byte[local17.anInt1725][][];
|
local17.aByteArrayArrayArray6 = new byte[local17.anInt1725][][];
|
||||||
|
|
@ -41,35 +41,35 @@ public final class Static202 {
|
||||||
local17.anIntArray137 = new int[local17.anInt1725];
|
local17.anIntArray137 = new int[local17.anInt1725];
|
||||||
for (@Pc(59) int local59 = 0; local59 < local17.anInt1725; local59++) {
|
for (@Pc(59) int local59 = 0; local59 < local17.anInt1725; local59++) {
|
||||||
try {
|
try {
|
||||||
@Pc(71) int local71 = arg1.method2229();
|
@Pc(71) int local71 = arg1.g1();
|
||||||
@Pc(93) String local93;
|
@Pc(93) String local93;
|
||||||
@Pc(104) String local104;
|
@Pc(104) String local104;
|
||||||
@Pc(95) int local95;
|
@Pc(95) int local95;
|
||||||
if (local71 == 0 || local71 == 1 || local71 == 2) {
|
if (local71 == 0 || local71 == 1 || local71 == 2) {
|
||||||
local93 = new String(arg1.method2202().method3148());
|
local93 = new String(arg1.gjstr().method3148());
|
||||||
local95 = 0;
|
local95 = 0;
|
||||||
local104 = new String(arg1.method2202().method3148());
|
local104 = new String(arg1.gjstr().method3148());
|
||||||
if (local71 == 1) {
|
if (local71 == 1) {
|
||||||
local95 = arg1.method2174();
|
local95 = arg1.g4();
|
||||||
}
|
}
|
||||||
local17.anIntArray139[local59] = local71;
|
local17.anIntArray139[local59] = local71;
|
||||||
local17.anIntArray137[local59] = local95;
|
local17.anIntArray137[local59] = local95;
|
||||||
local17.aClass212Array2[local59] = arg0.method5126(local104, Static6.method85(local93));
|
local17.aClass212Array2[local59] = arg0.method5126(local104, Static6.method85(local93));
|
||||||
} else if (local71 == 3 || local71 == 4) {
|
} else if (local71 == 3 || local71 == 4) {
|
||||||
local93 = new String(arg1.method2202().method3148());
|
local93 = new String(arg1.gjstr().method3148());
|
||||||
local104 = new String(arg1.method2202().method3148());
|
local104 = new String(arg1.gjstr().method3148());
|
||||||
local95 = arg1.method2229();
|
local95 = arg1.g1();
|
||||||
@Pc(171) String[] local171 = new String[local95];
|
@Pc(171) String[] local171 = new String[local95];
|
||||||
for (@Pc(173) int local173 = 0; local173 < local95; local173++) {
|
for (@Pc(173) int local173 = 0; local173 < local95; local173++) {
|
||||||
local171[local173] = new String(arg1.method2202().method3148());
|
local171[local173] = new String(arg1.gjstr().method3148());
|
||||||
}
|
}
|
||||||
@Pc(193) byte[][] local193 = new byte[local95][];
|
@Pc(193) byte[][] local193 = new byte[local95][];
|
||||||
@Pc(210) int local210;
|
@Pc(210) int local210;
|
||||||
if (local71 == 3) {
|
if (local71 == 3) {
|
||||||
for (@Pc(199) int local199 = 0; local199 < local95; local199++) {
|
for (@Pc(199) int local199 = 0; local199 < local95; local199++) {
|
||||||
local210 = arg1.method2174();
|
local210 = arg1.g4();
|
||||||
local193[local199] = new byte[local210];
|
local193[local199] = new byte[local210];
|
||||||
arg1.method2190(local210, local193[local199]);
|
arg1.gBytes(local210, local193[local199]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
local17.anIntArray139[local59] = local71;
|
local17.anIntArray139[local59] = local71;
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ public final class Static203 {
|
||||||
if (local16.anInt5925 == 1) {
|
if (local16.anInt5925 == 1) {
|
||||||
local11 = (FileOnDisk) local16.anObject6;
|
local11 = (FileOnDisk) local16.anObject6;
|
||||||
@Pc(39) Buffer local39 = Static48.method1196();
|
@Pc(39) Buffer local39 = Static48.method1196();
|
||||||
local11.method5134(local39.aByteArray40, local39.anInt2792, 0);
|
local11.method5134(local39.data, local39.offset, 0);
|
||||||
}
|
}
|
||||||
} catch (@Pc(49) Exception local49) {
|
} catch (@Pc(49) Exception local49) {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ public final class Static205 {
|
||||||
public static JagString method3677(@OriginalArg(0) Component arg0, @OriginalArg(2) int arg1) {
|
public static JagString method3677(@OriginalArg(0) Component arg0, @OriginalArg(2) int arg1) {
|
||||||
if (!Static36.method940(arg0).method503(arg1) && arg0.anObjectArray29 == null) {
|
if (!Static36.method940(arg0).method503(arg1) && arg0.anObjectArray29 == null) {
|
||||||
return null;
|
return null;
|
||||||
} else if (arg0.aClass100Array18 == null || arg0.aClass100Array18.length <= arg1 || arg0.aClass100Array18[arg1] == null || arg0.aClass100Array18[arg1].method3144().method3120() == 0) {
|
} else if (arg0.aClass100Array18 == null || arg0.aClass100Array18.length <= arg1 || arg0.aClass100Array18[arg1] == null || arg0.aClass100Array18[arg1].method3144().length() == 0) {
|
||||||
return Static121.aBoolean154 ? Static34.method882(new JagString[] { Static207.aClass100_903, Static123.method2423(arg1) }) : null;
|
return Static121.aBoolean154 ? Static34.method882(new JagString[] { Static207.aClass100_903, Static123.method2423(arg1) }) : null;
|
||||||
} else {
|
} else {
|
||||||
return arg0.aClass100Array18[arg1];
|
return arg0.aClass100Array18[arg1];
|
||||||
|
|
|
||||||
|
|
@ -46,13 +46,13 @@ public final class Static206 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(BLclient!wa;)Lclient!j;")
|
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(BLclient!wa;)Lclient!j;")
|
||||||
public static TextureOp method3680(@OriginalArg(1) Buffer arg0) {
|
public static TextureOp method3680(@OriginalArg(1) Buffer arg0) {
|
||||||
arg0.method2229();
|
arg0.g1();
|
||||||
@Pc(13) int local13 = arg0.method2229();
|
@Pc(13) int local13 = arg0.g1();
|
||||||
@Pc(17) TextureOp local17 = Static223.method3860(local13);
|
@Pc(17) TextureOp local17 = Static223.method3860(local13);
|
||||||
local17.anInt5840 = arg0.method2229();
|
local17.anInt5840 = arg0.g1();
|
||||||
@Pc(26) int local26 = arg0.method2229();
|
@Pc(26) int local26 = arg0.g1();
|
||||||
for (@Pc(34) int local34 = 0; local34 < local26; local34++) {
|
for (@Pc(34) int local34 = 0; local34 < local26; local34++) {
|
||||||
@Pc(41) int local41 = arg0.method2229();
|
@Pc(41) int local41 = arg0.g1();
|
||||||
local17.method4629(local41, arg0);
|
local17.method4629(local41, arg0);
|
||||||
}
|
}
|
||||||
local17.method4630();
|
local17.method4630();
|
||||||
|
|
|
||||||
|
|
@ -112,15 +112,15 @@ public final class Static207 {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static72.aClass212_3 = null;
|
Static72.aClass212_3 = null;
|
||||||
local82 = 0;
|
local82 = 0;
|
||||||
if (Static61.aBoolean109) {
|
if (Static61.aBoolean109) {
|
||||||
local82 = Static80.anInt4702;
|
local82 = Static80.anInt4702;
|
||||||
}
|
}
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(255);
|
Static6.aClass3_Sub15_Sub1_1.p1(255);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local82);
|
Static6.aClass3_Sub15_Sub1_1.p4(local82);
|
||||||
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.aByteArray40, Static6.aClass3_Sub15_Sub1_1.anInt2792);
|
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.data, Static6.aClass3_Sub15_Sub1_1.offset);
|
||||||
if (Static11.aClass62_1 != null) {
|
if (Static11.aClass62_1 != null) {
|
||||||
Static11.aClass62_1.method3571();
|
Static11.aClass62_1.method3571();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,6 @@ public final class Static21 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!bk", name = "a", descriptor = "(BLclient!wa;)Lclient!re;")
|
@OriginalMember(owner = "client!bk", name = "a", descriptor = "(BLclient!wa;)Lclient!re;")
|
||||||
public static TextureOp29SubOp3 method620(@OriginalArg(1) Buffer arg0) {
|
public static TextureOp29SubOp3 method620(@OriginalArg(1) Buffer arg0) {
|
||||||
return new TextureOp29SubOp3(arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2220(), arg0.method2229());
|
return new TextureOp29SubOp3(arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g3(), arg0.g1());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,10 @@ public final class Static210 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!rb", name = "a", descriptor = "(Lclient!wa;Z)Lclient!bn;")
|
@OriginalMember(owner = "client!rb", name = "a", descriptor = "(Lclient!wa;Z)Lclient!bn;")
|
||||||
public static Map method3713(@OriginalArg(0) Buffer arg0) {
|
public static Map method3713(@OriginalArg(0) Buffer arg0) {
|
||||||
@Pc(35) Map local35 = new Map(arg0.method2202(), arg0.method2202(), arg0.method2163(), arg0.method2163(), arg0.method2174(), arg0.method2229() == 1, arg0.method2229());
|
@Pc(35) Map local35 = new Map(arg0.gjstr(), arg0.gjstr(), arg0.g2(), arg0.g2(), arg0.g4(), arg0.g1() == 1, arg0.g1());
|
||||||
@Pc(39) int local39 = arg0.method2229();
|
@Pc(39) int local39 = arg0.g1();
|
||||||
for (@Pc(41) int local41 = 0; local41 < local39; local41++) {
|
for (@Pc(41) int local41 = 0; local41 < local39; local41++) {
|
||||||
local35.aClass69_23.method2282(new Class3_Sub24(arg0.method2163(), arg0.method2163(), arg0.method2163(), arg0.method2163()));
|
local35.aClass69_23.method2282(new Class3_Sub24(arg0.g2(), arg0.g2(), arg0.g2(), arg0.g2()));
|
||||||
}
|
}
|
||||||
local35.method665();
|
local35.method665();
|
||||||
return local35;
|
return local35;
|
||||||
|
|
|
||||||
|
|
@ -54,11 +54,11 @@ public final class Static216 {
|
||||||
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
||||||
Static72.aClass212_3 = null;
|
Static72.aClass212_3 = null;
|
||||||
@Pc(106) long local106 = Static101.aLong98 = Static186.aClass100_829.method3158();
|
@Pc(106) long local106 = Static101.aLong98 = Static186.aClass100_829.method3158();
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(14);
|
Static6.aClass3_Sub15_Sub1_1.p1(14);
|
||||||
@Pc(120) int local120 = (int) (local106 >> 16 & 0x1FL);
|
@Pc(120) int local120 = (int) (local106 >> 16 & 0x1FL);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(local120);
|
Static6.aClass3_Sub15_Sub1_1.p1(local120);
|
||||||
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.aByteArray40, 2);
|
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.data, 2);
|
||||||
if (Static11.aClass62_1 != null) {
|
if (Static11.aClass62_1 != null) {
|
||||||
Static11.aClass62_1.method3571();
|
Static11.aClass62_1.method3571();
|
||||||
}
|
}
|
||||||
|
|
@ -85,74 +85,74 @@ public final class Static216 {
|
||||||
if (Static124.aClass95_2.method2831() < 8) {
|
if (Static124.aClass95_2.method2831() < 8) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Static124.aClass95_2.method2827(0, 8, Static57.aClass3_Sub15_Sub1_3.aByteArray40);
|
Static124.aClass95_2.method2827(0, 8, Static57.aClass3_Sub15_Sub1_3.data);
|
||||||
Static57.aClass3_Sub15_Sub1_3.anInt2792 = 0;
|
Static57.aClass3_Sub15_Sub1_3.offset = 0;
|
||||||
Static193.aLong147 = Static57.aClass3_Sub15_Sub1_3.method2182();
|
Static193.aLong147 = Static57.aClass3_Sub15_Sub1_3.g8();
|
||||||
@Pc(210) int[] local210 = new int[4];
|
@Pc(210) int[] local210 = new int[4];
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
local210[2] = (int) (Static193.aLong147 >> 32);
|
local210[2] = (int) (Static193.aLong147 >> 32);
|
||||||
local210[3] = (int) Static193.aLong147;
|
local210[3] = (int) Static193.aLong147;
|
||||||
local210[1] = (int) (Math.random() * 9.9999999E7D);
|
local210[1] = (int) (Math.random() * 9.9999999E7D);
|
||||||
local210[0] = (int) (Math.random() * 9.9999999E7D);
|
local210[0] = (int) (Math.random() * 9.9999999E7D);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(10);
|
Static6.aClass3_Sub15_Sub1_1.p1(10);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local210[0]);
|
Static6.aClass3_Sub15_Sub1_1.p4(local210[0]);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local210[1]);
|
Static6.aClass3_Sub15_Sub1_1.p4(local210[1]);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local210[2]);
|
Static6.aClass3_Sub15_Sub1_1.p4(local210[2]);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(local210[3]);
|
Static6.aClass3_Sub15_Sub1_1.p4(local210[3]);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2166(Static186.aClass100_829.method3158());
|
Static6.aClass3_Sub15_Sub1_1.p8(Static186.aClass100_829.method3158());
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2171(Static186.aClass100_828);
|
Static6.aClass3_Sub15_Sub1_1.pjstr(Static186.aClass100_828);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2226(Static86.aBigInteger1, Static256.aBigInteger2);
|
Static6.aClass3_Sub15_Sub1_1.encryptRsa(Static86.aBigInteger1, Static256.aBigInteger2);
|
||||||
Static17.aClass3_Sub15_Sub1_2.anInt2792 = 0;
|
Static17.aClass3_Sub15_Sub1_2.offset = 0;
|
||||||
if (Static244.anInt5370 == 40) {
|
if (Static244.anInt5370 == 40) {
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(18);
|
Static17.aClass3_Sub15_Sub1_2.p1(18);
|
||||||
} else {
|
} else {
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(16);
|
Static17.aClass3_Sub15_Sub1_2.p1(16);
|
||||||
}
|
}
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2230(Static6.aClass3_Sub15_Sub1_1.anInt2792 + Static229.method3937(Static47.aClass100_991) + 159);
|
Static17.aClass3_Sub15_Sub1_2.p2(Static6.aClass3_Sub15_Sub1_1.offset + Static229.method3937(Static47.aClass100_991) + 159);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(530);
|
Static17.aClass3_Sub15_Sub1_2.p4(530);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(Static5.anInt39);
|
Static17.aClass3_Sub15_Sub1_2.p1(Static5.anInt39);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(Static249.aBoolean282 ? 1 : 0);
|
Static17.aClass3_Sub15_Sub1_2.p1(Static249.aBoolean282 ? 1 : 0);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(1);
|
Static17.aClass3_Sub15_Sub1_2.p1(1);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(Static144.method2736());
|
Static17.aClass3_Sub15_Sub1_2.p1(Static144.method2736());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2230(Static48.anInt1448);
|
Static17.aClass3_Sub15_Sub1_2.p2(Static48.anInt1448);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2230(Static254.anInt5554);
|
Static17.aClass3_Sub15_Sub1_2.p2(Static254.anInt5554);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2178(Static186.anInt4392);
|
Static17.aClass3_Sub15_Sub1_2.p1(Static186.anInt4392);
|
||||||
Static140.method2705(Static17.aClass3_Sub15_Sub1_2);
|
Static140.method2705(Static17.aClass3_Sub15_Sub1_2);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2171(Static47.aClass100_991);
|
Static17.aClass3_Sub15_Sub1_2.pjstr(Static47.aClass100_991);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static204.anInt4760);
|
Static17.aClass3_Sub15_Sub1_2.p4(Static204.anInt4760);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static145.method2746());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static145.method2746());
|
||||||
Static18.aBoolean39 = true;
|
Static18.aBoolean39 = true;
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2230(Static189.anInt4443);
|
Static17.aClass3_Sub15_Sub1_2.p2(Static189.anInt4443);
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static213.aClass153_88.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static213.aClass153_88.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static249.aClass153_100.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static249.aClass153_100.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static274.aClass153_90.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static274.aClass153_90.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static41.aClass153_25.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static41.aClass153_25.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static248.aClass153_75.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static248.aClass153_75.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static26.aClass153_16.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static26.aClass153_16.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static130.aClass153_47.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static130.aClass153_47.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static267.aClass153_109.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static267.aClass153_109.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static209.aClass153_86.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static209.aClass153_86.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static195.aClass153_80.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static195.aClass153_80.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static184.aClass153_78.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static184.aClass153_78.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static214.aClass153_106.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static214.aClass153_106.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static16.aClass153_9.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static16.aClass153_9.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static261.aClass153_107.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static261.aClass153_107.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static137.aClass153_49.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static137.aClass153_49.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static138.aClass153_51.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static138.aClass153_51.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static280.aClass153_110.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static280.aClass153_110.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static138.aClass153_50.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static138.aClass153_50.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static172.aClass153_71.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static172.aClass153_71.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static171.aClass153_68.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static171.aClass153_68.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static253.aClass153_104.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static253.aClass153_104.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static122.aClass153_46.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static122.aClass153_46.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static156.aClass153_59.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static156.aClass153_59.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static227.aClass153_94.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static227.aClass153_94.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static254.aClass153_105.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static254.aClass153_105.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static28.aClass153_18.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static28.aClass153_18.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static167.aClass153_63.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static167.aClass153_63.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2164(Static226.aClass153_93.method4480());
|
Static17.aClass3_Sub15_Sub1_2.p4(Static226.aClass153_93.method4480());
|
||||||
Static17.aClass3_Sub15_Sub1_2.method2179(Static6.aClass3_Sub15_Sub1_1.aByteArray40, Static6.aClass3_Sub15_Sub1_1.anInt2792);
|
Static17.aClass3_Sub15_Sub1_2.pBytes(Static6.aClass3_Sub15_Sub1_1.data, Static6.aClass3_Sub15_Sub1_1.offset);
|
||||||
Static124.aClass95_2.method2830(Static17.aClass3_Sub15_Sub1_2.aByteArray40, Static17.aClass3_Sub15_Sub1_2.anInt2792);
|
Static124.aClass95_2.method2830(Static17.aClass3_Sub15_Sub1_2.data, Static17.aClass3_Sub15_Sub1_2.offset);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2240(local210);
|
Static6.aClass3_Sub15_Sub1_1.method2240(local210);
|
||||||
for (@Pc(583) int local583 = 0; local583 < 4; local583++) {
|
for (@Pc(583) int local583 = 0; local583 < 4; local583++) {
|
||||||
local210[local583] += 50;
|
local210[local583] += 50;
|
||||||
|
|
@ -195,9 +195,9 @@ public final class Static216 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Static184.anInt4348 == 6) {
|
if (Static184.anInt4348 == 6) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(17);
|
Static6.aClass3_Sub15_Sub1_1.method2242(17);
|
||||||
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.aByteArray40, Static6.aClass3_Sub15_Sub1_1.anInt2792);
|
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.data, Static6.aClass3_Sub15_Sub1_1.offset);
|
||||||
Static184.anInt4348 = 4;
|
Static184.anInt4348 = 4;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -227,18 +227,18 @@ public final class Static216 {
|
||||||
if (Static124.aClass95_2.method2831() < 14) {
|
if (Static124.aClass95_2.method2831() < 14) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Static124.aClass95_2.method2827(0, 14, Static57.aClass3_Sub15_Sub1_3.aByteArray40);
|
Static124.aClass95_2.method2827(0, 14, Static57.aClass3_Sub15_Sub1_3.data);
|
||||||
Static57.aClass3_Sub15_Sub1_3.anInt2792 = 0;
|
Static57.aClass3_Sub15_Sub1_3.offset = 0;
|
||||||
Static191.anInt4502 = Static57.aClass3_Sub15_Sub1_3.method2229();
|
Static191.anInt4502 = Static57.aClass3_Sub15_Sub1_3.g1();
|
||||||
Static249.anInt5431 = Static57.aClass3_Sub15_Sub1_3.method2229();
|
Static249.anInt5431 = Static57.aClass3_Sub15_Sub1_3.g1();
|
||||||
Static124.aBoolean157 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static124.aBoolean157 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static207.aBoolean236 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static207.aBoolean236 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static25.aBoolean57 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static25.aBoolean57 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static86.aBoolean129 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static86.aBoolean129 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static245.aBoolean281 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static245.aBoolean281 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static16.anInt549 = Static57.aClass3_Sub15_Sub1_3.method2163();
|
Static16.anInt549 = Static57.aClass3_Sub15_Sub1_3.g2();
|
||||||
Static202.aBoolean233 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static202.aBoolean233 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static2.aBoolean1 = Static57.aClass3_Sub15_Sub1_3.method2229() == 1;
|
Static2.aBoolean1 = Static57.aClass3_Sub15_Sub1_3.g1() == 1;
|
||||||
Static189.method3438(Static2.aBoolean1);
|
Static189.method3438(Static2.aBoolean1);
|
||||||
Static9.method186(Static2.aBoolean1);
|
Static9.method186(Static2.aBoolean1);
|
||||||
if (!Static249.aBoolean282) {
|
if (!Static249.aBoolean282) {
|
||||||
|
|
@ -255,15 +255,15 @@ public final class Static216 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Static164.anInt3985 = Static57.aClass3_Sub15_Sub1_3.method2243();
|
Static164.anInt3985 = Static57.aClass3_Sub15_Sub1_3.method2243();
|
||||||
Static223.anInt5028 = Static57.aClass3_Sub15_Sub1_3.method2163();
|
Static223.anInt5028 = Static57.aClass3_Sub15_Sub1_3.g2();
|
||||||
Static184.anInt4348 = 9;
|
Static184.anInt4348 = 9;
|
||||||
}
|
}
|
||||||
if (Static184.anInt4348 == 9) {
|
if (Static184.anInt4348 == 9) {
|
||||||
if (Static124.aClass95_2.method2831() < Static223.anInt5028) {
|
if (Static124.aClass95_2.method2831() < Static223.anInt5028) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Static57.aClass3_Sub15_Sub1_3.anInt2792 = 0;
|
Static57.aClass3_Sub15_Sub1_3.offset = 0;
|
||||||
Static124.aClass95_2.method2827(0, Static223.anInt5028, Static57.aClass3_Sub15_Sub1_3.aByteArray40);
|
Static124.aClass95_2.method2827(0, Static223.anInt5028, Static57.aClass3_Sub15_Sub1_3.data);
|
||||||
Static266.anInt5336 = 2;
|
Static266.anInt5336 = 2;
|
||||||
Static184.anInt4348 = 0;
|
Static184.anInt4348 = 0;
|
||||||
Static243.method4221();
|
Static243.method4221();
|
||||||
|
|
|
||||||
|
|
@ -138,14 +138,14 @@ public final class Static217 {
|
||||||
@Pc(7) int local7 = -1;
|
@Pc(7) int local7 = -1;
|
||||||
@Pc(12) Buffer local12 = new Buffer(arg2);
|
@Pc(12) Buffer local12 = new Buffer(arg2);
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(20) int local20 = local12.method2199();
|
@Pc(20) int local20 = local12.gVarSmart();
|
||||||
if (local20 == 0) {
|
if (local20 == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
local7 += local20;
|
local7 += local20;
|
||||||
@Pc(31) int local31 = 0;
|
@Pc(31) int local31 = 0;
|
||||||
while (true) {
|
while (true) {
|
||||||
@Pc(35) int local35 = local12.method2204();
|
@Pc(35) int local35 = local12.gSmart1or2();
|
||||||
if (local35 == 0) {
|
if (local35 == 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -153,7 +153,7 @@ public final class Static217 {
|
||||||
@Pc(50) int local50 = local31 & 0x3F;
|
@Pc(50) int local50 = local31 & 0x3F;
|
||||||
@Pc(56) int local56 = local31 >> 6 & 0x3F;
|
@Pc(56) int local56 = local31 >> 6 & 0x3F;
|
||||||
@Pc(60) int local60 = local31 >> 12;
|
@Pc(60) int local60 = local31 >> 12;
|
||||||
@Pc(64) int local64 = local12.method2229();
|
@Pc(64) int local64 = local12.g1();
|
||||||
@Pc(68) int local68 = local64 >> 2;
|
@Pc(68) int local68 = local64 >> 2;
|
||||||
@Pc(72) int local72 = local64 & 0x3;
|
@Pc(72) int local72 = local64 & 0x3;
|
||||||
if (arg3 == local60 && local56 >= arg8 && local56 < arg8 + 8 && arg9 <= local50 && arg9 + 8 > local50) {
|
if (arg3 == local60 && local56 >= arg8 && local56 < arg8 + 8 && arg9 <= local50 && arg9 + 8 > local50) {
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ public final class Static218 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!rk", name = "c", descriptor = "(Lclient!na;)Lclient!na;")
|
@OriginalMember(owner = "client!rk", name = "c", descriptor = "(Lclient!na;)Lclient!na;")
|
||||||
public static JagString method2862(@OriginalArg(0) JagString arg0) {
|
public static JagString method2862(@OriginalArg(0) JagString arg0) {
|
||||||
@Pc(3) int local3 = arg0.method3120();
|
@Pc(3) int local3 = arg0.length();
|
||||||
@Pc(5) int local5 = 0;
|
@Pc(5) int local5 = 0;
|
||||||
@Pc(15) int local15;
|
@Pc(15) int local15;
|
||||||
for (@Pc(7) int local7 = 0; local7 < local3; local7++) {
|
for (@Pc(7) int local7 = 0; local7 < local3; local7++) {
|
||||||
|
|
|
||||||
|
|
@ -105,18 +105,18 @@ public final class Static225 {
|
||||||
Static266.anInt5336 = -3;
|
Static266.anInt5336 = -3;
|
||||||
Static219.anInt4937 = 1;
|
Static219.anInt4937 = 1;
|
||||||
@Pc(43) Buffer local43 = new Buffer(128);
|
@Pc(43) Buffer local43 = new Buffer(128);
|
||||||
local43.method2178(10);
|
local43.p1(10);
|
||||||
local43.method2230((int) (Math.random() * 99999.0D));
|
local43.p2((int) (Math.random() * 99999.0D));
|
||||||
local43.method2230(530);
|
local43.p2(530);
|
||||||
local43.method2166(Static186.aClass100_829.method3158());
|
local43.p8(Static186.aClass100_829.method3158());
|
||||||
local43.method2164((int) (Math.random() * 9.9999999E7D));
|
local43.p4((int) (Math.random() * 9.9999999E7D));
|
||||||
local43.method2171(Static186.aClass100_828);
|
local43.pjstr(Static186.aClass100_828);
|
||||||
local43.method2164((int) (Math.random() * 9.9999999E7D));
|
local43.p4((int) (Math.random() * 9.9999999E7D));
|
||||||
local43.method2226(Static86.aBigInteger1, Static256.aBigInteger2);
|
local43.encryptRsa(Static86.aBigInteger1, Static256.aBigInteger2);
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(210);
|
Static6.aClass3_Sub15_Sub1_1.p1(210);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(local43.anInt2792);
|
Static6.aClass3_Sub15_Sub1_1.p1(local43.offset);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2179(local43.aByteArray40, local43.anInt2792);
|
Static6.aClass3_Sub15_Sub1_1.pBytes(local43.data, local43.offset);
|
||||||
} else {
|
} else {
|
||||||
Static49.method1208();
|
Static49.method1208();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ public final class Static228 {
|
||||||
public static final long[] aLongArray8 = new long[32];
|
public static final long[] aLongArray8 = new long[32];
|
||||||
|
|
||||||
@OriginalMember(owner = "client!sh", name = "a", descriptor = "(II)[B")
|
@OriginalMember(owner = "client!sh", name = "a", descriptor = "(II)[B")
|
||||||
public static synchronized byte[] method3907(@OriginalArg(1) int arg0) {
|
public static synchronized byte[] allocate(@OriginalArg(1) int arg0) {
|
||||||
@Pc(22) byte[] local22;
|
@Pc(22) byte[] local22;
|
||||||
if (arg0 == 100 && Static115.anInt2937 > 0) {
|
if (arg0 == 100 && Static115.anInt2937 > 0) {
|
||||||
local22 = Static277.aByteArrayArray16[--Static115.anInt2937];
|
local22 = Static277.aByteArrayArray16[--Static115.anInt2937];
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ public final class Static229 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!si", name = "a", descriptor = "(BLclient!na;)I")
|
@OriginalMember(owner = "client!si", name = "a", descriptor = "(BLclient!na;)I")
|
||||||
public static int method3937(@OriginalArg(1) JagString arg0) {
|
public static int method3937(@OriginalArg(1) JagString arg0) {
|
||||||
return arg0.method3120() + 1;
|
return arg0.length() + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!si", name = "b", descriptor = "(IIB)V")
|
@OriginalMember(owner = "client!si", name = "b", descriptor = "(IIB)V")
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ public final class Static230 {
|
||||||
@Pc(17) JagString local17 = Static272.aClass100_989.method3153(Static71.aClass213_3.anApplet2);
|
@Pc(17) JagString local17 = Static272.aClass100_989.method3153(Static71.aClass213_3.anApplet2);
|
||||||
@Pc(23) JagString local23 = Static246.aClass100_1029.method3153(Static71.aClass213_3.anApplet2);
|
@Pc(23) JagString local23 = Static246.aClass100_1029.method3153(Static71.aClass213_3.anApplet2);
|
||||||
@Pc(48) JagString local48 = Static34.method882(new JagString[] { local17, Static142.aClass100_667, arg0, Static276.aClass100_1095, local23 });
|
@Pc(48) JagString local48 = Static34.method882(new JagString[] { local17, Static142.aClass100_667, arg0, Static276.aClass100_1095, local23 });
|
||||||
if (arg0.method3120() == 0) {
|
if (arg0.length() == 0) {
|
||||||
local48 = Static34.method882(new JagString[] { local48, Static245.aClass100_1018 });
|
local48 = Static34.method882(new JagString[] { local48, Static245.aClass100_1018 });
|
||||||
} else {
|
} else {
|
||||||
local48 = Static34.method882(new JagString[] { local48, Static263.aClass100_1082, Static33.method873(MonotonicClock.method5096() + 94608000000L), Static64.aClass100_431, Static154.method2929(94608000L) });
|
local48 = Static34.method882(new JagString[] { local48, Static263.aClass100_1082, Static33.method873(MonotonicClock.method5096() + 94608000000L), Static64.aClass100_431, Static154.method2929(94608000L) });
|
||||||
|
|
|
||||||
|
|
@ -37,17 +37,17 @@ public final class Static231 {
|
||||||
@OriginalMember(owner = "client!sk", name = "a", descriptor = "(ILclient!wa;)V")
|
@OriginalMember(owner = "client!sk", name = "a", descriptor = "(ILclient!wa;)V")
|
||||||
public static void method3980(@OriginalArg(1) Buffer arg0) {
|
public static void method3980(@OriginalArg(1) Buffer arg0) {
|
||||||
label83: while (true) {
|
label83: while (true) {
|
||||||
if (arg0.anInt2792 < arg0.aByteArray40.length) {
|
if (arg0.offset < arg0.data.length) {
|
||||||
@Pc(23) int local23 = 0;
|
@Pc(23) int local23 = 0;
|
||||||
@Pc(25) boolean local25 = false;
|
@Pc(25) boolean local25 = false;
|
||||||
@Pc(27) int local27 = 0;
|
@Pc(27) int local27 = 0;
|
||||||
if (arg0.method2229() == 1) {
|
if (arg0.g1() == 1) {
|
||||||
local25 = true;
|
local25 = true;
|
||||||
local23 = arg0.method2229();
|
local23 = arg0.g1();
|
||||||
local27 = arg0.method2229();
|
local27 = arg0.g1();
|
||||||
}
|
}
|
||||||
@Pc(46) int local46 = arg0.method2229();
|
@Pc(46) int local46 = arg0.g1();
|
||||||
@Pc(50) int local50 = arg0.method2229();
|
@Pc(50) int local50 = arg0.g1();
|
||||||
@Pc(57) int local57 = local46 * 64 - Static158.anInt3846;
|
@Pc(57) int local57 = local46 * 64 - Static158.anInt3846;
|
||||||
@Pc(68) int local68 = Static181.anInt4296 + Static2.anInt13 - local50 * 64 - 1;
|
@Pc(68) int local68 = Static181.anInt4296 + Static2.anInt13 - local50 * 64 - 1;
|
||||||
@Pc(146) byte local146;
|
@Pc(146) byte local146;
|
||||||
|
|
@ -62,13 +62,13 @@ public final class Static231 {
|
||||||
}
|
}
|
||||||
for (@Pc(107) int local107 = 0; local107 < 64; local107++) {
|
for (@Pc(107) int local107 = 0; local107 < 64; local107++) {
|
||||||
if (!local25 || local23 * 8 <= local102 && local23 * 8 + 8 > local102 && local107 >= local27 * 8 && local27 * 8 + 8 > local107) {
|
if (!local25 || local23 * 8 <= local102 && local23 * 8 + 8 > local102 && local107 >= local27 * 8 && local27 * 8 + 8 > local107) {
|
||||||
local146 = arg0.method2186();
|
local146 = arg0.g1s();
|
||||||
if (local146 != 0) {
|
if (local146 != 0) {
|
||||||
if (Static229.aByteArrayArrayArray12[local96][local100] == null) {
|
if (Static229.aByteArrayArrayArray12[local96][local100] == null) {
|
||||||
Static229.aByteArrayArrayArray12[local96][local100] = new byte[4096];
|
Static229.aByteArrayArrayArray12[local96][local100] = new byte[4096];
|
||||||
}
|
}
|
||||||
Static229.aByteArrayArrayArray12[local96][local100][(63 - local107 << 6) + local102] = local146;
|
Static229.aByteArrayArrayArray12[local96][local100][(63 - local107 << 6) + local102] = local146;
|
||||||
@Pc(182) byte local182 = arg0.method2186();
|
@Pc(182) byte local182 = arg0.g1s();
|
||||||
if (Static125.aByteArrayArrayArray10[local96][local100] == null) {
|
if (Static125.aByteArrayArrayArray10[local96][local100] == null) {
|
||||||
Static125.aByteArrayArrayArray10[local96][local100] = new byte[4096];
|
Static125.aByteArrayArrayArray10[local96][local100] = new byte[4096];
|
||||||
}
|
}
|
||||||
|
|
@ -84,9 +84,9 @@ public final class Static231 {
|
||||||
if (local96 >= (local25 ? 64 : 4096)) {
|
if (local96 >= (local25 ? 64 : 4096)) {
|
||||||
continue label83;
|
continue label83;
|
||||||
}
|
}
|
||||||
local146 = arg0.method2186();
|
local146 = arg0.g1s();
|
||||||
if (local146 != 0) {
|
if (local146 != 0) {
|
||||||
arg0.anInt2792++;
|
arg0.offset++;
|
||||||
}
|
}
|
||||||
local96++;
|
local96++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -187,9 +187,9 @@ public final class Static233 {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
arg0.method2242(163);
|
arg0.method2242(163);
|
||||||
arg0.method2178(0);
|
arg0.p1(0);
|
||||||
local25 = arg0.anInt2792;
|
local25 = arg0.offset;
|
||||||
arg0.method2164(local18.anInt1732);
|
arg0.p4(local18.anInt1732);
|
||||||
for (@Pc(121) int local121 = 0; local121 < local18.anInt1725; local121++) {
|
for (@Pc(121) int local121 = 0; local121 < local18.anInt1725; local121++) {
|
||||||
if (local18.anIntArray138[local121] == 0) {
|
if (local18.anIntArray138[local121] == 0) {
|
||||||
try {
|
try {
|
||||||
|
|
@ -199,17 +199,17 @@ public final class Static233 {
|
||||||
if (local151 == 0) {
|
if (local151 == 0) {
|
||||||
local168 = (Field) local18.aClass212Array2[local121].anObject6;
|
local168 = (Field) local18.aClass212Array2[local121].anObject6;
|
||||||
local195 = local168.getInt(null);
|
local195 = local168.getInt(null);
|
||||||
arg0.method2178(0);
|
arg0.p1(0);
|
||||||
arg0.method2164(local195);
|
arg0.p4(local195);
|
||||||
} else if (local151 == 1) {
|
} else if (local151 == 1) {
|
||||||
local168 = (Field) local18.aClass212Array2[local121].anObject6;
|
local168 = (Field) local18.aClass212Array2[local121].anObject6;
|
||||||
local168.setInt(null, local18.anIntArray137[local121]);
|
local168.setInt(null, local18.anIntArray137[local121]);
|
||||||
arg0.method2178(0);
|
arg0.p1(0);
|
||||||
} else if (local151 == 2) {
|
} else if (local151 == 2) {
|
||||||
local168 = (Field) local18.aClass212Array2[local121].anObject6;
|
local168 = (Field) local18.aClass212Array2[local121].anObject6;
|
||||||
local195 = local168.getModifiers();
|
local195 = local168.getModifiers();
|
||||||
arg0.method2178(0);
|
arg0.p1(0);
|
||||||
arg0.method2164(local195);
|
arg0.p4(local195);
|
||||||
}
|
}
|
||||||
@Pc(234) Method local234;
|
@Pc(234) Method local234;
|
||||||
if (local151 == 3) {
|
if (local151 == 3) {
|
||||||
|
|
@ -222,53 +222,53 @@ public final class Static233 {
|
||||||
}
|
}
|
||||||
@Pc(272) Object local272 = local234.invoke(null, local243);
|
@Pc(272) Object local272 = local234.invoke(null, local243);
|
||||||
if (local272 == null) {
|
if (local272 == null) {
|
||||||
arg0.method2178(0);
|
arg0.p1(0);
|
||||||
} else if (local272 instanceof Number) {
|
} else if (local272 instanceof Number) {
|
||||||
arg0.method2178(1);
|
arg0.p1(1);
|
||||||
arg0.method2166(((Number) local272).longValue());
|
arg0.p8(((Number) local272).longValue());
|
||||||
} else if (local272 instanceof JagString) {
|
} else if (local272 instanceof JagString) {
|
||||||
arg0.method2178(2);
|
arg0.p1(2);
|
||||||
arg0.method2171((JagString) local272);
|
arg0.pjstr((JagString) local272);
|
||||||
} else {
|
} else {
|
||||||
arg0.method2178(4);
|
arg0.p1(4);
|
||||||
}
|
}
|
||||||
} else if (local151 == 4) {
|
} else if (local151 == 4) {
|
||||||
local234 = (Method) local18.aClass212Array1[local121].anObject6;
|
local234 = (Method) local18.aClass212Array1[local121].anObject6;
|
||||||
local195 = local234.getModifiers();
|
local195 = local234.getModifiers();
|
||||||
arg0.method2178(0);
|
arg0.p1(0);
|
||||||
arg0.method2164(local195);
|
arg0.p4(local195);
|
||||||
}
|
}
|
||||||
} catch (@Pc(338) ClassNotFoundException local338) {
|
} catch (@Pc(338) ClassNotFoundException local338) {
|
||||||
arg0.method2178(-10);
|
arg0.p1(-10);
|
||||||
} catch (@Pc(344) InvalidClassException local344) {
|
} catch (@Pc(344) InvalidClassException local344) {
|
||||||
arg0.method2178(-11);
|
arg0.p1(-11);
|
||||||
} catch (@Pc(350) StreamCorruptedException local350) {
|
} catch (@Pc(350) StreamCorruptedException local350) {
|
||||||
arg0.method2178(-12);
|
arg0.p1(-12);
|
||||||
} catch (@Pc(356) OptionalDataException local356) {
|
} catch (@Pc(356) OptionalDataException local356) {
|
||||||
arg0.method2178(-13);
|
arg0.p1(-13);
|
||||||
} catch (@Pc(362) IllegalAccessException local362) {
|
} catch (@Pc(362) IllegalAccessException local362) {
|
||||||
arg0.method2178(-14);
|
arg0.p1(-14);
|
||||||
} catch (@Pc(368) IllegalArgumentException local368) {
|
} catch (@Pc(368) IllegalArgumentException local368) {
|
||||||
arg0.method2178(-15);
|
arg0.p1(-15);
|
||||||
} catch (@Pc(374) InvocationTargetException local374) {
|
} catch (@Pc(374) InvocationTargetException local374) {
|
||||||
arg0.method2178(-16);
|
arg0.p1(-16);
|
||||||
} catch (@Pc(380) SecurityException local380) {
|
} catch (@Pc(380) SecurityException local380) {
|
||||||
arg0.method2178(-17);
|
arg0.p1(-17);
|
||||||
} catch (@Pc(386) IOException local386) {
|
} catch (@Pc(386) IOException local386) {
|
||||||
arg0.method2178(-18);
|
arg0.p1(-18);
|
||||||
} catch (@Pc(392) NullPointerException local392) {
|
} catch (@Pc(392) NullPointerException local392) {
|
||||||
arg0.method2178(-19);
|
arg0.p1(-19);
|
||||||
} catch (@Pc(398) Exception local398) {
|
} catch (@Pc(398) Exception local398) {
|
||||||
arg0.method2178(-20);
|
arg0.p1(-20);
|
||||||
} catch (@Pc(404) Throwable local404) {
|
} catch (@Pc(404) Throwable local404) {
|
||||||
arg0.method2178(-21);
|
arg0.p1(-21);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
arg0.method2178(local18.anIntArray138[local121]);
|
arg0.p1(local18.anIntArray138[local121]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
arg0.method2219(local25);
|
arg0.pCrc32(local25);
|
||||||
arg0.method2195(arg0.anInt2792 - local25);
|
arg0.p1len(arg0.offset - local25);
|
||||||
local18.method4658();
|
local18.method4658();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,44 +30,44 @@ public final class Static234 {
|
||||||
for (@Pc(3) int local3 = 0; local3 < Static116.anInt2951; local3++) {
|
for (@Pc(3) int local3 = 0; local3 < Static116.anInt2951; local3++) {
|
||||||
@Pc(10) int local10 = Static44.anIntArray106[local3];
|
@Pc(10) int local10 = Static44.anIntArray106[local3];
|
||||||
@Pc(14) Npc local14 = Static175.aClass8_Sub4_Sub2Array1[local10];
|
@Pc(14) Npc local14 = Static175.aClass8_Sub4_Sub2Array1[local10];
|
||||||
@Pc(18) int local18 = Static57.aClass3_Sub15_Sub1_3.method2229();
|
@Pc(18) int local18 = Static57.aClass3_Sub15_Sub1_3.g1();
|
||||||
if ((local18 & 0x8) != 0) {
|
if ((local18 & 0x8) != 0) {
|
||||||
local18 += Static57.aClass3_Sub15_Sub1_3.method2229() << 8;
|
local18 += Static57.aClass3_Sub15_Sub1_3.g1() << 8;
|
||||||
}
|
}
|
||||||
@Pc(43) int local43;
|
@Pc(43) int local43;
|
||||||
@Pc(47) int local47;
|
@Pc(47) int local47;
|
||||||
if ((local18 & 0x40) != 0) {
|
if ((local18 & 0x40) != 0) {
|
||||||
local43 = Static57.aClass3_Sub15_Sub1_3.method2229();
|
local43 = Static57.aClass3_Sub15_Sub1_3.g1();
|
||||||
local47 = Static57.aClass3_Sub15_Sub1_3.method2212();
|
local47 = Static57.aClass3_Sub15_Sub1_3.p1neg();
|
||||||
local14.method2686(local47, Static83.anInt372, local43);
|
local14.method2686(local47, Static83.anInt372, local43);
|
||||||
local14.anInt3378 = Static83.anInt372 + 300;
|
local14.anInt3378 = Static83.anInt372 + 300;
|
||||||
local14.anInt3372 = Static57.aClass3_Sub15_Sub1_3.method2180();
|
local14.anInt3372 = Static57.aClass3_Sub15_Sub1_3.g1ssub();
|
||||||
}
|
}
|
||||||
if ((local18 & 0x2) != 0) {
|
if ((local18 & 0x2) != 0) {
|
||||||
local43 = Static57.aClass3_Sub15_Sub1_3.method2212();
|
local43 = Static57.aClass3_Sub15_Sub1_3.p1neg();
|
||||||
local47 = Static57.aClass3_Sub15_Sub1_3.method2180();
|
local47 = Static57.aClass3_Sub15_Sub1_3.g1ssub();
|
||||||
local14.method2686(local47, Static83.anInt372, local43);
|
local14.method2686(local47, Static83.anInt372, local43);
|
||||||
}
|
}
|
||||||
if ((local18 & 0x10) != 0) {
|
if ((local18 & 0x10) != 0) {
|
||||||
local43 = Static57.aClass3_Sub15_Sub1_3.method2163();
|
local43 = Static57.aClass3_Sub15_Sub1_3.g2();
|
||||||
local47 = Static57.aClass3_Sub15_Sub1_3.method2229();
|
local47 = Static57.aClass3_Sub15_Sub1_3.g1();
|
||||||
if (local43 == 65535) {
|
if (local43 == 65535) {
|
||||||
local43 = -1;
|
local43 = -1;
|
||||||
}
|
}
|
||||||
Static223.method3855(local47, local43, local14);
|
Static223.method3855(local47, local43, local14);
|
||||||
}
|
}
|
||||||
if ((local18 & 0x4) != 0) {
|
if ((local18 & 0x4) != 0) {
|
||||||
local14.anInt3370 = Static57.aClass3_Sub15_Sub1_3.method2184();
|
local14.anInt3370 = Static57.aClass3_Sub15_Sub1_3.g2sub();
|
||||||
if (local14.anInt3370 == 65535) {
|
if (local14.anInt3370 == 65535) {
|
||||||
local14.anInt3370 = -1;
|
local14.anInt3370 = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((local18 & 0x80) != 0) {
|
if ((local18 & 0x80) != 0) {
|
||||||
local43 = Static57.aClass3_Sub15_Sub1_3.method2184();
|
local43 = Static57.aClass3_Sub15_Sub1_3.g2sub();
|
||||||
if (local43 == 65535) {
|
if (local43 == 65535) {
|
||||||
local43 = -1;
|
local43 = -1;
|
||||||
}
|
}
|
||||||
local47 = Static57.aClass3_Sub15_Sub1_3.method2208();
|
local47 = Static57.aClass3_Sub15_Sub1_3.g4me();
|
||||||
@Pc(147) boolean local147 = true;
|
@Pc(147) boolean local147 = true;
|
||||||
if (local43 != -1 && local14.anInt3432 != -1 && Static36.method941(Static34.method877(local43).anInt1754).anInt5355 < Static36.method941(Static34.method877(local14.anInt3432).anInt1754).anInt5355) {
|
if (local43 != -1 && local14.anInt3432 != -1 && Static36.method941(Static34.method877(local43).anInt1754).anInt5355 < Static36.method941(Static34.method877(local14.anInt3432).anInt1754).anInt5355) {
|
||||||
local147 = false;
|
local147 = false;
|
||||||
|
|
@ -97,7 +97,7 @@ public final class Static234 {
|
||||||
if (local14.aClass96_1.method2935()) {
|
if (local14.aClass96_1.method2935()) {
|
||||||
Static91.method1877(local14);
|
Static91.method1877(local14);
|
||||||
}
|
}
|
||||||
local14.method2698(Static214.method4363(Static57.aClass3_Sub15_Sub1_3.method2192()));
|
local14.method2698(Static214.method4363(Static57.aClass3_Sub15_Sub1_3.g2le()));
|
||||||
local14.method2692(local14.aClass96_1.anInt3713);
|
local14.method2692(local14.aClass96_1.anInt3713);
|
||||||
local14.anInt3365 = local14.aClass96_1.anInt3737;
|
local14.anInt3365 = local14.aClass96_1.anInt3737;
|
||||||
if (local14.aClass96_1.method2935()) {
|
if (local14.aClass96_1.method2935()) {
|
||||||
|
|
@ -105,28 +105,28 @@ public final class Static234 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((local18 & 0x20) != 0) {
|
if ((local18 & 0x20) != 0) {
|
||||||
local14.aClass100_640 = Static57.aClass3_Sub15_Sub1_3.method2202();
|
local14.aClass100_640 = Static57.aClass3_Sub15_Sub1_3.gjstr();
|
||||||
local14.anInt3408 = 100;
|
local14.anInt3408 = 100;
|
||||||
}
|
}
|
||||||
if ((local18 & 0x100) != 0) {
|
if ((local18 & 0x100) != 0) {
|
||||||
local43 = Static57.aClass3_Sub15_Sub1_3.method2212();
|
local43 = Static57.aClass3_Sub15_Sub1_3.p1neg();
|
||||||
@Pc(331) int[] local331 = new int[local43];
|
@Pc(331) int[] local331 = new int[local43];
|
||||||
@Pc(334) int[] local334 = new int[local43];
|
@Pc(334) int[] local334 = new int[local43];
|
||||||
@Pc(337) int[] local337 = new int[local43];
|
@Pc(337) int[] local337 = new int[local43];
|
||||||
for (@Pc(339) int local339 = 0; local339 < local43; local339++) {
|
for (@Pc(339) int local339 = 0; local339 < local43; local339++) {
|
||||||
@Pc(350) int local350 = Static57.aClass3_Sub15_Sub1_3.method2192();
|
@Pc(350) int local350 = Static57.aClass3_Sub15_Sub1_3.g2le();
|
||||||
if (local350 == 65535) {
|
if (local350 == 65535) {
|
||||||
local350 = -1;
|
local350 = -1;
|
||||||
}
|
}
|
||||||
local331[local339] = local350;
|
local331[local339] = local350;
|
||||||
local334[local339] = Static57.aClass3_Sub15_Sub1_3.method2180();
|
local334[local339] = Static57.aClass3_Sub15_Sub1_3.g1ssub();
|
||||||
local337[local339] = Static57.aClass3_Sub15_Sub1_3.method2163();
|
local337[local339] = Static57.aClass3_Sub15_Sub1_3.g2();
|
||||||
}
|
}
|
||||||
Static159.method3037(local337, local14, local334, local331);
|
Static159.method3037(local337, local14, local334, local331);
|
||||||
}
|
}
|
||||||
if ((local18 & 0x200) != 0) {
|
if ((local18 & 0x200) != 0) {
|
||||||
local14.anInt3382 = Static57.aClass3_Sub15_Sub1_3.method2184();
|
local14.anInt3382 = Static57.aClass3_Sub15_Sub1_3.g2sub();
|
||||||
local14.anInt3363 = Static57.aClass3_Sub15_Sub1_3.method2163();
|
local14.anInt3363 = Static57.aClass3_Sub15_Sub1_3.g2();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ public final class Static239 {
|
||||||
} catch (@Pc(5) UnsupportedEncodingException local5) {
|
} catch (@Pc(5) UnsupportedEncodingException local5) {
|
||||||
local3 = arg0.getBytes();
|
local3 = arg0.getBytes();
|
||||||
}
|
}
|
||||||
return Static10.method346(local3, local3.length, 0);
|
return Static10.decodeString(local3, local3.length, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!tf", name = "a", descriptor = "(IIII)V")
|
@OriginalMember(owner = "client!tf", name = "a", descriptor = "(IIII)V")
|
||||||
|
|
@ -441,7 +441,7 @@ public final class Static239 {
|
||||||
@Pc(193) JagString[] local193 = local176.method3145().method3147(32);
|
@Pc(193) JagString[] local193 = local176.method3145().method3147(32);
|
||||||
for (@Pc(195) int local195 = 0; local195 < local193.length; local195++) {
|
for (@Pc(195) int local195 = 0; local195 < local193.length; local195++) {
|
||||||
@Pc(203) JagString local203 = local193[local195];
|
@Pc(203) JagString local203 = local193[local195];
|
||||||
if (local203.method3120() >= 4 && local203.method3137(4, 0).method3123()) {
|
if (local203.length() >= 4 && local203.method3137(4, 0).method3123()) {
|
||||||
local184 = local203.method3137(4, 0).method3132();
|
local184 = local203.method3137(4, 0).method3132();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -52,10 +52,10 @@ public final class Static243 {
|
||||||
Static164.anInt3985 = -1;
|
Static164.anInt3985 = -1;
|
||||||
Static267.anInt5775 = 0;
|
Static267.anInt5775 = 0;
|
||||||
Static60.anInt1894 = 0;
|
Static60.anInt1894 = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static230.anInt5152 = -1;
|
Static230.anInt5152 = -1;
|
||||||
Static201.anInt1862 = 0;
|
Static201.anInt1862 = 0;
|
||||||
Static57.aClass3_Sub15_Sub1_3.anInt2792 = 0;
|
Static57.aClass3_Sub15_Sub1_3.offset = 0;
|
||||||
@Pc(3506) int local3506;
|
@Pc(3506) int local3506;
|
||||||
for (local3506 = 0; local3506 < Static143.aClass102Array1.length; local3506++) {
|
for (local3506 = 0; local3506 < Static143.aClass102Array1.length; local3506++) {
|
||||||
Static143.aClass102Array1[local3506] = null;
|
Static143.aClass102Array1[local3506] = null;
|
||||||
|
|
|
||||||
|
|
@ -73,9 +73,9 @@ public final class Static245 {
|
||||||
for (@Pc(7) int local7 = 0; local7 < Static116.anInt2951; local7++) {
|
for (@Pc(7) int local7 = 0; local7 < Static116.anInt2951; local7++) {
|
||||||
@Pc(31) int local31 = Static44.anIntArray106[local7];
|
@Pc(31) int local31 = Static44.anIntArray106[local7];
|
||||||
@Pc(35) Player local35 = Static159.aClass8_Sub4_Sub1Array1[local31];
|
@Pc(35) Player local35 = Static159.aClass8_Sub4_Sub1Array1[local31];
|
||||||
@Pc(39) int local39 = Static57.aClass3_Sub15_Sub1_3.method2229();
|
@Pc(39) int local39 = Static57.aClass3_Sub15_Sub1_3.g1();
|
||||||
if ((local39 & 0x10) != 0) {
|
if ((local39 & 0x10) != 0) {
|
||||||
local39 += Static57.aClass3_Sub15_Sub1_3.method2229() << 8;
|
local39 += Static57.aClass3_Sub15_Sub1_3.g1() << 8;
|
||||||
}
|
}
|
||||||
Static84.method1768(local39, local31, local35);
|
Static84.method1768(local39, local31, local35);
|
||||||
}
|
}
|
||||||
|
|
@ -118,14 +118,14 @@ public final class Static245 {
|
||||||
@Pc(255) int local255;
|
@Pc(255) int local255;
|
||||||
@Pc(266) int local266;
|
@Pc(266) int local266;
|
||||||
@Pc(316) int local316;
|
@Pc(316) int local316;
|
||||||
while (local96.aByteArray40.length > local96.anInt2792) {
|
while (local96.data.length > local96.offset) {
|
||||||
local103 = local96.method2229();
|
local103 = local96.g1();
|
||||||
if (local103 != 129) {
|
if (local103 != 129) {
|
||||||
local96.anInt2792--;
|
local96.offset--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
for (local108 = 0; local108 < 4; local108++) {
|
for (local108 = 0; local108 < 4; local108++) {
|
||||||
@Pc(223) byte local223 = local96.method2186();
|
@Pc(223) byte local223 = local96.g1s();
|
||||||
@Pc(237) int local237;
|
@Pc(237) int local237;
|
||||||
if (local223 == 0) {
|
if (local223 == 0) {
|
||||||
if (local108 <= arg6) {
|
if (local108 <= arg6) {
|
||||||
|
|
@ -164,7 +164,7 @@ public final class Static245 {
|
||||||
} else if (local223 == 1) {
|
} else if (local223 == 1) {
|
||||||
for (local232 = 0; local232 < 64; local232 += 4) {
|
for (local232 = 0; local232 < 64; local232 += 4) {
|
||||||
for (local237 = 0; local237 < 64; local237 += 4) {
|
for (local237 = 0; local237 < 64; local237 += 4) {
|
||||||
@Pc(246) byte local246 = local96.method2186();
|
@Pc(246) byte local246 = local96.g1s();
|
||||||
if (local108 <= arg6) {
|
if (local108 <= arg6) {
|
||||||
for (local255 = local232; local255 < local232 + 4; local255++) {
|
for (local255 = local232; local255 < local232 + 4; local255++) {
|
||||||
for (local266 = local237; local266 < local237 + 4; local266++) {
|
for (local266 = local237; local266 < local237 + 4; local266++) {
|
||||||
|
|
@ -189,13 +189,13 @@ public final class Static245 {
|
||||||
@Pc(472) Environment local472 = null;
|
@Pc(472) Environment local472 = null;
|
||||||
label207: while (true) {
|
label207: while (true) {
|
||||||
label200: do {
|
label200: do {
|
||||||
while (local96.aByteArray40.length > local96.anInt2792) {
|
while (local96.data.length > local96.offset) {
|
||||||
local108 = local96.method2229();
|
local108 = local96.g1();
|
||||||
if (local108 != 0) {
|
if (local108 != 0) {
|
||||||
if (local108 != 1) {
|
if (local108 != 1) {
|
||||||
throw new IllegalStateException();
|
throw new IllegalStateException();
|
||||||
}
|
}
|
||||||
local497 = local96.method2229();
|
local497 = local96.g1();
|
||||||
continue label200;
|
continue label200;
|
||||||
}
|
}
|
||||||
local472 = new Environment(local96);
|
local472 = new Environment(local96);
|
||||||
|
|
@ -209,7 +209,7 @@ public final class Static245 {
|
||||||
for (local232 = 0; local232 < local497; local232++) {
|
for (local232 = 0; local232 < local497; local232++) {
|
||||||
@Pc(517) Light local517 = new Light(local96);
|
@Pc(517) Light local517 = new Light(local96);
|
||||||
if (local517.anInt2243 == 31) {
|
if (local517.anInt2243 == 31) {
|
||||||
@Pc(529) LightType local529 = Static140.method2709(local96.method2163());
|
@Pc(529) LightType local529 = Static140.method2709(local96.g2());
|
||||||
local517.method1762(local529.anInt2865, local529.anInt2873, local529.anInt2867, local529.anInt2872);
|
local517.method1762(local529.anInt2865, local529.anInt2873, local529.anInt2867, local529.anInt2872);
|
||||||
}
|
}
|
||||||
local417 = local517.anInt2240 >> 7;
|
local417 = local517.anInt2240 >> 7;
|
||||||
|
|
|
||||||
|
|
@ -218,13 +218,13 @@ public final class Static254 {
|
||||||
@OriginalMember(owner = "client!uj", name = "a", descriptor = "(Lclient!wa;II)Lclient!na;")
|
@OriginalMember(owner = "client!uj", name = "a", descriptor = "(Lclient!wa;II)Lclient!na;")
|
||||||
public static JagString method4350(@OriginalArg(0) Buffer arg0) {
|
public static JagString method4350(@OriginalArg(0) Buffer arg0) {
|
||||||
try {
|
try {
|
||||||
@Pc(7) int local7 = arg0.method2204();
|
@Pc(7) int local7 = arg0.gSmart1or2();
|
||||||
if (local7 > 32767) {
|
if (local7 > 32767) {
|
||||||
local7 = 32767;
|
local7 = 32767;
|
||||||
}
|
}
|
||||||
@Pc(15) byte[] local15 = new byte[local7];
|
@Pc(15) byte[] local15 = new byte[local7];
|
||||||
arg0.anInt2792 += Static62.aClass44_1.method1552(0, local7, local15, arg0.aByteArray40, arg0.anInt2792);
|
arg0.offset += Static62.aClass44_1.method1552(0, local7, local15, arg0.data, arg0.offset);
|
||||||
return Static10.method346(local15, local7, 0);
|
return Static10.decodeString(local15, local7, 0);
|
||||||
} catch (@Pc(47) Exception local47) {
|
} catch (@Pc(47) Exception local47) {
|
||||||
return Static267.aClass100_1087;
|
return Static267.aClass100_1087;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,53 +59,53 @@ public final class Static263 {
|
||||||
}
|
}
|
||||||
if (arg2 == 1) {
|
if (arg2 == 1) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(155);
|
Static6.aClass3_Sub15_Sub1_1.method2242(155);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 2) {
|
if (arg2 == 2) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(196);
|
Static6.aClass3_Sub15_Sub1_1.method2242(196);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 3) {
|
if (arg2 == 3) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(124);
|
Static6.aClass3_Sub15_Sub1_1.method2242(124);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 4) {
|
if (arg2 == 4) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(199);
|
Static6.aClass3_Sub15_Sub1_1.method2242(199);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 5) {
|
if (arg2 == 5) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(234);
|
Static6.aClass3_Sub15_Sub1_1.method2242(234);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 6) {
|
if (arg2 == 6) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(168);
|
Static6.aClass3_Sub15_Sub1_1.method2242(168);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 7) {
|
if (arg2 == 7) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(166);
|
Static6.aClass3_Sub15_Sub1_1.method2242(166);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 8) {
|
if (arg2 == 8) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(64);
|
Static6.aClass3_Sub15_Sub1_1.method2242(64);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 9) {
|
if (arg2 == 9) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(53);
|
Static6.aClass3_Sub15_Sub1_1.method2242(53);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
if (arg2 == 10) {
|
if (arg2 == 10) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(9);
|
Static6.aClass3_Sub15_Sub1_1.method2242(9);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2164(arg3);
|
Static6.aClass3_Sub15_Sub1_1.p4(arg3);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2230(arg1);
|
Static6.aClass3_Sub15_Sub1_1.p2(arg1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ public final class Static264 {
|
||||||
@OriginalMember(owner = "client!vh", name = "a", descriptor = "(ILclient!wa;)Lclient!bd;")
|
@OriginalMember(owner = "client!vh", name = "a", descriptor = "(ILclient!wa;)Lclient!bd;")
|
||||||
public static Class12 method3568(@OriginalArg(1) Buffer arg0) {
|
public static Class12 method3568(@OriginalArg(1) Buffer arg0) {
|
||||||
@Pc(3) Class12 local3 = new Class12();
|
@Pc(3) Class12 local3 = new Class12();
|
||||||
local3.anInt439 = arg0.method2163();
|
local3.anInt439 = arg0.g2();
|
||||||
local3.aClass3_Sub2_Sub6_1 = Static230.method3953(local3.anInt439);
|
local3.aClass3_Sub2_Sub6_1 = Static230.method3953(local3.anInt439);
|
||||||
return local3;
|
return local3;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -76,14 +76,14 @@ public final class Static269 {
|
||||||
@Pc(188) int local188;
|
@Pc(188) int local188;
|
||||||
@Pc(190) int local190;
|
@Pc(190) int local190;
|
||||||
@Pc(194) int local194;
|
@Pc(194) int local194;
|
||||||
while (local95.anInt2792 < local95.aByteArray40.length) {
|
while (local95.offset < local95.data.length) {
|
||||||
local21 = local95.method2229();
|
local21 = local95.g1();
|
||||||
if (local21 != 129) {
|
if (local21 != 129) {
|
||||||
local95.anInt2792--;
|
local95.offset--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
for (local117 = 0; local117 < 4; local117++) {
|
for (local117 = 0; local117 < 4; local117++) {
|
||||||
@Pc(168) byte local168 = local95.method2186();
|
@Pc(168) byte local168 = local95.g1s();
|
||||||
if (local168 == 0) {
|
if (local168 == 0) {
|
||||||
local243 = arg4;
|
local243 = arg4;
|
||||||
if (arg4 < 0) {
|
if (arg4 < 0) {
|
||||||
|
|
@ -119,7 +119,7 @@ public final class Static269 {
|
||||||
} else if (local168 == 1) {
|
} else if (local168 == 1) {
|
||||||
for (local243 = 0; local243 < 64; local243 += 4) {
|
for (local243 = 0; local243 < 64; local243 += 4) {
|
||||||
for (local188 = 0; local188 < 64; local188 += 4) {
|
for (local188 = 0; local188 < 64; local188 += 4) {
|
||||||
@Pc(305) byte local305 = local95.method2186();
|
@Pc(305) byte local305 = local95.g1s();
|
||||||
for (local194 = local243 + arg4; local194 < arg4 + local243 + 4; local194++) {
|
for (local194 = local243 + arg4; local194 < arg4 + local243 + 4; local194++) {
|
||||||
for (@Pc(320) int local320 = arg3 + local188; local320 < arg3 + local188 + 4; local320++) {
|
for (@Pc(320) int local320 = arg3 + local188; local320 < arg3 + local188 + 4; local320++) {
|
||||||
if (local194 >= 0 && local194 < 104 && local320 >= 0 && local320 < 104) {
|
if (local194 >= 0 && local194 < 104 && local320 >= 0 && local320 < 104) {
|
||||||
|
|
@ -170,13 +170,13 @@ public final class Static269 {
|
||||||
@Pc(490) Environment local490 = null;
|
@Pc(490) Environment local490 = null;
|
||||||
label270: while (true) {
|
label270: while (true) {
|
||||||
label263: do {
|
label263: do {
|
||||||
while (local95.anInt2792 < local95.aByteArray40.length) {
|
while (local95.offset < local95.data.length) {
|
||||||
local117 = local95.method2229();
|
local117 = local95.g1();
|
||||||
if (local117 != 0) {
|
if (local117 != 0) {
|
||||||
if (local117 != 1) {
|
if (local117 != 1) {
|
||||||
throw new IllegalStateException();
|
throw new IllegalStateException();
|
||||||
}
|
}
|
||||||
local515 = local95.method2229();
|
local515 = local95.g1();
|
||||||
continue label263;
|
continue label263;
|
||||||
}
|
}
|
||||||
local490 = new Environment(local95);
|
local490 = new Environment(local95);
|
||||||
|
|
@ -198,7 +198,7 @@ public final class Static269 {
|
||||||
for (local243 = 0; local243 < local515; local243++) {
|
for (local243 = 0; local243 < local515; local243++) {
|
||||||
@Pc(529) Light local529 = new Light(local95);
|
@Pc(529) Light local529 = new Light(local95);
|
||||||
if (local529.anInt2243 == 31) {
|
if (local529.anInt2243 == 31) {
|
||||||
@Pc(541) LightType local541 = Static140.method2709(local95.method2163());
|
@Pc(541) LightType local541 = Static140.method2709(local95.g2());
|
||||||
local529.method1762(local541.anInt2865, local541.anInt2873, local541.anInt2867, local541.anInt2872);
|
local529.method1762(local541.anInt2865, local541.anInt2873, local541.anInt2867, local541.anInt2872);
|
||||||
}
|
}
|
||||||
local529.anInt2245 += arg3 << 7;
|
local529.anInt2245 += arg3 << 7;
|
||||||
|
|
@ -337,6 +337,6 @@ public final class Static269 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IZ)Lclient!na;")
|
@OriginalMember(owner = "client!wa", name = "a", descriptor = "(IZ)Lclient!na;")
|
||||||
public static JagString method2228(@OriginalArg(0) int arg0) {
|
public static JagString method2228(@OriginalArg(0) int arg0) {
|
||||||
return Static233.aClass100Array160[arg0].method3120() > 0 ? Static34.method882(new JagString[] { Static254.aClass100Array168[arg0], Static206.aClass100_901, Static233.aClass100Array160[arg0] }) : Static254.aClass100Array168[arg0];
|
return Static233.aClass100Array160[arg0].length() > 0 ? Static34.method882(new JagString[] { Static254.aClass100Array168[arg0], Static206.aClass100_901, Static233.aClass100Array160[arg0] }) : Static254.aClass100Array168[arg0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,11 +34,11 @@ public final class Static271 {
|
||||||
if (Static121.aClass38_3 != null) {
|
if (Static121.aClass38_3 != null) {
|
||||||
try {
|
try {
|
||||||
Static121.aClass38_3.method1459(0L);
|
Static121.aClass38_3.method1459(0L);
|
||||||
Static121.aClass38_3.method1458(arg0.aByteArray40, arg0.anInt2792, 24);
|
Static121.aClass38_3.method1458(arg0.data, arg0.offset, 24);
|
||||||
} catch (@Pc(16) Exception local16) {
|
} catch (@Pc(16) Exception local16) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
arg0.anInt2792 += 24;
|
arg0.offset += 24;
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wc", name = "a", descriptor = "(ZI)V")
|
@OriginalMember(owner = "client!wc", name = "a", descriptor = "(ZI)V")
|
||||||
|
|
|
||||||
|
|
@ -58,19 +58,19 @@ public final class Static276 {
|
||||||
Static102.method2075(Static173.aClass8_Sub4_Sub1_2.anIntArray317[0], 0, 1, false, 0, local28.anIntArray318[0], 1, 0, 2, local28.anIntArray317[0], Static173.aClass8_Sub4_Sub1_2.anIntArray318[0]);
|
Static102.method2075(Static173.aClass8_Sub4_Sub1_2.anIntArray317[0], 0, 1, false, 0, local28.anIntArray318[0], 1, 0, 2, local28.anIntArray317[0], Static173.aClass8_Sub4_Sub1_2.anIntArray318[0]);
|
||||||
if (arg0 == 1) {
|
if (arg0 == 1) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(68);
|
Static6.aClass3_Sub15_Sub1_1.method2242(68);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static105.anIntArray256[local15]);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static105.anIntArray256[local15]);
|
||||||
} else if (arg0 == 4) {
|
} else if (arg0 == 4) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(180);
|
Static6.aClass3_Sub15_Sub1_1.method2242(180);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static105.anIntArray256[local15]);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static105.anIntArray256[local15]);
|
||||||
} else if (arg0 == 5) {
|
} else if (arg0 == 5) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(4);
|
Static6.aClass3_Sub15_Sub1_1.method2242(4);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static105.anIntArray256[local15]);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static105.anIntArray256[local15]);
|
||||||
} else if (arg0 == 6) {
|
} else if (arg0 == 6) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(133);
|
Static6.aClass3_Sub15_Sub1_1.method2242(133);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2222(Static105.anIntArray256[local15]);
|
Static6.aClass3_Sub15_Sub1_1.p2le(Static105.anIntArray256[local15]);
|
||||||
} else if (arg0 == 7) {
|
} else if (arg0 == 7) {
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2242(114);
|
Static6.aClass3_Sub15_Sub1_1.method2242(114);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2191(Static105.anIntArray256[local15]);
|
Static6.aClass3_Sub15_Sub1_1.p2leadd(Static105.anIntArray256[local15]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -121,16 +121,16 @@ public final class Static278 {
|
||||||
@Pc(32) int local32;
|
@Pc(32) int local32;
|
||||||
if (arg5 < 0 || arg5 >= 104 || arg4 < 0 || arg4 >= 104) {
|
if (arg5 < 0 || arg5 >= 104 || arg4 < 0 || arg4 >= 104) {
|
||||||
while (true) {
|
while (true) {
|
||||||
local32 = arg3.method2229();
|
local32 = arg3.g1();
|
||||||
if (local32 == 0) {
|
if (local32 == 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (local32 == 1) {
|
if (local32 == 1) {
|
||||||
arg3.method2229();
|
arg3.g1();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (local32 <= 49) {
|
if (local32 <= 49) {
|
||||||
arg3.method2229();
|
arg3.g1();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
@ -139,7 +139,7 @@ public final class Static278 {
|
||||||
Static12.aByteArrayArrayArray2[arg7][arg5][arg4] = 0;
|
Static12.aByteArrayArrayArray2[arg7][arg5][arg4] = 0;
|
||||||
}
|
}
|
||||||
while (true) {
|
while (true) {
|
||||||
local32 = arg3.method2229();
|
local32 = arg3.g1();
|
||||||
if (local32 == 0) {
|
if (local32 == 0) {
|
||||||
if (arg2) {
|
if (arg2) {
|
||||||
Static83.anIntArrayArrayArray4[0][arg5][arg4] = Static107.anIntArrayArrayArray10[0][arg5][arg4];
|
Static83.anIntArrayArrayArray4[0][arg5][arg4] = Static107.anIntArrayArrayArray10[0][arg5][arg4];
|
||||||
|
|
@ -151,7 +151,7 @@ public final class Static278 {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (local32 == 1) {
|
if (local32 == 1) {
|
||||||
@Pc(111) int local111 = arg3.method2229();
|
@Pc(111) int local111 = arg3.g1();
|
||||||
if (arg2) {
|
if (arg2) {
|
||||||
Static83.anIntArrayArrayArray4[0][arg5][arg4] = Static107.anIntArrayArrayArray10[0][arg5][arg4] + local111 * 8;
|
Static83.anIntArrayArrayArray4[0][arg5][arg4] = Static107.anIntArrayArrayArray10[0][arg5][arg4] + local111 * 8;
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -167,7 +167,7 @@ public final class Static278 {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (local32 <= 49) {
|
if (local32 <= 49) {
|
||||||
Static240.aByteArrayArrayArray14[arg7][arg5][arg4] = arg3.method2186();
|
Static240.aByteArrayArrayArray14[arg7][arg5][arg4] = arg3.g1s();
|
||||||
Static163.aByteArrayArrayArray11[arg7][arg5][arg4] = (byte) ((local32 - 2) / 4);
|
Static163.aByteArrayArrayArray11[arg7][arg5][arg4] = (byte) ((local32 - 2) / 4);
|
||||||
Static4.aByteArrayArrayArray1[arg7][arg5][arg4] = (byte) (local32 + arg6 - 2 & 0x3);
|
Static4.aByteArrayArrayArray1[arg7][arg5][arg4] = (byte) (local32 + arg6 - 2 & 0x3);
|
||||||
} else if (local32 > 81) {
|
} else if (local32 > 81) {
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ public final class Static31 {
|
||||||
}
|
}
|
||||||
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
Static124.aClass95_2 = new BufferedSocket((Socket) Static72.aClass212_3.anObject6, Static71.aClass213_3);
|
||||||
Static72.aClass212_3 = null;
|
Static72.aClass212_3 = null;
|
||||||
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.aByteArray40, Static6.aClass3_Sub15_Sub1_1.anInt2792);
|
Static124.aClass95_2.method2830(Static6.aClass3_Sub15_Sub1_1.data, Static6.aClass3_Sub15_Sub1_1.offset);
|
||||||
if (Static11.aClass62_1 != null) {
|
if (Static11.aClass62_1 != null) {
|
||||||
Static11.aClass62_1.method3571();
|
Static11.aClass62_1.method3571();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,17 +64,17 @@ public final class Static33 {
|
||||||
@Pc(33) int local33;
|
@Pc(33) int local33;
|
||||||
@Pc(102) int local102;
|
@Pc(102) int local102;
|
||||||
@Pc(114) int local114;
|
@Pc(114) int local114;
|
||||||
while (arg0.anInt2792 < arg0.aByteArray40.length) {
|
while (arg0.offset < arg0.data.length) {
|
||||||
@Pc(31) int local31 = 0;
|
@Pc(31) int local31 = 0;
|
||||||
local33 = 0;
|
local33 = 0;
|
||||||
@Pc(35) boolean local35 = false;
|
@Pc(35) boolean local35 = false;
|
||||||
if (arg0.method2229() == 1) {
|
if (arg0.g1() == 1) {
|
||||||
local33 = arg0.method2229();
|
local33 = arg0.g1();
|
||||||
local31 = arg0.method2229();
|
local31 = arg0.g1();
|
||||||
local35 = true;
|
local35 = true;
|
||||||
}
|
}
|
||||||
@Pc(57) int local57 = arg0.method2229();
|
@Pc(57) int local57 = arg0.g1();
|
||||||
@Pc(61) int local61 = arg0.method2229();
|
@Pc(61) int local61 = arg0.g1();
|
||||||
@Pc(68) int local68 = local57 * 64 - Static158.anInt3846;
|
@Pc(68) int local68 = local57 * 64 - Static158.anInt3846;
|
||||||
@Pc(78) int local78 = Static181.anInt4296 + Static2.anInt13 - local61 * 64 - 1;
|
@Pc(78) int local78 = Static181.anInt4296 + Static2.anInt13 - local61 * 64 - 1;
|
||||||
if (local68 >= 0 && local78 - 63 >= 0 && Static48.anInt1449 > local68 + 63 && Static181.anInt4296 > local78) {
|
if (local68 >= 0 && local78 - 63 >= 0 && Static48.anInt1449 > local68 + 63 && Static181.anInt4296 > local78) {
|
||||||
|
|
@ -82,14 +82,14 @@ public final class Static33 {
|
||||||
@Pc(112) byte[] local112 = local23[local68 + local102];
|
@Pc(112) byte[] local112 = local23[local68 + local102];
|
||||||
for (local114 = 0; local114 < 64; local114++) {
|
for (local114 = 0; local114 < 64; local114++) {
|
||||||
if (!local35 || local102 >= local33 * 8 && local33 * 8 + 8 > local102 && local114 >= local31 * 8 && local114 < local31 * 8 + 8) {
|
if (!local35 || local102 >= local33 * 8 && local33 * 8 + 8 > local102 && local114 >= local31 * 8 && local114 < local31 * 8 + 8) {
|
||||||
local112[local78 - local114] = arg0.method2186();
|
local112[local78 - local114] = arg0.g1s();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (local35) {
|
} else if (local35) {
|
||||||
arg0.anInt2792 += 64;
|
arg0.offset += 64;
|
||||||
} else {
|
} else {
|
||||||
arg0.anInt2792 += 4096;
|
arg0.offset += 4096;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Pc(175) int local175 = Static48.anInt1449;
|
@Pc(175) int local175 = Static48.anInt1449;
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ public final class Static38 {
|
||||||
for (@Pc(231) int local231 = 0; local231 < local211; local231++) {
|
for (@Pc(231) int local231 = 0; local231 < local211; local231++) {
|
||||||
@Pc(242) JagString local242 = Static45.aClass100Array53[local231];
|
@Pc(242) JagString local242 = Static45.aClass100Array53[local231];
|
||||||
if (local211 - 1 > local231) {
|
if (local211 - 1 > local231) {
|
||||||
local242.method3133(local242.method3120() - 4);
|
local242.method3133(local242.length() - 4);
|
||||||
}
|
}
|
||||||
local84.method1508(local242, local59, local80, local82);
|
local84.method1508(local242, local59, local80, local82);
|
||||||
local80 += local84.method1503();
|
local80 += local84.method1503();
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -121,25 +121,25 @@ public final class Static40 {
|
||||||
@OriginalMember(owner = "client!da", name = "a", descriptor = "(IIIILclient!na;JI)V")
|
@OriginalMember(owner = "client!da", name = "a", descriptor = "(IIIILclient!na;JI)V")
|
||||||
public static void method1016(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2, @OriginalArg(4) JagString arg3, @OriginalArg(5) long arg4, @OriginalArg(6) int arg5) {
|
public static void method1016(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2, @OriginalArg(4) JagString arg3, @OriginalArg(5) long arg4, @OriginalArg(6) int arg5) {
|
||||||
@Pc(8) Buffer local8 = new Buffer(128);
|
@Pc(8) Buffer local8 = new Buffer(128);
|
||||||
local8.method2178(10);
|
local8.p1(10);
|
||||||
local8.method2230((int) (Math.random() * 99999.0D));
|
local8.p2((int) (Math.random() * 99999.0D));
|
||||||
local8.method2230(530);
|
local8.p2(530);
|
||||||
local8.method2166(arg4);
|
local8.p8(arg4);
|
||||||
local8.method2164((int) (Math.random() * 9.9999999E7D));
|
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||||
local8.method2171(arg3);
|
local8.pjstr(arg3);
|
||||||
local8.method2164((int) (Math.random() * 9.9999999E7D));
|
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||||
local8.method2230(Static204.anInt4760);
|
local8.p2(Static204.anInt4760);
|
||||||
local8.method2178(arg0);
|
local8.p1(arg0);
|
||||||
local8.method2178(arg2);
|
local8.p1(arg2);
|
||||||
local8.method2164((int) (Math.random() * 9.9999999E7D));
|
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||||
local8.method2230(arg5);
|
local8.p2(arg5);
|
||||||
local8.method2230(arg1);
|
local8.p2(arg1);
|
||||||
local8.method2164((int) (Math.random() * 9.9999999E7D));
|
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||||
local8.method2226(Static86.aBigInteger1, Static256.aBigInteger2);
|
local8.encryptRsa(Static86.aBigInteger1, Static256.aBigInteger2);
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(36);
|
Static6.aClass3_Sub15_Sub1_1.p1(36);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2178(local8.anInt2792);
|
Static6.aClass3_Sub15_Sub1_1.p1(local8.offset);
|
||||||
Static6.aClass3_Sub15_Sub1_1.method2179(local8.aByteArray40, local8.anInt2792);
|
Static6.aClass3_Sub15_Sub1_1.pBytes(local8.data, local8.offset);
|
||||||
Static223.anInt5034 = -3;
|
Static223.anInt5034 = -3;
|
||||||
Static179.anInt4261 = 1;
|
Static179.anInt4261 = 1;
|
||||||
Static226.anInt5079 = 0;
|
Static226.anInt5079 = 0;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ public final class Static44 {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!dh", name = "a", descriptor = "(Z)V")
|
@OriginalMember(owner = "client!dh", name = "a", descriptor = "(Z)V")
|
||||||
public static void method1146() {
|
public static void method1146() {
|
||||||
Static6.aClass3_Sub15_Sub1_1.anInt2792 = 0;
|
Static6.aClass3_Sub15_Sub1_1.offset = 0;
|
||||||
Static5.anInt45 = -1;
|
Static5.anInt45 = -1;
|
||||||
Static60.aBoolean108 = false;
|
Static60.aBoolean108 = false;
|
||||||
Static223.anInt5028 = 0;
|
Static223.anInt5028 = 0;
|
||||||
|
|
@ -31,7 +31,7 @@ public final class Static44 {
|
||||||
Static270.anInt5795 = 0;
|
Static270.anInt5795 = 0;
|
||||||
Static60.anInt1894 = 0;
|
Static60.anInt1894 = 0;
|
||||||
Static49.anInt1462 = -1;
|
Static49.anInt1462 = -1;
|
||||||
Static57.aClass3_Sub15_Sub1_3.anInt2792 = 0;
|
Static57.aClass3_Sub15_Sub1_3.offset = 0;
|
||||||
Static201.anInt1862 = 0;
|
Static201.anInt1862 = 0;
|
||||||
Static164.anInt3985 = -1;
|
Static164.anInt3985 = -1;
|
||||||
@Pc(35) int local35;
|
@Pc(35) int local35;
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue