Files
runelite/runescape-client/src/main/java/Interpreter.java
2020-08-26 21:11:23 +01:00

76 lines
2.2 KiB
Java

import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ci")
@Implements("Interpreter")
public class Interpreter {
@ObfuscatedName("s")
@Export("Interpreter_intLocals")
static int[] Interpreter_intLocals;
@ObfuscatedName("i")
@Export("Interpreter_arrayLengths")
static int[] Interpreter_arrayLengths;
@ObfuscatedName("o")
@Export("Interpreter_arrays")
static int[][] Interpreter_arrays;
@ObfuscatedName("x")
@Export("Interpreter_intStack")
static int[] Interpreter_intStack;
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = -1375275397
)
@Export("Interpreter_intStackSize")
static int Interpreter_intStackSize;
@ObfuscatedName("g")
@Export("Interpreter_stringStack")
static String[] Interpreter_stringStack;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = -800989913
)
@Export("Interpreter_frameDepth")
static int Interpreter_frameDepth;
@ObfuscatedName("d")
@ObfuscatedSignature(
descriptor = "[Lba;"
)
@Export("Interpreter_frames")
static ScriptFrame[] Interpreter_frames;
@ObfuscatedName("q")
@Export("Interpreter_calendar")
static java.util.Calendar Interpreter_calendar;
@ObfuscatedName("c")
@Export("Interpreter_MONTHS")
static final String[] Interpreter_MONTHS;
@ObfuscatedName("y")
static boolean field1131;
@ObfuscatedName("v")
static boolean field1132;
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = -387233075
)
static int field1135;
@ObfuscatedName("b")
static final double field1120;
static {
Interpreter_arrayLengths = new int[5]; // L: 68
Interpreter_arrays = new int[5][5000]; // L: 69
Interpreter_intStack = new int[1000]; // L: 70
Interpreter_stringStack = new String[1000]; // L: 72
Interpreter_frameDepth = 0; // L: 74
Interpreter_frames = new ScriptFrame[50]; // L: 75
Interpreter_calendar = java.util.Calendar.getInstance(); // L: 78
Interpreter_MONTHS = new String[]{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; // L: 81
field1131 = false; // L: 84
field1132 = false; // L: 85
field1135 = 0; // L: 86
field1120 = Math.log(2.0D); // L: 90
}
}