mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 10:30:22 -07:00
Rename Class30 to IdkType
This commit is contained in:
parent
dd77ba401e
commit
57207c6baa
3 changed files with 5 additions and 5 deletions
|
|
@ -110,7 +110,7 @@ public final class Class59 {
|
||||||
arg3 = new int[12];
|
arg3 = new int[12];
|
||||||
for (@Pc(24) int local24 = 0; local24 < 8; local24++) {
|
for (@Pc(24) int local24 = 0; local24 < 8; local24++) {
|
||||||
for (@Pc(31) int local31 = 0; local31 < Static53.anInt1716; local31++) {
|
for (@Pc(31) int local31 = 0; local31 < Static53.anInt1716; local31++) {
|
||||||
@Pc(38) Class30 local38 = Static81.method1752(local31);
|
@Pc(38) IdkType local38 = Static81.method1752(local31);
|
||||||
if (local38 != null && !local38.aBoolean85 && local38.anInt1457 == (arg2 ? Static153.anIntArray351[local24] : Static204.anIntArray425[local24])) {
|
if (local38 != null && !local38.aBoolean85 && local38.anInt1457 == (arg2 ? Static153.anIntArray351[local24] : Static204.anIntArray425[local24])) {
|
||||||
arg3[Static272.anIntArray451[local24]] = Integer.MIN_VALUE | local31;
|
arg3[Static272.anIntArray451[local24]] = Integer.MIN_VALUE | local31;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!dm")
|
@OriginalClass("client!dm")
|
||||||
public final class Class30 {
|
public final class IdkType {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!dm", name = "b", descriptor = "[S")
|
@OriginalMember(owner = "client!dm", name = "b", descriptor = "[S")
|
||||||
private short[] aShortArray11;
|
private short[] aShortArray11;
|
||||||
|
|
@ -63,13 +63,13 @@ public final class Static81 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!gg", name = "d", descriptor = "(II)Lclient!dm;")
|
@OriginalMember(owner = "client!gg", name = "d", descriptor = "(II)Lclient!dm;")
|
||||||
public static Class30 method1752(@OriginalArg(0) int arg0) {
|
public static IdkType method1752(@OriginalArg(0) int arg0) {
|
||||||
@Pc(10) Class30 local10 = (Class30) Static67.aClass99_20.method3106((long) arg0);
|
@Pc(10) IdkType local10 = (IdkType) Static67.aClass99_20.method3106((long) arg0);
|
||||||
if (local10 != null) {
|
if (local10 != null) {
|
||||||
return local10;
|
return local10;
|
||||||
}
|
}
|
||||||
@Pc(21) byte[] local21 = Static216.aClass153_31.method4495(3, arg0);
|
@Pc(21) byte[] local21 = Static216.aClass153_31.method4495(3, arg0);
|
||||||
local10 = new Class30();
|
local10 = new IdkType();
|
||||||
if (local21 != null) {
|
if (local21 != null) {
|
||||||
local10.method1209(new Buffer(local21));
|
local10.method1209(new Buffer(local21));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue