mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Rename Class107 to FluType
This commit is contained in:
parent
eda328db6c
commit
96db61486d
5 changed files with 9 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!ni")
|
||||
public final class Class107 {
|
||||
public final class FluType {
|
||||
|
||||
@OriginalMember(owner = "client!ni", name = "d", descriptor = "I")
|
||||
public int anInt4149;
|
||||
|
|
@ -70,7 +70,7 @@ public final class Static193 {
|
|||
local25 = arg2[local11 - 1][local16 - 1];
|
||||
}
|
||||
if (local25 != 0) {
|
||||
@Pc(77) Class107 local77 = Static199.method3593((local25 & 0xFF) - 1);
|
||||
@Pc(77) FluType local77 = Static199.method3593((local25 & 0xFF) - 1);
|
||||
local9[local11][local16] = (local77.anInt4155 + 1 << 16) + local77.anInt4156;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,13 +29,13 @@ public final class Static199 {
|
|||
public static final int[] anIntArray417 = new int[1000];
|
||||
|
||||
@OriginalMember(owner = "client!qc", name = "a", descriptor = "(ZI)Lclient!ni;")
|
||||
public static Class107 method3593(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) Class107 local10 = (Class107) Static83.aClass99_3.method3106((long) arg0);
|
||||
public static FluType method3593(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) FluType local10 = (FluType) Static83.aClass99_3.method3106((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(27) byte[] local27 = Static182.aClass153_77.method4495(1, arg0);
|
||||
local10 = new Class107();
|
||||
local10 = new FluType();
|
||||
if (local27 != null) {
|
||||
local10.method3217(arg0, new Buffer(local27));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ public final class Static33 {
|
|||
if (local175 > local114) {
|
||||
local225 = local23[local114][local203] & 0xFF;
|
||||
if (local225 > 0) {
|
||||
@Pc(236) Class107 local236 = Static199.method3593(local225 - 1);
|
||||
@Pc(236) FluType local236 = Static199.method3593(local225 - 1);
|
||||
local183[local203] += local236.anInt4154;
|
||||
local180[local203] += local236.anInt4149;
|
||||
local186[local203] += local236.anInt4158;
|
||||
|
|
@ -120,7 +120,7 @@ public final class Static33 {
|
|||
if (local225 >= 0) {
|
||||
local293 = local23[local225][local203] & 0xFF;
|
||||
if (local293 > 0) {
|
||||
@Pc(302) Class107 local302 = Static199.method3593(local293 - 1);
|
||||
@Pc(302) FluType local302 = Static199.method3593(local293 - 1);
|
||||
local183[local203] -= local302.anInt4154;
|
||||
local180[local203] -= local302.anInt4149;
|
||||
local186[local203] -= local302.anInt4158;
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ public final class Static45 {
|
|||
if (local178 < 104) {
|
||||
local194 = Static253.aByteArrayArrayArray16[local152][local178][local173] & 0xFF;
|
||||
if (local194 > 0) {
|
||||
@Pc(693) Class107 local693 = Static199.method3593(local194 - 1);
|
||||
@Pc(693) FluType local693 = Static199.method3593(local194 - 1);
|
||||
Static221.anIntArray376[local173] += local693.anInt4154;
|
||||
Static139.anIntArray325[local173] += local693.anInt4149;
|
||||
Static279.anIntArray568[local173] += local693.anInt4158;
|
||||
|
|
@ -148,7 +148,7 @@ public final class Static45 {
|
|||
if (local194 >= 0) {
|
||||
local200 = Static253.aByteArrayArrayArray16[local152][local194][local173] & 0xFF;
|
||||
if (local200 > 0) {
|
||||
@Pc(758) Class107 local758 = Static199.method3593(local200 - 1);
|
||||
@Pc(758) FluType local758 = Static199.method3593(local200 - 1);
|
||||
Static221.anIntArray376[local173] -= local758.anInt4154;
|
||||
Static139.anIntArray325[local173] -= local758.anInt4149;
|
||||
Static279.anIntArray568[local173] -= local758.anInt4158;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue