mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -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;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!ia")
|
@OriginalClass("client!ia")
|
||||||
public final class Class63 {
|
public final class CursorType {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ia", name = "a", descriptor = "I")
|
@OriginalMember(owner = "client!ia", name = "a", descriptor = "I")
|
||||||
public int anInt2850;
|
public int anInt2850;
|
||||||
|
|
@ -129,13 +129,13 @@ public final class Static202 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!qg", name = "d", descriptor = "(II)Lclient!ia;")
|
@OriginalMember(owner = "client!qg", name = "d", descriptor = "(II)Lclient!ia;")
|
||||||
public static Class63 method3660(@OriginalArg(0) int arg0) {
|
public static CursorType method3660(@OriginalArg(0) int arg0) {
|
||||||
@Pc(10) Class63 local10 = (Class63) Static79.aClass99_11.method3106((long) arg0);
|
@Pc(10) CursorType local10 = (CursorType) Static79.aClass99_11.method3106((long) arg0);
|
||||||
if (local10 != null) {
|
if (local10 != null) {
|
||||||
return local10;
|
return local10;
|
||||||
}
|
}
|
||||||
@Pc(20) byte[] local20 = Static153.aClass153_57.getFile(33, arg0);
|
@Pc(20) byte[] local20 = Static153.aClass153_57.getFile(33, arg0);
|
||||||
local10 = new Class63();
|
local10 = new CursorType();
|
||||||
if (local20 != null) {
|
if (local20 != null) {
|
||||||
local10.method2249(new Buffer(local20), arg0);
|
local10.method2249(new Buffer(local20), arg0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ public final class Static81 {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (arg0 != -1) {
|
if (arg0 != -1) {
|
||||||
@Pc(24) Class63 local24 = Static202.method3660(arg0);
|
@Pc(24) CursorType local24 = Static202.method3660(arg0);
|
||||||
@Pc(28) SoftwareSprite local28 = local24.method2246();
|
@Pc(28) SoftwareSprite local28 = local24.method2246();
|
||||||
if (local28 == null) {
|
if (local28 == null) {
|
||||||
arg0 = -1;
|
arg0 = -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue