mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -07:00
Rename Class3_Sub2_Sub13 to StructType
This commit is contained in:
parent
08fa06c251
commit
2d16c8cf16
2 changed files with 4 additions and 4 deletions
|
|
@ -20,13 +20,13 @@ public final class Static123 {
|
||||||
public static final JagString aClass100_594 = Static28.method790("<)4col>");
|
public static final JagString aClass100_594 = Static28.method790("<)4col>");
|
||||||
|
|
||||||
@OriginalMember(owner = "client!jj", name = "a", descriptor = "(BI)Lclient!lk;")
|
@OriginalMember(owner = "client!jj", name = "a", descriptor = "(BI)Lclient!lk;")
|
||||||
public static Class3_Sub2_Sub13 method2417(@OriginalArg(1) int arg0) {
|
public static StructType method2417(@OriginalArg(1) int arg0) {
|
||||||
@Pc(10) Class3_Sub2_Sub13 local10 = (Class3_Sub2_Sub13) Static231.aClass54_13.method1806((long) arg0);
|
@Pc(10) StructType local10 = (StructType) Static231.aClass54_13.method1806((long) arg0);
|
||||||
if (local10 != null) {
|
if (local10 != null) {
|
||||||
return local10;
|
return local10;
|
||||||
}
|
}
|
||||||
@Pc(26) byte[] local26 = Static23.aClass153_11.method4495(26, arg0);
|
@Pc(26) byte[] local26 = Static23.aClass153_11.method4495(26, arg0);
|
||||||
local10 = new Class3_Sub2_Sub13();
|
local10 = new StructType();
|
||||||
if (local26 != null) {
|
if (local26 != null) {
|
||||||
local10.method2806(new Buffer(local26));
|
local10.method2806(new Buffer(local26));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!lk")
|
@OriginalClass("client!lk")
|
||||||
public final class Class3_Sub2_Sub13 extends SecondaryNode {
|
public final class StructType extends SecondaryNode {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!lk", name = "I", descriptor = "Lclient!sc;")
|
@OriginalMember(owner = "client!lk", name = "I", descriptor = "Lclient!sc;")
|
||||||
private HashTable aClass133_14;
|
private HashTable aClass133_14;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue