mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class63 to CursorType
This commit is contained in:
parent
6bd95459fa
commit
56d579db1b
3 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!ia")
|
||||
public final class Class63 {
|
||||
public final class CursorType {
|
||||
|
||||
@OriginalMember(owner = "client!ia", name = "a", descriptor = "I")
|
||||
public int anInt2850;
|
||||
|
|
@ -129,13 +129,13 @@ public final class Static202 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "d", descriptor = "(II)Lclient!ia;")
|
||||
public static Class63 method3660(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) Class63 local10 = (Class63) Static79.aClass99_11.method3106((long) arg0);
|
||||
public static CursorType method3660(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) CursorType local10 = (CursorType) Static79.aClass99_11.method3106((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(20) byte[] local20 = Static153.aClass153_57.getFile(33, arg0);
|
||||
local10 = new Class63();
|
||||
local10 = new CursorType();
|
||||
if (local20 != null) {
|
||||
local10.method2249(new Buffer(local20), arg0);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ public final class Static81 {
|
|||
return;
|
||||
}
|
||||
if (arg0 != -1) {
|
||||
@Pc(24) Class63 local24 = Static202.method3660(arg0);
|
||||
@Pc(24) CursorType local24 = Static202.method3660(arg0);
|
||||
@Pc(28) SoftwareSprite local28 = local24.method2246();
|
||||
if (local28 == null) {
|
||||
arg0 = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue