mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Rename Class13 to Component
This commit is contained in:
parent
3552d4009a
commit
fa40460c24
55 changed files with 103 additions and 103 deletions
|
|
@ -45,9 +45,9 @@ public final class Static2 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "([Lclient!be;ZI)V")
|
||||
public static void method7(@OriginalArg(0) Class13[] arg0, @OriginalArg(2) int arg1) {
|
||||
public static void method7(@OriginalArg(0) Component[] arg0, @OriginalArg(2) int arg1) {
|
||||
for (@Pc(11) int local11 = 0; local11 < arg0.length; local11++) {
|
||||
@Pc(23) Class13 local23 = arg0[local11];
|
||||
@Pc(23) Component local23 = arg0[local11];
|
||||
if (local23 != null) {
|
||||
if (local23.anInt452 == 0) {
|
||||
if (local23.aClass13Array3 != null) {
|
||||
|
|
@ -67,7 +67,7 @@ public final class Static2 {
|
|||
}
|
||||
if (arg1 == 1 && local23.anObjectArray8 != null) {
|
||||
if (local23.anInt457 >= 0) {
|
||||
@Pc(103) Class13 local103 = Static5.method32(local23.anInt507);
|
||||
@Pc(103) Component local103 = Static5.method32(local23.anInt507);
|
||||
if (local103 == null || local103.aClass13Array3 == null || local23.anInt457 >= local103.aClass13Array3.length || local103.aClass13Array3[local23.anInt457] != local23) {
|
||||
continue;
|
||||
}
|
||||
|
|
@ -265,7 +265,7 @@ public final class Static2 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(BLclient!be;)V")
|
||||
public static void method13(@OriginalArg(1) Class13 arg0) {
|
||||
public static void method13(@OriginalArg(1) Component arg0) {
|
||||
@Pc(16) int local16 = arg0.anInt453;
|
||||
if (local16 == 324) {
|
||||
if (Static158.anInt3851 == -1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue