mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
519 lines
22 KiB
Java
519 lines
22 KiB
Java
import org.openrs2.deob.annotation.OriginalArg;
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
import org.openrs2.deob.annotation.Pc;
|
|
|
|
public final class Static36 {
|
|
|
|
@OriginalMember(owner = "client!client", name = "W", descriptor = "I")
|
|
public static int anInt1165;
|
|
|
|
@OriginalMember(owner = "client!client", name = "kb", descriptor = "[[Lclient!hg;")
|
|
public static GlTile[][] surfaceHdTiles;
|
|
|
|
@OriginalMember(owner = "client!client", name = "lb", descriptor = "[I")
|
|
public static int[] mapFileIds;
|
|
|
|
@OriginalMember(owner = "client!client", name = "U", descriptor = "Lclient!sc;")
|
|
public static final HashTable aClass133_3 = new HashTable(16);
|
|
|
|
@OriginalMember(owner = "client!client", name = "a", descriptor = "(Lclient!be;)Lclient!be;")
|
|
public static Component method938(@OriginalArg(0) Component arg0) {
|
|
@Pc(4) int local4 = method940(arg0).method505();
|
|
if (local4 == 0) {
|
|
return null;
|
|
}
|
|
for (@Pc(10) int local10 = 0; local10 < local4; local10++) {
|
|
arg0 = Static5.getComponent(arg0.layer);
|
|
if (arg0 == null) {
|
|
return null;
|
|
}
|
|
}
|
|
return arg0;
|
|
}
|
|
|
|
@OriginalMember(owner = "client!client", name = "b", descriptor = "(Lclient!be;)Lclient!bf;")
|
|
public static ServerActiveProperties method940(@OriginalArg(0) Component arg0) {
|
|
@Pc(13) ServerActiveProperties local13 = (ServerActiveProperties) Static210.aClass133_21.get(((long) arg0.id << 32) + (long) arg0.createdComponentId);
|
|
return local13 == null ? arg0.aClass3_Sub4_1 : local13;
|
|
}
|
|
|
|
@OriginalMember(owner = "client!client", name = "a", descriptor = "(IB)Lclient!tk;")
|
|
public static SeqType method941(@OriginalArg(0) int arg0) {
|
|
@Pc(17) SeqType local17 = (SeqType) Static142.aClass99_23.method3106((long) arg0);
|
|
if (local17 != null) {
|
|
return local17;
|
|
}
|
|
@Pc(32) byte[] local32 = Static243.aClass153_98.getFile(Static221.method3389(arg0), Static118.method2356(arg0));
|
|
local17 = new SeqType();
|
|
local17.anInt5361 = arg0;
|
|
if (local32 != null) {
|
|
local17.method4213(new Buffer(local32));
|
|
}
|
|
local17.method4218();
|
|
Static142.aClass99_23.method3095(local17, (long) arg0);
|
|
return local17;
|
|
}
|
|
|
|
@OriginalMember(owner = "client!client", name = "a", descriptor = "([Lclient!be;IIIIIII)V")
|
|
public static void method946(@OriginalArg(0) Component[] arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2, @OriginalArg(3) int arg3, @OriginalArg(4) int arg4, @OriginalArg(5) int arg5, @OriginalArg(6) int arg6, @OriginalArg(7) int arg7) {
|
|
for (@Pc(1) int local1 = 0; local1 < arg0.length; local1++) {
|
|
@Pc(9) Component local9 = arg0[local1];
|
|
if (local9 != null && local9.layer == arg1 && (!local9.aBoolean32 || local9.type == 0 || local9.aBoolean25 || method940(local9).anInt546 != 0 || local9 == Static4.aClass13_1 || local9.anInt453 == 1338) && (!local9.aBoolean32 || !method947(local9))) {
|
|
@Pc(50) int local50 = local9.x + arg6;
|
|
@Pc(55) int local55 = local9.y + arg7;
|
|
@Pc(61) int local61;
|
|
@Pc(63) int local63;
|
|
@Pc(65) int local65;
|
|
@Pc(67) int local67;
|
|
if (local9.type == 2) {
|
|
local61 = arg2;
|
|
local63 = arg3;
|
|
local65 = arg4;
|
|
local67 = arg5;
|
|
} else {
|
|
@Pc(73) int local73 = local50 + local9.anInt445;
|
|
@Pc(78) int local78 = local55 + local9.anInt459;
|
|
if (local9.type == 9) {
|
|
local73++;
|
|
local78++;
|
|
}
|
|
local61 = local50 > arg2 ? local50 : arg2;
|
|
local63 = local55 > arg3 ? local55 : arg3;
|
|
local65 = local73 < arg4 ? local73 : arg4;
|
|
local67 = local78 < arg5 ? local78 : arg5;
|
|
}
|
|
if (local9 == Static105.aClass13_14) {
|
|
Static44.aBoolean83 = true;
|
|
Static124.anInt3075 = local50;
|
|
Static20.anInt660 = local55;
|
|
}
|
|
if (!local9.aBoolean32 || local61 < local65 && local63 < local67) {
|
|
if (local9.type == 0) {
|
|
if (!local9.aBoolean32 && method947(local9) && Static180.aClass13_22 != local9) {
|
|
continue;
|
|
}
|
|
if (local9.noClickThrough && Static215.anInt4873 >= local61 && Static223.anInt5032 >= local63 && Static215.anInt4873 < local65 && Static223.anInt5032 < local67) {
|
|
for (@Pc(164) HookRequest local164 = (HookRequest) Static185.lowPriorityRequests.method2289(); local164 != null; local164 = (HookRequest) Static185.lowPriorityRequests.method2288()) {
|
|
if (local164.aBoolean158) {
|
|
local164.method4658();
|
|
local164.source.aBoolean19 = false;
|
|
}
|
|
}
|
|
if (Static213.anInt4851 == 0) {
|
|
Static105.aClass13_14 = null;
|
|
Static4.aClass13_1 = null;
|
|
}
|
|
Static137.anInt3337 = 0;
|
|
}
|
|
}
|
|
if (local9.aBoolean32) {
|
|
@Pc(207) boolean local207;
|
|
if (Static215.anInt4873 >= local61 && Static223.anInt5032 >= local63 && Static215.anInt4873 < local65 && Static223.anInt5032 < local67) {
|
|
local207 = true;
|
|
} else {
|
|
local207 = false;
|
|
}
|
|
@Pc(212) boolean local212 = false;
|
|
if (Static22.anInt723 == 1 && local207) {
|
|
local212 = true;
|
|
}
|
|
@Pc(221) boolean local221 = false;
|
|
if (Static150.clickButton == 1 && Static7.clickX >= local61 && Static60.clickY >= local63 && Static7.clickX < local65 && Static60.clickY < local67) {
|
|
local221 = true;
|
|
}
|
|
@Pc(243) int local243;
|
|
@Pc(322) int local322;
|
|
if (local9.aByteArray8 != null) {
|
|
for (local243 = 0; local243 < local9.aByteArray8.length; local243++) {
|
|
if (Keyboard.pressedKeys[local9.aByteArray8[local243]]) {
|
|
if (local9.anIntArray49 == null || Static83.loop >= local9.anIntArray49[local243]) {
|
|
@Pc(279) byte local279 = local9.aByteArray7[local243];
|
|
if (local279 == 0 || ((local279 & 0x2) == 0 || Keyboard.pressedKeys[Keyboard.KEY_ALT]) && ((local279 & 0x1) == 0 || Keyboard.pressedKeys[Keyboard.KEY_CTRL]) && ((local279 & 0x4) == 0 || Keyboard.pressedKeys[Keyboard.KEY_SHIFT])) {
|
|
Static263.method4512(Static186.EMPTY_FILE, -1, local243 + 1, local9.id);
|
|
local322 = local9.anIntArray46[local243];
|
|
if (local9.anIntArray49 == null) {
|
|
local9.anIntArray49 = new int[local9.aByteArray8.length];
|
|
}
|
|
if (local322 == 0) {
|
|
local9.anIntArray49[local243] = Integer.MAX_VALUE;
|
|
} else {
|
|
local9.anIntArray49[local243] = Static83.loop + local322;
|
|
}
|
|
}
|
|
}
|
|
} else if (local9.anIntArray49 != null) {
|
|
local9.anIntArray49[local243] = 0;
|
|
}
|
|
}
|
|
}
|
|
if (local221) {
|
|
Static40.method1015(Static60.clickY - local55, Static7.clickX - local50, local9);
|
|
}
|
|
if (Static105.aClass13_14 != null && Static105.aClass13_14 != local9 && local207 && method940(local9).method509()) {
|
|
Static56.aClass13_12 = local9;
|
|
}
|
|
if (local9 == Static4.aClass13_1) {
|
|
Static146.aBoolean174 = true;
|
|
Static81.anInt2225 = local50;
|
|
Static228.anInt5103 = local55;
|
|
}
|
|
if (local9.aBoolean25 || local9.anInt453 != 0) {
|
|
@Pc(399) HookRequest local399;
|
|
if (local207 && Static58.wheelRotation != 0 && local9.anObjectArray10 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseY = Static58.wheelRotation;
|
|
local399.arguments = local9.anObjectArray10;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (Static105.aClass13_14 != null || Static118.aClass13_15 != null || Static60.aBoolean108 || local9.anInt453 != 1400 && Static137.anInt3337 > 0) {
|
|
local221 = false;
|
|
local212 = false;
|
|
local207 = false;
|
|
}
|
|
@Pc(508) int local508;
|
|
if (local9.anInt453 != 0) {
|
|
if (local9.anInt453 == 1337) {
|
|
Static280.aClass13_26 = local9;
|
|
Static43.redraw(local9);
|
|
continue;
|
|
}
|
|
if (local9.anInt453 == 1338) {
|
|
if (local221) {
|
|
Static1.anInt5 = Static7.clickX - local50;
|
|
Static107.anInt2878 = Static60.clickY - local55;
|
|
}
|
|
continue;
|
|
}
|
|
if (local9.anInt453 == 1400) {
|
|
Static24.component = local9;
|
|
if (local221) {
|
|
if (Keyboard.pressedKeys[Keyboard.KEY_CTRL] && Static191.staffModLevel > 0) {
|
|
local243 = (int) ((double) (Static7.clickX - local50 - local9.anInt445 / 2) * 2.0D / (double) Static83.aFloat3);
|
|
local508 = (int) ((double) (Static60.clickY - local55 - local9.anInt459 / 2) * 2.0D / (double) Static83.aFloat3);
|
|
local322 = Static13.anInt435 + local243;
|
|
@Pc(516) int local516 = Static28.anInt919 + local508;
|
|
@Pc(520) int local520 = local322 + Static158.anInt3846;
|
|
@Pc(528) int local528 = Static181.anInt4296 + Static2.anInt13 - local516 - 1;
|
|
Static61.teleport(local520, local528, 0);
|
|
Static153.method2909();
|
|
continue;
|
|
}
|
|
Static137.anInt3337 = 1;
|
|
Static246.anInt5388 = Static215.anInt4873;
|
|
Static165.anInt4035 = Static223.anInt5032;
|
|
continue;
|
|
}
|
|
if (local212 && Static137.anInt3337 > 0) {
|
|
if (Static137.anInt3337 == 1 && (Static246.anInt5388 != Static215.anInt4873 || Static165.anInt4035 != Static223.anInt5032)) {
|
|
Static197.anInt4620 = Static13.anInt435;
|
|
Static71.anInt1885 = Static28.anInt919;
|
|
Static137.anInt3337 = 2;
|
|
}
|
|
if (Static137.anInt3337 == 2) {
|
|
Static98.method1964(Static197.anInt4620 + (int) ((double) (Static246.anInt5388 - Static215.anInt4873) * 2.0D / (double) Static138.aFloat14));
|
|
Static277.method4641(Static71.anInt1885 + (int) ((double) (Static165.anInt4035 - Static223.anInt5032) * 2.0D / (double) Static138.aFloat14));
|
|
}
|
|
continue;
|
|
}
|
|
Static137.anInt3337 = 0;
|
|
continue;
|
|
}
|
|
if (local9.anInt453 == 1401) {
|
|
if (local212) {
|
|
Static119.method2387(local9.anInt445, Static223.anInt5032 - local55, Static215.anInt4873 - local50, local9.anInt459);
|
|
}
|
|
continue;
|
|
}
|
|
if (local9.anInt453 == 1402) {
|
|
if (!GlRenderer.enabled) {
|
|
Static43.redraw(local9);
|
|
}
|
|
continue;
|
|
}
|
|
}
|
|
if (!local9.aBoolean24 && local221) {
|
|
local9.aBoolean24 = true;
|
|
if (local9.anObjectArray5 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static7.clickX - local50;
|
|
local399.mouseY = Static60.clickY - local55;
|
|
local399.arguments = local9.anObjectArray5;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
}
|
|
if (local9.aBoolean24 && local212 && local9.anObjectArray6 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static215.anInt4873 - local50;
|
|
local399.mouseY = Static223.anInt5032 - local55;
|
|
local399.arguments = local9.anObjectArray6;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (local9.aBoolean24 && !local212) {
|
|
local9.aBoolean24 = false;
|
|
if (local9.anObjectArray18 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static215.anInt4873 - local50;
|
|
local399.mouseY = Static223.anInt5032 - local55;
|
|
local399.arguments = local9.anObjectArray18;
|
|
Static115.mediumPriorityRequests.method2282(local399);
|
|
}
|
|
}
|
|
if (local212 && local9.anObjectArray9 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static215.anInt4873 - local50;
|
|
local399.mouseY = Static223.anInt5032 - local55;
|
|
local399.arguments = local9.anObjectArray9;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (!local9.aBoolean19 && local207) {
|
|
local9.aBoolean19 = true;
|
|
if (local9.anObjectArray19 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static215.anInt4873 - local50;
|
|
local399.mouseY = Static223.anInt5032 - local55;
|
|
local399.arguments = local9.anObjectArray19;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
}
|
|
if (local9.aBoolean19 && local207 && local9.anObjectArray23 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static215.anInt4873 - local50;
|
|
local399.mouseY = Static223.anInt5032 - local55;
|
|
local399.arguments = local9.anObjectArray23;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (local9.aBoolean19 && !local207) {
|
|
local9.aBoolean19 = false;
|
|
if (local9.anObjectArray24 != null) {
|
|
local399 = new HookRequest();
|
|
local399.aBoolean158 = true;
|
|
local399.source = local9;
|
|
local399.mouseX = Static215.anInt4873 - local50;
|
|
local399.mouseY = Static223.anInt5032 - local55;
|
|
local399.arguments = local9.anObjectArray24;
|
|
Static115.mediumPriorityRequests.method2282(local399);
|
|
}
|
|
}
|
|
if (local9.anObjectArray22 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray22;
|
|
Static4.highPriorityRequests.method2282(local399);
|
|
}
|
|
@Pc(966) HookRequest local966;
|
|
if (local9.anObjectArray4 != null && Static4.updatedVarcsWriterIndex > local9.anInt511) {
|
|
if (local9.anIntArray38 == null || Static4.updatedVarcsWriterIndex - local9.anInt511 > 32) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray4;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
} else {
|
|
label563: for (local243 = local9.anInt511; local243 < Static4.updatedVarcsWriterIndex; local243++) {
|
|
local508 = Static138.updatedVarcs[local243 & 0x1F];
|
|
for (local322 = 0; local322 < local9.anIntArray38.length; local322++) {
|
|
if (local9.anIntArray38[local322] == local508) {
|
|
local966 = new HookRequest();
|
|
local966.source = local9;
|
|
local966.arguments = local9.anObjectArray4;
|
|
Static185.lowPriorityRequests.method2282(local966);
|
|
break label563;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local9.anInt511 = Static4.updatedVarcsWriterIndex;
|
|
}
|
|
if (local9.anObjectArray15 != null && Static72.updatedVarcstrsWriterIndex > local9.anInt487) {
|
|
if (local9.anIntArray35 == null || Static72.updatedVarcstrsWriterIndex - local9.anInt487 > 32) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray15;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
} else {
|
|
label539: for (local243 = local9.anInt487; local243 < Static72.updatedVarcstrsWriterIndex; local243++) {
|
|
local508 = Static233.updatedVarcstrs[local243 & 0x1F];
|
|
for (local322 = 0; local322 < local9.anIntArray35.length; local322++) {
|
|
if (local9.anIntArray35[local322] == local508) {
|
|
local966 = new HookRequest();
|
|
local966.source = local9;
|
|
local966.arguments = local9.anObjectArray15;
|
|
Static185.lowPriorityRequests.method2282(local966);
|
|
break label539;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local9.anInt487 = Static72.updatedVarcstrsWriterIndex;
|
|
}
|
|
if (local9.anObjectArray25 != null && Static70.updatedVarpsWriterIndex > local9.anInt471) {
|
|
if (local9.anIntArray44 == null || Static70.updatedVarpsWriterIndex - local9.anInt471 > 32) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray25;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
} else {
|
|
label515: for (local243 = local9.anInt471; local243 < Static70.updatedVarpsWriterIndex; local243++) {
|
|
local508 = Static83.updatedVarps[local243 & 0x1F];
|
|
for (local322 = 0; local322 < local9.anIntArray44.length; local322++) {
|
|
if (local9.anIntArray44[local322] == local508) {
|
|
local966 = new HookRequest();
|
|
local966.source = local9;
|
|
local966.arguments = local9.anObjectArray25;
|
|
Static185.lowPriorityRequests.method2282(local966);
|
|
break label515;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local9.anInt471 = Static70.updatedVarpsWriterIndex;
|
|
}
|
|
if (local9.anObjectArray7 != null && Static111.anInt2901 > local9.anInt493) {
|
|
if (local9.anIntArray34 == null || Static111.anInt2901 - local9.anInt493 > 32) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray7;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
} else {
|
|
label491: for (local243 = local9.anInt493; local243 < Static111.anInt2901; local243++) {
|
|
local508 = Static27.anIntArray70[local243 & 0x1F];
|
|
for (local322 = 0; local322 < local9.anIntArray34.length; local322++) {
|
|
if (local9.anIntArray34[local322] == local508) {
|
|
local966 = new HookRequest();
|
|
local966.source = local9;
|
|
local966.arguments = local9.anObjectArray7;
|
|
Static185.lowPriorityRequests.method2282(local966);
|
|
break label491;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local9.anInt493 = Static111.anInt2901;
|
|
}
|
|
if (local9.anObjectArray2 != null && Static89.anInt2385 > local9.anInt525) {
|
|
if (local9.anIntArray42 == null || Static89.anInt2385 - local9.anInt525 > 32) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray2;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
} else {
|
|
label467: for (local243 = local9.anInt525; local243 < Static89.anInt2385; local243++) {
|
|
local508 = Static249.anIntArray478[local243 & 0x1F];
|
|
for (local322 = 0; local322 < local9.anIntArray42.length; local322++) {
|
|
if (local9.anIntArray42[local322] == local508) {
|
|
local966 = new HookRequest();
|
|
local966.source = local9;
|
|
local966.arguments = local9.anObjectArray2;
|
|
Static185.lowPriorityRequests.method2282(local966);
|
|
break label467;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local9.anInt525 = Static89.anInt2385;
|
|
}
|
|
if (Static49.anInt1464 > local9.anInt482 && local9.anObjectArray20 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray20;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (Static185.anInt4369 > local9.anInt482 && local9.anObjectArray1 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray1;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (Static278.anInt5867 > local9.anInt482 && local9.anObjectArray28 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray28;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (Static207.anInt4778 > local9.anInt482 && local9.anObjectArray21 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray21;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
if (Static209.miscTransmitAt > local9.anInt482 && local9.anObjectArray30 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray30;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
local9.anInt482 = Static119.transmitTimer;
|
|
if (local9.anObjectArray14 != null) {
|
|
for (local243 = 0; local243 < Static182.keyQueueSize; local243++) {
|
|
@Pc(1430) HookRequest local1430 = new HookRequest();
|
|
local1430.source = local9;
|
|
local1430.keyCode = Static227.keyCodes[local243];
|
|
local1430.keyChar = Static205.keyChars[local243];
|
|
local1430.arguments = local9.anObjectArray14;
|
|
Static185.lowPriorityRequests.method2282(local1430);
|
|
}
|
|
}
|
|
if (Static13.aBoolean16 && local9.anObjectArray13 != null) {
|
|
local399 = new HookRequest();
|
|
local399.source = local9;
|
|
local399.arguments = local9.anObjectArray13;
|
|
Static185.lowPriorityRequests.method2282(local399);
|
|
}
|
|
}
|
|
}
|
|
if (!local9.aBoolean32 && Static105.aClass13_14 == null && Static118.aClass13_15 == null && !Static60.aBoolean108) {
|
|
if ((local9.anInt470 >= 0 || local9.anInt480 != 0) && Static215.anInt4873 >= local61 && Static223.anInt5032 >= local63 && Static215.anInt4873 < local65 && Static223.anInt5032 < local67) {
|
|
if (local9.anInt470 >= 0) {
|
|
Static180.aClass13_22 = arg0[local9.anInt470];
|
|
} else {
|
|
Static180.aClass13_22 = local9;
|
|
}
|
|
}
|
|
if (local9.type == 8 && Static215.anInt4873 >= local61 && Static223.anInt5032 >= local63 && Static215.anInt4873 < local65 && Static223.anInt5032 < local67) {
|
|
Static43.aClass13_11 = local9;
|
|
}
|
|
if (local9.anInt491 > local9.anInt459) {
|
|
Static236.method4049(Static223.anInt5032, local9.anInt459, local9, Static215.anInt4873, local50 + local9.anInt445, local55, local9.anInt491);
|
|
}
|
|
}
|
|
if (local9.type == 0) {
|
|
method946(arg0, local9.id, local61, local63, local65, local67, local50 - local9.anInt489, local55 - local9.scrollY);
|
|
if (local9.createdComponents != null) {
|
|
method946(local9.createdComponents, local9.id, local61, local63, local65, local67, local50 - local9.anInt489, local55 - local9.scrollY);
|
|
}
|
|
@Pc(1595) Class3_Sub31 local1595 = (Class3_Sub31) Static119.aClass133_9.get((long) local9.id);
|
|
if (local1595 != null) {
|
|
Static57.method1320(local50, local63, local55, local65, local1595.anInt5878, local61, local67);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@OriginalMember(owner = "client!client", name = "c", descriptor = "(Lclient!be;)Z")
|
|
public static boolean method947(@OriginalArg(0) Component arg0) {
|
|
if (Static121.aBoolean154) {
|
|
if (method940(arg0).anInt546 != 0) {
|
|
return false;
|
|
}
|
|
if (arg0.type == 0) {
|
|
return false;
|
|
}
|
|
}
|
|
return arg0.hidden;
|
|
}
|
|
}
|