mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Rename Class35 to VarpType
This commit is contained in:
parent
173cc5ac9c
commit
345fb0481e
3 changed files with 5 additions and 5 deletions
|
|
@ -683,13 +683,13 @@ public final class Static247 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!ub", name = "a", descriptor = "(II)Lclient!eh;")
|
||||
public static Class35 method4248(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) Class35 local10 = (Class35) Static232.aClass99_30.method3106((long) arg0);
|
||||
public static VarpType method4248(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) VarpType local10 = (VarpType) Static232.aClass99_30.method3106((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(20) byte[] local20 = Static81.aClass153_34.getFile(16, arg0);
|
||||
local10 = new Class35();
|
||||
local10 = new VarpType();
|
||||
if (local20 != null) {
|
||||
local10.method1323(new Buffer(local20));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ public final class Static8 {
|
|||
@OriginalMember(owner = "client!aj", name = "i", descriptor = "(I)V")
|
||||
public static void method121() {
|
||||
for (@Pc(3) int local3 = 0; local3 < Static165.anInt4043; local3++) {
|
||||
@Pc(19) Class35 local19 = Static247.method4248(local3);
|
||||
@Pc(19) VarpType local19 = Static247.method4248(local3);
|
||||
if (local19 != null && local19.anInt1765 == 0) {
|
||||
Static106.anIntArray257[local3] = 0;
|
||||
Static7.varps[local3] = 0;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!eh")
|
||||
public final class Class35 {
|
||||
public final class VarpType {
|
||||
|
||||
@OriginalMember(owner = "client!eh", name = "e", descriptor = "I")
|
||||
public int anInt1765 = 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue