chore: rev 190
This commit is contained in:
@@ -1,27 +1,32 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("gg")
|
||||
@ObfuscatedName("gv")
|
||||
public class class182 {
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("q")
|
||||
@Export("directions")
|
||||
public static int[][] directions;
|
||||
@ObfuscatedName("d")
|
||||
static int[][] directions;
|
||||
@ObfuscatedName("j")
|
||||
@Export("distances")
|
||||
public static int[][] distances;
|
||||
@ObfuscatedName("v")
|
||||
static int[][] distances;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1538364035
|
||||
intValue = 773651675
|
||||
)
|
||||
public static int field2097;
|
||||
@ObfuscatedName("z")
|
||||
static int field2132;
|
||||
@ObfuscatedName("u")
|
||||
@Export("bufferX")
|
||||
public static int[] bufferX;
|
||||
@ObfuscatedName("t")
|
||||
static int[] bufferX;
|
||||
@ObfuscatedName("a")
|
||||
@Export("bufferY")
|
||||
public static int[] bufferY;
|
||||
static int[] bufferY;
|
||||
@ObfuscatedName("fz")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 525602501
|
||||
)
|
||||
@Export("baseX")
|
||||
static int baseX;
|
||||
|
||||
static {
|
||||
directions = new int[128][128];
|
||||
@@ -29,14 +34,4 @@ public class class182 {
|
||||
bufferX = new int[4096];
|
||||
bufferY = new int[4096];
|
||||
}
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(II)[B",
|
||||
garbageValue = "130729022"
|
||||
)
|
||||
@Export("ByteArrayPool_getArray")
|
||||
public static synchronized byte[] ByteArrayPool_getArray(int var0) {
|
||||
return ByteArrayPool.ByteArrayPool_getArrayBool(var0, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user