mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class109 to Js5GlTextureProvider
This commit is contained in:
parent
90d619ebff
commit
e69f5bf3ca
7 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!nk")
|
||||
public final class Class109 implements GlTextureProvider {
|
||||
public final class Js5GlTextureProvider implements GlTextureProvider {
|
||||
|
||||
@OriginalMember(owner = "client!nk", name = "z", descriptor = "Z")
|
||||
private boolean aBoolean200 = false;
|
||||
|
|
@ -55,7 +55,7 @@ public final class Class109 implements GlTextureProvider {
|
|||
private final boolean[] aBooleanArray93;
|
||||
|
||||
@OriginalMember(owner = "client!nk", name = "<init>", descriptor = "(Lclient!ve;Lclient!ve;Lclient!ve;IZ)V")
|
||||
public Class109(@OriginalArg(0) Js5 arg0, @OriginalArg(1) Js5 arg1, @OriginalArg(2) Js5 arg2, @OriginalArg(3) int arg3, @OriginalArg(4) boolean arg4) {
|
||||
public Js5GlTextureProvider(@OriginalArg(0) Js5 arg0, @OriginalArg(1) Js5 arg1, @OriginalArg(2) Js5 arg2, @OriginalArg(3) int arg3, @OriginalArg(4) boolean arg4) {
|
||||
this.aClass153_72 = arg2;
|
||||
this.aBoolean200 = arg4;
|
||||
this.anInt4186 = arg3;
|
||||
|
|
@ -47,7 +47,7 @@ public final class Static141 {
|
|||
Static217.method3768();
|
||||
Static255.aClass54_16.method1815();
|
||||
Static171.aClass139_1 = new Class139();
|
||||
((Class109) Static94.anInterface1_2).method3247();
|
||||
((Js5GlTextureProvider) Static94.anInterface1_2).method3247();
|
||||
Static120.anInt3034 = 0;
|
||||
Static120.aClass51Array1 = new Class51[255];
|
||||
Static237.method4120();
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ public final class Static197 {
|
|||
Static37.aThread1.setPriority(5);
|
||||
Static260.aClass27_2 = null;
|
||||
Static268.method4580();
|
||||
((Class109) Static94.anInterface1_2).method3248(200);
|
||||
((Js5GlTextureProvider) Static94.anInterface1_2).method3248(200);
|
||||
if (Static178.aBoolean202) {
|
||||
Static94.method1911(0.7F);
|
||||
}
|
||||
|
|
@ -178,7 +178,7 @@ public final class Static197 {
|
|||
Static260.aClass27_2 = Static131.method2579(503, 765, Static154.aCanvas1);
|
||||
Static268.method4583();
|
||||
Static76.method1643();
|
||||
((Class109) Static94.anInterface1_2).method3248(20);
|
||||
((Js5GlTextureProvider) Static94.anInterface1_2).method3248(20);
|
||||
if (Static178.aBoolean202) {
|
||||
if (Static113.anInt4609 == 1) {
|
||||
Static94.method1911(0.9F);
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ public final class Static217 {
|
|||
Static90.method1857();
|
||||
Static139.aClass99_22.method3104();
|
||||
if (!Static239.aBoolean269) {
|
||||
((Class109) Static94.anInterface1_2).method3247();
|
||||
((Js5GlTextureProvider) Static94.anInterface1_2).method3247();
|
||||
}
|
||||
Static105.aClass54_9.method1815();
|
||||
Static213.aClass153_88.method4499();
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ public final class Static253 {
|
|||
Static142.method2726(arg4, arg3, arg2, 256, arg0, 256);
|
||||
Static233.method4000(arg3, arg2, arg0, 256, 256, arg4);
|
||||
}
|
||||
((Class109) Static94.anInterface1_2).method3239(Static178.anInt4247);
|
||||
((Js5GlTextureProvider) Static94.anInterface1_2).method3239(Static178.anInt4247);
|
||||
Static115.method2310(arg3, arg4, arg0, arg2);
|
||||
Static240.anInt5333 = local123;
|
||||
Static134.anInt3302 = local121;
|
||||
|
|
|
|||
|
|
@ -3270,7 +3270,7 @@ public final class Static88 {
|
|||
if (local226 == 6006) {
|
||||
local28--;
|
||||
Static53.aBoolean99 = Static254.anIntArray487[local28] == 1;
|
||||
((Class109) Static94.anInterface1_2).method3245(!Static53.aBoolean99);
|
||||
((Js5GlTextureProvider) Static94.anInterface1_2).method3245(!Static53.aBoolean99);
|
||||
Static203.method3663(Static71.aClass213_3);
|
||||
Static18.aBoolean39 = false;
|
||||
continue;
|
||||
|
|
|
|||
|
|
@ -833,7 +833,7 @@ public final class client extends GameShell {
|
|||
}
|
||||
} else if (Static166.anInt4051 == 90) {
|
||||
if (Static167.aClass153_63.method4475()) {
|
||||
@Pc(951) Class109 local951 = new Class109(Static195.aClass153_80, Static167.aClass153_63, Static209.aClass153_86, 20, !Static53.aBoolean99);
|
||||
@Pc(951) Js5GlTextureProvider local951 = new Js5GlTextureProvider(Static195.aClass153_80, Static167.aClass153_63, Static209.aClass153_86, 20, !Static53.aBoolean99);
|
||||
Static94.method1914(local951);
|
||||
if (Static113.anInt4609 == 1) {
|
||||
Static94.method1911(0.9F);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue