mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
27 lines
1.1 KiB
Java
27 lines
1.1 KiB
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalArg;
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
import org.openrs2.deob.annotation.Pc;
|
|
|
|
public final class Static17 {
|
|
|
|
@OriginalMember(owner = "client!bg", name = "d", descriptor = "(II)Z")
|
|
public static boolean method530(@OriginalArg(0) int arg0) {
|
|
return arg0 == 198 || arg0 == 230 || arg0 == 156 || arg0 == 140 || arg0 == 223;
|
|
}
|
|
|
|
@OriginalMember(owner = "client!bg", name = "a", descriptor = "(Lclient!be;ZI)V")
|
|
public static void method531(@OriginalArg(0) Component arg0, @OriginalArg(1) boolean arg1) {
|
|
@Pc(20) int local20 = arg0.anInt486 == 0 ? arg0.anInt445 : arg0.anInt486;
|
|
@Pc(32) int local32 = arg0.anInt491 == 0 ? arg0.anInt459 : arg0.anInt491;
|
|
Static266.method4190(arg0.id, arg1, local20, local32, InterfaceList.components[arg0.id >> 16]);
|
|
if (arg0.createdComponents != null) {
|
|
Static266.method4190(arg0.id, arg1, local20, local32, arg0.createdComponents);
|
|
}
|
|
@Pc(66) ComponentPointer local66 = (ComponentPointer) InterfaceList.openInterfaces.get((long) arg0.id);
|
|
if (local66 != null) {
|
|
Static234.method4017(local32, arg1, local66.anInt5878, local20);
|
|
}
|
|
}
|
|
}
|