mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class3_Sub2_Sub2 to QuickChatCatType
This commit is contained in:
parent
a158bc6a16
commit
6b1365e4ec
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!bc")
|
||||
public final class Class3_Sub2_Sub2 extends SecondaryNode {
|
||||
public final class QuickChatCatType extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!bc", name = "O", descriptor = "[I")
|
||||
public int[] anIntArray29;
|
||||
|
|
@ -19,8 +19,8 @@ public final class Static235 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!tb", name = "b", descriptor = "(IB)Lclient!bc;")
|
||||
public static Class3_Sub2_Sub2 method4045(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) Class3_Sub2_Sub2 local10 = (Class3_Sub2_Sub2) Static73.aClass54_7.method1806((long) arg0);
|
||||
public static QuickChatCatType method4045(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) QuickChatCatType local10 = (QuickChatCatType) Static73.aClass54_7.method1806((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
|
|
@ -30,7 +30,7 @@ public final class Static235 {
|
|||
} else {
|
||||
local24 = Static29.aClass153_19.getFile(0, arg0 & 0x7FFF);
|
||||
}
|
||||
local10 = new Class3_Sub2_Sub2();
|
||||
local10 = new QuickChatCatType();
|
||||
if (local24 != null) {
|
||||
local10.method470(new Buffer(local24));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2417,7 +2417,7 @@ public final class Static88 {
|
|||
Static3.stringStack[ssp++] = Static235.method4045(local809).aClass100_79;
|
||||
continue;
|
||||
}
|
||||
@Pc(6378) Class3_Sub2_Sub2 local6378;
|
||||
@Pc(6378) QuickChatCatType local6378;
|
||||
if (opcode == 5051) {
|
||||
isp--;
|
||||
local809 = Static254.intStack[isp];
|
||||
|
|
@ -2433,7 +2433,7 @@ public final class Static88 {
|
|||
isp -= 2;
|
||||
local809 = Static254.intStack[isp];
|
||||
local803 = Static254.intStack[isp + 1];
|
||||
@Pc(6416) Class3_Sub2_Sub2 local6416 = Static235.method4045(local809);
|
||||
@Pc(6416) QuickChatCatType local6416 = Static235.method4045(local809);
|
||||
local652 = local6416.anIntArray30[local803];
|
||||
Static254.intStack[isp++] = local652;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue