mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class65 to LightType
This commit is contained in:
parent
a5a0a3c4c1
commit
3137cb8fa0
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;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!ic")
|
@OriginalClass("client!ic")
|
||||||
public final class Class65 {
|
public final class LightType {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ic", name = "g", descriptor = "I")
|
@OriginalMember(owner = "client!ic", name = "g", descriptor = "I")
|
||||||
public int anInt2867 = 2048;
|
public int anInt2867 = 2048;
|
||||||
|
|
@ -102,13 +102,13 @@ public final class Static140 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(II)Lclient!ic;")
|
@OriginalMember(owner = "client!la", name = "a", descriptor = "(II)Lclient!ic;")
|
||||||
public static Class65 method2709(@OriginalArg(1) int arg0) {
|
public static LightType method2709(@OriginalArg(1) int arg0) {
|
||||||
@Pc(10) Class65 local10 = (Class65) Static220.aClass99_28.method3106((long) arg0);
|
@Pc(10) LightType local10 = (LightType) Static220.aClass99_28.method3106((long) arg0);
|
||||||
if (local10 != null) {
|
if (local10 != null) {
|
||||||
return local10;
|
return local10;
|
||||||
}
|
}
|
||||||
@Pc(26) byte[] local26 = Static85.aClass153_36.method4495(31, arg0);
|
@Pc(26) byte[] local26 = Static85.aClass153_36.method4495(31, arg0);
|
||||||
local10 = new Class65();
|
local10 = new LightType();
|
||||||
if (local26 != null) {
|
if (local26 != null) {
|
||||||
local10.method2257(new Buffer(local26), arg0);
|
local10.method2257(new Buffer(local26), arg0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -209,7 +209,7 @@ public final class Static245 {
|
||||||
for (local232 = 0; local232 < local497; local232++) {
|
for (local232 = 0; local232 < local497; local232++) {
|
||||||
@Pc(517) Light local517 = new Light(local96);
|
@Pc(517) Light local517 = new Light(local96);
|
||||||
if (local517.anInt2243 == 31) {
|
if (local517.anInt2243 == 31) {
|
||||||
@Pc(529) Class65 local529 = Static140.method2709(local96.method2163());
|
@Pc(529) LightType local529 = Static140.method2709(local96.method2163());
|
||||||
local517.method1762(local529.anInt2865, local529.anInt2873, local529.anInt2867, local529.anInt2872);
|
local517.method1762(local529.anInt2865, local529.anInt2873, local529.anInt2867, local529.anInt2872);
|
||||||
}
|
}
|
||||||
local417 = local517.anInt2240 >> 7;
|
local417 = local517.anInt2240 >> 7;
|
||||||
|
|
|
||||||
|
|
@ -198,7 +198,7 @@ public final class Static269 {
|
||||||
for (local243 = 0; local243 < local515; local243++) {
|
for (local243 = 0; local243 < local515; local243++) {
|
||||||
@Pc(529) Light local529 = new Light(local95);
|
@Pc(529) Light local529 = new Light(local95);
|
||||||
if (local529.anInt2243 == 31) {
|
if (local529.anInt2243 == 31) {
|
||||||
@Pc(541) Class65 local541 = Static140.method2709(local95.method2163());
|
@Pc(541) LightType local541 = Static140.method2709(local95.method2163());
|
||||||
local529.method1762(local541.anInt2865, local541.anInt2873, local541.anInt2867, local541.anInt2872);
|
local529.method1762(local541.anInt2865, local541.anInt2873, local541.anInt2867, local541.anInt2872);
|
||||||
}
|
}
|
||||||
local529.anInt2245 += arg3 << 7;
|
local529.anInt2245 += arg3 << 7;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue