mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-23 11:25:15 -06:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -1,8 +1,6 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static201 {
|
||||
|
||||
|
|
@ -15,15 +13,4 @@ public final class Static201 {
|
|||
@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];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue