mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 17:40:19 -07:00
35 lines
1.3 KiB
Java
35 lines
1.3 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 Static201 {
|
|
|
|
@OriginalMember(owner = "client!qf", name = "S", descriptor = "I")
|
|
public static int anInt1864;
|
|
|
|
@OriginalMember(owner = "client!qf", name = "M", descriptor = "I")
|
|
public static int anInt1862 = 0;
|
|
|
|
@OriginalMember(owner = "client!qf", name = "Q", descriptor = "Lclient!na;")
|
|
public static final JagString aClass100_407 = JagString.parse(" )2> <col=ffff00>");
|
|
|
|
@OriginalMember(owner = "client!qf", name = "R", descriptor = "Lclient!na;")
|
|
public static final JagString aClass100_408 = JagString.parse(" )2> ");
|
|
|
|
@OriginalMember(owner = "client!qf", name = "X", descriptor = "Lclient!be;")
|
|
public static Component aClass13_13 = null;
|
|
|
|
@OriginalMember(owner = "client!qf", name = "a", descriptor = "(BII)Lclient!be;")
|
|
public static Component method1418(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
|
@Pc(7) Component local7 = InterfaceList.getComponent(arg0);
|
|
if (arg1 == -1) {
|
|
return local7;
|
|
} else if (local7 == null || local7.createdComponents == null || local7.createdComponents.length <= arg1) {
|
|
return null;
|
|
} else {
|
|
return local7.createdComponents[arg1];
|
|
}
|
|
}
|
|
}
|