mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class3_Sub2_Sub11 to ByteArrayNode
This commit is contained in:
parent
32ee1195a9
commit
d9c97374a4
2 changed files with 4 additions and 4 deletions
|
|
@ -3,13 +3,13 @@ import org.openrs2.deob.annotation.OriginalClass;
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!hc")
|
||||
public final class Class3_Sub2_Sub11 extends SecondaryNode {
|
||||
public final class ByteArrayNode extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "Q", descriptor = "[B")
|
||||
public final byte[] aByteArray37;
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "<init>", descriptor = "([B)V")
|
||||
public Class3_Sub2_Sub11(@OriginalArg(0) byte[] arg0) {
|
||||
public ByteArrayNode(@OriginalArg(0) byte[] arg0) {
|
||||
this.aByteArray37 = arg0;
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@ public final class Static89 {
|
|||
|
||||
@OriginalMember(owner = "client!ha", name = "a", descriptor = "(II)[B")
|
||||
public static byte[] method1837(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) Class3_Sub2_Sub11 local10 = (Class3_Sub2_Sub11) Static53.aClass54_5.method1806((long) arg0);
|
||||
@Pc(10) ByteArrayNode local10 = (ByteArrayNode) Static53.aClass54_5.method1806((long) arg0);
|
||||
if (local10 == null) {
|
||||
@Pc(24) Random local24 = new Random((long) arg0);
|
||||
@Pc(27) byte[] local27 = new byte[512];
|
||||
|
|
@ -92,7 +92,7 @@ public final class Static89 {
|
|||
local27[local58] = local27[local53];
|
||||
local27[local53] = local27[511 - local29] = local62;
|
||||
}
|
||||
local10 = new Class3_Sub2_Sub11(local27);
|
||||
local10 = new ByteArrayNode(local27);
|
||||
Static53.aClass54_5.method1811(local10, (long) arg0);
|
||||
}
|
||||
return local10.aByteArray37;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue