mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Rename Class3_Sub2_Sub17 to ClientScript
This commit is contained in:
parent
2d16c8cf16
commit
244032a177
4 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ public final class Class61 {
|
|||
public JagString[] aClass100Array79;
|
||||
|
||||
@OriginalMember(owner = "client!hj", name = "h", descriptor = "Lclient!qc;")
|
||||
public Class3_Sub2_Sub17 aClass3_Sub2_Sub17_1;
|
||||
public ClientScript aClass3_Sub2_Sub17_1;
|
||||
|
||||
@OriginalMember(owner = "client!hj", name = "k", descriptor = "I")
|
||||
public int anInt2515 = -1;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import org.openrs2.deob.annotation.OriginalClass;
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!qc")
|
||||
public final class Class3_Sub2_Sub17 extends SecondaryNode {
|
||||
public final class ClientScript extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!qc", name = "I", descriptor = "I")
|
||||
public int anInt4665;
|
||||
|
|
@ -29,7 +29,7 @@ public final class Static88 {
|
|||
public static void method1818(@OriginalArg(1) int arg0, @OriginalArg(2) Class3_Sub19 arg1) {
|
||||
@Pc(4) Object[] local4 = arg1.anObjectArray31;
|
||||
@Pc(10) int local10 = (Integer) local4[0];
|
||||
@Pc(14) Class3_Sub2_Sub17 local14 = Static91.method1875(local10);
|
||||
@Pc(14) ClientScript local14 = Static91.method1875(local10);
|
||||
if (local14 == null) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -227,7 +227,7 @@ public final class Static88 {
|
|||
}
|
||||
if (local226 == 40) {
|
||||
local77 = local33[local30];
|
||||
@Pc(642) Class3_Sub2_Sub17 local642 = Static91.method1875(local77);
|
||||
@Pc(642) ClientScript local642 = Static91.method1875(local77);
|
||||
@Pc(646) int[] local646 = new int[local642.anInt4667];
|
||||
@Pc(650) JagString[] local650 = new JagString[local642.anInt4671];
|
||||
for (local652 = 0; local652 < local642.anInt4665; local652++) {
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ public final class Static91 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "a", descriptor = "(IB)Lclient!qc;")
|
||||
public static Class3_Sub2_Sub17 method1875(@OriginalArg(0) int arg0) {
|
||||
@Pc(12) Class3_Sub2_Sub17 local12 = (Class3_Sub2_Sub17) Static105.aClass54_9.method1806((long) arg0);
|
||||
public static ClientScript method1875(@OriginalArg(0) int arg0) {
|
||||
@Pc(12) ClientScript local12 = (ClientScript) Static105.aClass54_9.method1806((long) arg0);
|
||||
if (local12 != null) {
|
||||
return local12;
|
||||
}
|
||||
|
|
@ -35,7 +35,7 @@ public final class Static91 {
|
|||
if (local22 == null) {
|
||||
return null;
|
||||
}
|
||||
local12 = new Class3_Sub2_Sub17();
|
||||
local12 = new ClientScript();
|
||||
@Pc(42) Buffer local42 = new Buffer(local22);
|
||||
local42.anInt2792 = local42.aByteArray40.length - 2;
|
||||
@Pc(53) int local53 = local42.method2163();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue