rsclient: rev 191
This commit is contained in:
@@ -1,37 +1,55 @@
|
||||
import java.awt.Component;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("gv")
|
||||
@ObfuscatedName("gx")
|
||||
public class class182 {
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedName("s")
|
||||
@Export("directions")
|
||||
static int[][] directions;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("t")
|
||||
@Export("distances")
|
||||
static int[][] distances;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 773651675
|
||||
intValue = 346475307
|
||||
)
|
||||
static int field2132;
|
||||
@ObfuscatedName("u")
|
||||
static int field2135;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1906338265
|
||||
)
|
||||
static int field2136;
|
||||
@ObfuscatedName("w")
|
||||
@Export("bufferX")
|
||||
static int[] bufferX;
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedName("g")
|
||||
@Export("bufferY")
|
||||
static int[] bufferY;
|
||||
@ObfuscatedName("fz")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 525602501
|
||||
@ObfuscatedName("dw")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Liw;"
|
||||
)
|
||||
@Export("baseX")
|
||||
static int baseX;
|
||||
@Export("archive0")
|
||||
static Archive archive0;
|
||||
|
||||
static {
|
||||
directions = new int[128][128];
|
||||
distances = new int[128][128];
|
||||
bufferX = new int[4096];
|
||||
bufferY = new int[4096];
|
||||
directions = new int[128][128]; // L: 6
|
||||
distances = new int[128][128]; // L: 7
|
||||
bufferX = new int[4096]; // L: 11
|
||||
bufferY = new int[4096]; // L: 12
|
||||
}
|
||||
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Ljava/awt/Component;I)V",
|
||||
garbageValue = "-1480646346"
|
||||
)
|
||||
static void method3683(Component var0) {
|
||||
var0.removeKeyListener(KeyHandler.KeyHandler_instance); // L: 150
|
||||
var0.removeFocusListener(KeyHandler.KeyHandler_instance); // L: 151
|
||||
KeyHandler.field418 = -1; // L: 152
|
||||
} // L: 153
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user