mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-24 11:55:18 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
44
client/src/main/java/rt4/Static126.java
Normal file
44
client/src/main/java/rt4/Static126.java
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static126 {
|
||||
|
||||
@OriginalMember(owner = "client!jm", name = "r", descriptor = "I")
|
||||
public static int anInt3114;
|
||||
|
||||
@OriginalMember(owner = "client!jm", name = "s", descriptor = "F")
|
||||
public static float aFloat13;
|
||||
|
||||
@OriginalMember(owner = "client!jm", name = "a", descriptor = "(Z)V")
|
||||
public static void method2460() {
|
||||
if (InterfaceList.topLevelInterface != -1) {
|
||||
Static96.method1949(InterfaceList.topLevelInterface);
|
||||
}
|
||||
for (@Pc(15) int local15 = 0; local15 < InterfaceList.anInt766; local15++) {
|
||||
if (Static186.aBooleanArray100[local15]) {
|
||||
InterfaceList.rectangleRedraw[local15] = true;
|
||||
}
|
||||
Static223.aBooleanArray116[local15] = Static186.aBooleanArray100[local15];
|
||||
Static186.aBooleanArray100[local15] = false;
|
||||
}
|
||||
Static97.anInt2503 = -1;
|
||||
Static169.aClass13_18 = null;
|
||||
Static182.anInt4311 = client.loop;
|
||||
if (GlRenderer.enabled) {
|
||||
Static263.aBoolean299 = true;
|
||||
}
|
||||
Static214.anInt5574 = -1;
|
||||
if (InterfaceList.topLevelInterface != -1) {
|
||||
InterfaceList.anInt766 = 0;
|
||||
Static9.method182();
|
||||
}
|
||||
if (GlRenderer.enabled) {
|
||||
Static46.method1177();
|
||||
} else {
|
||||
SoftwareRaster.method2503();
|
||||
}
|
||||
Static178.anInt4247 = 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue