Rename Class3_Sub2_Sub6 to QuickChatPhraseType

This commit is contained in:
Pazaz 2022-04-23 14:52:06 -04:00
parent 6b1365e4ec
commit 5eb5e538ce
5 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ public final class Class12 {
public int anInt439; public int anInt439;
@OriginalMember(owner = "client!bd", name = "f", descriptor = "Lclient!cb;") @OriginalMember(owner = "client!bd", name = "f", descriptor = "Lclient!cb;")
public Class3_Sub2_Sub6 aClass3_Sub2_Sub6_1; public QuickChatPhraseType aClass3_Sub2_Sub6_1;
@OriginalMember(owner = "client!bd", name = "h", descriptor = "[I") @OriginalMember(owner = "client!bd", name = "h", descriptor = "[I")
public int[] anIntArray33; public int[] anIntArray33;

View file

@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
import org.openrs2.deob.annotation.Pc; import org.openrs2.deob.annotation.Pc;
@OriginalClass("client!cb") @OriginalClass("client!cb")
public final class Class3_Sub2_Sub6 extends SecondaryNode { public final class QuickChatPhraseType extends SecondaryNode {
@OriginalMember(owner = "client!cb", name = "L", descriptor = "[I") @OriginalMember(owner = "client!cb", name = "L", descriptor = "[I")
private int[] anIntArray71; private int[] anIntArray71;

View file

@ -125,8 +125,8 @@ public final class Static230 {
} }
@OriginalMember(owner = "client!sj", name = "b", descriptor = "(II)Lclient!cb;") @OriginalMember(owner = "client!sj", name = "b", descriptor = "(II)Lclient!cb;")
public static Class3_Sub2_Sub6 method3953(@OriginalArg(1) int arg0) { public static QuickChatPhraseType method3953(@OriginalArg(1) int arg0) {
@Pc(10) Class3_Sub2_Sub6 local10 = (Class3_Sub2_Sub6) Static249.aClass54_15.method1806((long) arg0); @Pc(10) QuickChatPhraseType local10 = (QuickChatPhraseType) Static249.aClass54_15.method1806((long) arg0);
if (local10 != null) { if (local10 != null) {
return local10; return local10;
} }
@ -136,7 +136,7 @@ public final class Static230 {
} else { } else {
local27 = Static262.aClass153_108.getFile(1, arg0 & 0x7FFF); local27 = Static262.aClass153_108.getFile(1, arg0 & 0x7FFF);
} }
local10 = new Class3_Sub2_Sub6(); local10 = new QuickChatPhraseType();
if (local27 != null) { if (local27 != null) {
local10.method761(new Buffer(local27)); local10.method761(new Buffer(local27));
} }

View file

@ -40,7 +40,7 @@ public final class Static24 {
@Pc(28) int local28 = arg0 ? 32768 : 0; @Pc(28) int local28 = arg0 ? 32768 : 0;
@Pc(36) int local36 = (arg0 ? Static34.anInt1047 : Static144.anInt3490) + local28; @Pc(36) int local36 = (arg0 ? Static34.anInt1047 : Static144.anInt3490) + local28;
for (@Pc(38) int local38 = local28; local38 < local36; local38++) { for (@Pc(38) int local38 = local28; local38 < local36; local38++) {
@Pc(45) Class3_Sub2_Sub6 local45 = Static230.method3953(local38); @Pc(45) QuickChatPhraseType local45 = Static230.method3953(local38);
if (local45.aBoolean60 && local45.method769().toLowerCase().indexOf(local9) != -1) { if (local45.aBoolean60 && local45.method769().toLowerCase().indexOf(local9) != -1) {
if (local11 >= 50) { if (local11 >= 50) {
Static111.anInt2905 = -1; Static111.anInt2905 = -1;

View file

@ -2465,7 +2465,7 @@ public final class Static88 {
if (opcode == 5056) { if (opcode == 5056) {
isp--; isp--;
local809 = Static254.intStack[isp]; local809 = Static254.intStack[isp];
@Pc(6527) Class3_Sub2_Sub6 local6527 = Static230.method3953(local809); @Pc(6527) QuickChatPhraseType local6527 = Static230.method3953(local809);
if (local6527.anIntArray72 == null) { if (local6527.anIntArray72 == null) {
Static254.intStack[isp++] = 0; Static254.intStack[isp++] = 0;
} else { } else {
@ -2589,7 +2589,7 @@ public final class Static88 {
local809 = Static254.intStack[isp]; local809 = Static254.intStack[isp];
local1052 = Static254.intStack[isp + 2]; local1052 = Static254.intStack[isp + 2];
local803 = Static254.intStack[isp + 1]; local803 = Static254.intStack[isp + 1];
@Pc(6996) Class3_Sub2_Sub6 local6996 = Static230.method3953(local809); @Pc(6996) QuickChatPhraseType local6996 = Static230.method3953(local809);
if (local6996.method765(local803) != 0) { if (local6996.method765(local803) != 0) {
throw new RuntimeException("bad command"); throw new RuntimeException("bad command");
} }