mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class2 to MsiType
This commit is contained in:
parent
4532188a18
commit
a158bc6a16
4 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!aa")
|
||||
public final class Class2 {
|
||||
public final class MsiType {
|
||||
|
||||
@OriginalMember(owner = "client!aa", name = "f", descriptor = "I")
|
||||
public int anInt11;
|
||||
|
|
@ -226,7 +226,7 @@ public final class Static144 {
|
|||
local233 = local222 & 0x3FFF;
|
||||
if (local233 != 0) {
|
||||
local254 = local222 >> 14 & 0x3;
|
||||
@Pc(998) Class2 local998 = Static40.method1013(local233 - 1);
|
||||
@Pc(998) MsiType local998 = Static40.method1013(local233 - 1);
|
||||
@Pc(1003) SoftwareIndexedSprite local1003 = local998.method9(local254);
|
||||
if (local1003 != null) {
|
||||
local276 = local162 * local1003.anInt4278 / 4;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ public final class Static33 {
|
|||
|
||||
@OriginalMember(owner = "client!cj", name = "a", descriptor = "(ILclient!pb;ZIIII)Z")
|
||||
public static boolean method867(@OriginalArg(0) int arg0, @OriginalArg(1) LocType arg1, @OriginalArg(5) int arg2, @OriginalArg(6) int arg3) {
|
||||
@Pc(10) Class2 local10 = Static40.method1013(arg1.anInt4415);
|
||||
@Pc(10) MsiType local10 = Static40.method1013(arg1.anInt4415);
|
||||
if (local10.anInt12 == -1) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,13 +80,13 @@ public final class Static40 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "c", descriptor = "(II)Lclient!aa;")
|
||||
public static Class2 method1013(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) Class2 local10 = (Class2) Static231.aClass99_29.method3106((long) arg0);
|
||||
public static MsiType method1013(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) MsiType local10 = (MsiType) Static231.aClass99_29.method3106((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(20) byte[] local20 = Static98.aClass153_42.getFile(34, arg0);
|
||||
local10 = new Class2();
|
||||
local10 = new MsiType();
|
||||
if (local20 != null) {
|
||||
local10.method6(new Buffer(local20), arg0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue