mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07: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
35
client/src/main/java/rt4/Static15.java
Normal file
35
client/src/main/java/rt4/Static15.java
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static15 {
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "Vb", descriptor = "F")
|
||||
public static float aFloat4;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "ib", descriptor = "Lclient!na;")
|
||||
public static final JagString EVENT_OPBASE = JagString.parse("event_opbase");
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "Ec", descriptor = "I")
|
||||
public static int anInt506 = -1;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(Z)Lclient!na;")
|
||||
public static JagString method479() {
|
||||
@Pc(8) JagString local8 = Static93.aClass100_518;
|
||||
@Pc(10) JagString local10 = JagString.EMPTY;
|
||||
if (client.modeWhere != 0) {
|
||||
local8 = Static50.aClass100_365;
|
||||
}
|
||||
if (client.settings != null) {
|
||||
local10 = JagString.concatenate(new JagString[] { Static150.aClass100_687, client.settings});
|
||||
}
|
||||
return JagString.concatenate(new JagString[] { Static61.aClass100_424, local8, Static80.aClass100_886, Static123.parseInt(client.language), Static257.aClass100_98, Static123.parseInt(client.affiliate), local10, Static41.aClass100_268 });
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(II)I")
|
||||
public static int method492(@OriginalArg(1) int arg0) {
|
||||
return arg0 == 16711935 ? -1 : Static105.method2253(arg0);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue