mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
77
client/src/main/java/Static139.java
Normal file
77
client/src/main/java/Static139.java
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
import java.awt.Color;
|
||||
import java.awt.Container;
|
||||
import java.awt.Graphics;
|
||||
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 Static139 {
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "j", descriptor = "[Lclient!qf;")
|
||||
public static Class3_Sub2_Sub1[] aClass3_Sub2_Sub1Array6;
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "l", descriptor = "[I")
|
||||
public static int[] anIntArray325;
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "b", descriptor = "Lclient!n;")
|
||||
public static final Class99 aClass99_21 = new Class99(5);
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "d", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_659 = Static28.method790(")4j");
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "f", descriptor = "Lclient!n;")
|
||||
public static final Class99 aClass99_22 = new Class99(4);
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "k", descriptor = "I")
|
||||
public static int anInt3451 = 2;
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "a", descriptor = "(III)J")
|
||||
public static long method2703(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
@Pc(7) Class3_Sub5 local7 = Static130.aClass3_Sub5ArrayArrayArray1[arg0][arg1][arg2];
|
||||
return local7 == null || local7.aClass24_1 == null ? 0L : local7.aClass24_1.aLong52;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!l", name = "b", descriptor = "(I)V")
|
||||
public static void method2704() {
|
||||
@Pc(7) int local7 = Static178.anInt4246;
|
||||
@Pc(9) int local9 = Static145.anInt3497;
|
||||
@Pc(16) int local16 = Static122.anInt3045 - Static254.anInt5554 - local7;
|
||||
@Pc(23) int local23 = Static72.anInt2046 - local9 - Static48.anInt1448;
|
||||
if (local9 <= 0 && local23 <= 0 && local7 <= 0 && local16 <= 0) {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
@Pc(46) Container local46;
|
||||
if (Static69.aFrame2 != null) {
|
||||
local46 = Static69.aFrame2;
|
||||
} else if (Static39.aFrame1 == null) {
|
||||
local46 = Static71.aClass213_3.anApplet2;
|
||||
} else {
|
||||
local46 = Static39.aFrame1;
|
||||
}
|
||||
@Pc(59) int local59 = 0;
|
||||
@Pc(61) int local61 = 0;
|
||||
if (Static39.aFrame1 == local46) {
|
||||
@Pc(68) Insets local68 = Static39.aFrame1.getInsets();
|
||||
local61 = local68.left;
|
||||
local59 = local68.top;
|
||||
}
|
||||
@Pc(77) Graphics local77 = local46.getGraphics();
|
||||
local77.setColor(Color.black);
|
||||
if (local9 > 0) {
|
||||
local77.fillRect(local61, local59, local9, Static122.anInt3045);
|
||||
}
|
||||
if (local7 > 0) {
|
||||
local77.fillRect(local61, local59, Static72.anInt2046, local7);
|
||||
}
|
||||
if (local23 > 0) {
|
||||
local77.fillRect(local61 + Static72.anInt2046 - local23, local59, local23, Static122.anInt3045);
|
||||
}
|
||||
if (local16 > 0) {
|
||||
local77.fillRect(local61, local59 + Static122.anInt3045 - local16, Static72.anInt2046, local16);
|
||||
}
|
||||
} catch (@Pc(132) Exception local132) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue