project: hello again rev206
This commit is contained in:
@@ -1,98 +1,105 @@
|
||||
import java.util.Date;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
import net.runelite.rs.ScriptOpcodes;
|
||||
|
||||
@ObfuscatedName("fa")
|
||||
@ObfuscatedName("fu")
|
||||
public class class160 {
|
||||
@ObfuscatedName("x")
|
||||
public static short[][] field1747;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("ps")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lqx;"
|
||||
descriptor = "Lcj;"
|
||||
)
|
||||
@Export("options_buttons_0Sprite")
|
||||
static IndexedSprite options_buttons_0Sprite;
|
||||
@ObfuscatedName("lo")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1196067177
|
||||
)
|
||||
@Export("Client_plane")
|
||||
static int Client_plane;
|
||||
@ObfuscatedName("nx")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lkn;"
|
||||
)
|
||||
static Widget field1750;
|
||||
@Export("varcs")
|
||||
static Varcs varcs;
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lct;"
|
||||
descriptor = "Lcw;"
|
||||
)
|
||||
public UrlRequest field1749;
|
||||
@ObfuscatedName("o")
|
||||
public float[] field1748;
|
||||
public UrlRequest field1737;
|
||||
@ObfuscatedName("c")
|
||||
public float[] field1735;
|
||||
// $FF: synthetic field
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lef;"
|
||||
descriptor = "Lev;"
|
||||
)
|
||||
final class155 this$0;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lef;)V"
|
||||
descriptor = "(Lev;)V"
|
||||
)
|
||||
class160(class155 var1) {
|
||||
this.this$0 = var1;
|
||||
this.field1748 = new float[4]; // L: 326
|
||||
this.field1735 = new float[4]; // L: 326
|
||||
} // L: 328
|
||||
|
||||
@ObfuscatedName("v")
|
||||
public static String method3236(long var0) {
|
||||
Calendar.Calendar_calendar.setTime(new Date(var0)); // L: 31
|
||||
int var2 = Calendar.Calendar_calendar.get(7); // L: 32
|
||||
int var3 = Calendar.Calendar_calendar.get(5); // L: 33
|
||||
int var4 = Calendar.Calendar_calendar.get(2); // L: 34
|
||||
int var5 = Calendar.Calendar_calendar.get(1); // L: 35
|
||||
int var6 = Calendar.Calendar_calendar.get(11); // L: 36
|
||||
int var7 = Calendar.Calendar_calendar.get(12); // L: 37
|
||||
int var8 = Calendar.Calendar_calendar.get(13); // L: 38
|
||||
return Calendar.DAYS_OF_THE_WEEK[var2 - 1] + ", " + var3 / 10 + var3 % 10 + "-" + Calendar.MONTH_NAMES_ENGLISH_GERMAN[0][var4] + "-" + var5 + " " + var6 / 10 + var6 % 10 + ":" + var7 / 10 + var7 % 10 + ":" + var8 / 10 + var8 % 10 + " GMT"; // L: 39
|
||||
}
|
||||
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("an")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)V",
|
||||
garbageValue = "-235461419"
|
||||
descriptor = "(ILbd;ZI)I",
|
||||
garbageValue = "-1437558717"
|
||||
)
|
||||
public static void method3237() {
|
||||
if (MouseHandler.MouseHandler_instance != null) { // L: 43
|
||||
synchronized(MouseHandler.MouseHandler_instance) { // L: 44
|
||||
MouseHandler.MouseHandler_instance = null; // L: 45
|
||||
} // L: 46
|
||||
}
|
||||
static int method3279(int var0, Script var1, boolean var2) {
|
||||
if (var0 == ScriptOpcodes.GETWINDOWMODE) { // L: 3744
|
||||
Interpreter.Interpreter_intStack[++Interpreter.Interpreter_intStackSize - 1] = Client.getWindowedMode(); // L: 3745
|
||||
return 1; // L: 3746
|
||||
} else {
|
||||
int var3;
|
||||
if (var0 == ScriptOpcodes.SETWINDOWMODE) { // L: 3748
|
||||
var3 = Interpreter.Interpreter_intStack[--Interpreter.Interpreter_intStackSize]; // L: 3749
|
||||
if (var3 == 1 || var3 == 2) { // L: 3750
|
||||
class131.setWindowedMode(var3);
|
||||
}
|
||||
|
||||
} // L: 48
|
||||
|
||||
@ObfuscatedName("gh")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)V",
|
||||
garbageValue = "-2025153042"
|
||||
)
|
||||
static final void method3238() {
|
||||
for (GraphicsObject var0 = (GraphicsObject)Client.graphicsObjects.last(); var0 != null; var0 = (GraphicsObject)Client.graphicsObjects.previous()) { // L: 4351 4352 4359
|
||||
if (var0.plane == Client_plane && !var0.isFinished) { // L: 4353
|
||||
if (Client.cycle >= var0.cycleStart) { // L: 4354
|
||||
var0.advance(Client.field550); // L: 4355
|
||||
if (var0.isFinished) { // L: 4356
|
||||
var0.remove();
|
||||
} else {
|
||||
FriendSystem.scene.drawEntity(var0.plane, var0.x, var0.y, var0.z, 60, var0, 0, -1L, false); // L: 4357
|
||||
}
|
||||
return 1; // L: 3751
|
||||
} else if (var0 == ScriptOpcodes.GETDEFAULTWINDOWMODE) { // L: 3753
|
||||
Interpreter.Interpreter_intStack[++Interpreter.Interpreter_intStackSize - 1] = class131.clientPreferences.method2251(); // L: 3754
|
||||
return 1; // L: 3755
|
||||
} else if (var0 != ScriptOpcodes.SETDEFAULTWINDOWMODE) { // L: 3757
|
||||
if (var0 == 5310) { // L: 3764
|
||||
--Interpreter.Interpreter_intStackSize; // L: 3765
|
||||
return 1; // L: 3766
|
||||
} else if (var0 == 5311) { // L: 3768
|
||||
Interpreter.Interpreter_intStackSize -= 2; // L: 3769
|
||||
return 1; // L: 3770
|
||||
} else if (var0 == 5312) { // L: 3772
|
||||
--Interpreter.Interpreter_intStackSize; // L: 3773
|
||||
return 1; // L: 3774
|
||||
} else if (var0 == 5350) { // L: 3776
|
||||
class122.Interpreter_stringStackSize -= 2; // L: 3777
|
||||
--Interpreter.Interpreter_intStackSize; // L: 3778
|
||||
return 1; // L: 3779
|
||||
} else if (var0 == 5351) { // L: 3781
|
||||
--class122.Interpreter_stringStackSize; // L: 3782
|
||||
return 1; // L: 3783
|
||||
} else {
|
||||
return 2; // L: 3785
|
||||
}
|
||||
} else {
|
||||
var0.remove();
|
||||
var3 = Interpreter.Interpreter_intStack[--Interpreter.Interpreter_intStackSize]; // L: 3758
|
||||
if (var3 == 1 || var3 == 2) { // L: 3759
|
||||
class131.clientPreferences.method2250(var3); // L: 3760
|
||||
}
|
||||
|
||||
return 1; // L: 3762
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("mk")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Ljava/lang/String;B)Ljava/lang/String;",
|
||||
garbageValue = "-75"
|
||||
)
|
||||
static String method3280(String var0) {
|
||||
PlayerType[] var1 = WorldMapManager.PlayerType_values(); // L: 12632
|
||||
|
||||
for (int var2 = 0; var2 < var1.length; ++var2) { // L: 12633
|
||||
PlayerType var3 = var1[var2]; // L: 12634
|
||||
if (var3.modIcon != -1 && var0.startsWith(Script.method1990(var3.modIcon))) { // L: 12636 12637
|
||||
var0 = var0.substring(6 + Integer.toString(var3.modIcon).length()); // L: 12638
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
} // L: 4361
|
||||
return var0; // L: 12645
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user