mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-18 00:45:14 -06:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
94
client/src/main/java/Static203.java
Normal file
94
client/src/main/java/Static203.java
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
import java.awt.Container;
|
||||
import java.awt.Insets;
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static203 {
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "a", descriptor = "Lclient!se;")
|
||||
public static Class134 aClass134_1;
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "d", descriptor = "Lclient!fd;")
|
||||
public static Class41 aClass41_8;
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "e", descriptor = "[Lclient!ee;")
|
||||
public static Class32[] aClass32Array1;
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "g", descriptor = "Lclient!ve;")
|
||||
public static Class153 aClass153_85;
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "c", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_893 = Static28.method790("Memory before cleanup=");
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "i", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_894 = Static28.method790("Mem:");
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "a", descriptor = "(Z)V")
|
||||
public static void method3662() {
|
||||
@Pc(8) Container local8;
|
||||
if (Static69.aFrame2 != null) {
|
||||
local8 = Static69.aFrame2;
|
||||
} else if (Static39.aFrame1 == null) {
|
||||
local8 = Static71.aClass213_3.anApplet2;
|
||||
} else {
|
||||
local8 = Static39.aFrame1;
|
||||
}
|
||||
Static72.anInt2046 = local8.getSize().width;
|
||||
Static122.anInt3045 = local8.getSize().height;
|
||||
@Pc(35) Insets local35;
|
||||
if (local8 == Static39.aFrame1) {
|
||||
local35 = Static39.aFrame1.getInsets();
|
||||
Static122.anInt3045 -= local35.bottom + local35.top;
|
||||
Static72.anInt2046 -= local35.right + local35.left;
|
||||
}
|
||||
if (Static144.method2736() >= 2) {
|
||||
Static48.anInt1448 = Static72.anInt2046;
|
||||
Static145.anInt3497 = 0;
|
||||
Static178.anInt4246 = 0;
|
||||
Static254.anInt5554 = Static122.anInt3045;
|
||||
} else {
|
||||
Static178.anInt4246 = 0;
|
||||
Static145.anInt3497 = (Static72.anInt2046 - 765) / 2;
|
||||
Static254.anInt5554 = 503;
|
||||
Static48.anInt1448 = 765;
|
||||
}
|
||||
if (Static239.aBoolean269) {
|
||||
Static239.method4181(Static48.anInt1448, Static254.anInt5554);
|
||||
}
|
||||
Static154.aCanvas1.setSize(Static48.anInt1448, Static254.anInt5554);
|
||||
if (local8 == Static39.aFrame1) {
|
||||
local35 = Static39.aFrame1.getInsets();
|
||||
Static154.aCanvas1.setLocation(local35.left + Static145.anInt3497, Static178.anInt4246 + local35.top);
|
||||
} else {
|
||||
Static154.aCanvas1.setLocation(Static145.anInt3497, Static178.anInt4246);
|
||||
}
|
||||
if (Static154.anInt3711 != -1) {
|
||||
Static210.method3712(true);
|
||||
}
|
||||
Static139.method2704();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qh", name = "a", descriptor = "(Lsignlink!ll;B)V")
|
||||
public static void method3663(@OriginalArg(0) Class213 arg0) {
|
||||
@Pc(11) Class214 local11 = null;
|
||||
try {
|
||||
@Pc(16) Class212 local16 = arg0.method5112("runescape");
|
||||
while (local16.anInt5925 == 0) {
|
||||
Static231.method3983(1L);
|
||||
}
|
||||
if (local16.anInt5925 == 1) {
|
||||
local11 = (Class214) local16.anObject6;
|
||||
@Pc(39) Class3_Sub15 local39 = Static48.method1196();
|
||||
local11.method5134(local39.aByteArray40, local39.anInt2792, 0);
|
||||
}
|
||||
} catch (@Pc(49) Exception local49) {
|
||||
}
|
||||
try {
|
||||
if (local11 != null) {
|
||||
local11.method5136();
|
||||
}
|
||||
} catch (@Pc(56) Exception local56) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue