mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 20:10:21 -07:00
Rename Class3_Sub2_Sub14 to InvType
This commit is contained in:
parent
bf151a0e12
commit
a169470107
50 changed files with 507 additions and 507 deletions
|
|
@ -37,11 +37,11 @@ public final class Static15 {
|
|||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(III)I")
|
||||
public static int method484(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(10) Inv local10 = (Inv) Static20.aClass133_2.method3863((long) arg0);
|
||||
@Pc(10) Inv local10 = (Inv) Static20.objectContainerCache.get((long) arg0);
|
||||
if (local10 == null) {
|
||||
return -1;
|
||||
} else if (arg1 >= 0 && arg1 < local10.anIntArray420.length) {
|
||||
return local10.anIntArray420[arg1];
|
||||
} else if (arg1 >= 0 && arg1 < local10.objectIds.length) {
|
||||
return local10.objectIds[arg1];
|
||||
} else {
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue