project: rev 192
This commit is contained in:
@@ -1,53 +1,75 @@
|
||||
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("et")
|
||||
@ObfuscatedName("eb")
|
||||
@Implements("FaceNormal")
|
||||
public class FaceNormal {
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1856660121
|
||||
@ObfuscatedName("bo")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "[Lle;"
|
||||
)
|
||||
public static int pcmSampleLength;
|
||||
@ObfuscatedName("ha")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1637295417
|
||||
@Export("worldSelectFlagSprites")
|
||||
static IndexedSprite[] worldSelectFlagSprites;
|
||||
@ObfuscatedName("dy")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lid;"
|
||||
)
|
||||
static int cameraY;
|
||||
@ObfuscatedName("k")
|
||||
@Export("archive3")
|
||||
static Archive archive3;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -364011515
|
||||
intValue = 875969351
|
||||
)
|
||||
@Export("x")
|
||||
int x;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1271035903
|
||||
intValue = -440953057
|
||||
)
|
||||
@Export("y")
|
||||
int y;
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1616346001
|
||||
intValue = -1278044513
|
||||
)
|
||||
@Export("z")
|
||||
int z;
|
||||
|
||||
FaceNormal() {
|
||||
} // L: 8
|
||||
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(ILlz;Liw;B)V",
|
||||
garbageValue = "81"
|
||||
descriptor = "([I[II)V",
|
||||
garbageValue = "-2056587398"
|
||||
)
|
||||
static void method3388(int var0, ArchiveDisk var1, Archive var2) {
|
||||
ArchiveDiskAction var3 = new ArchiveDiskAction(); // L: 30
|
||||
var3.type = 1; // L: 31
|
||||
var3.key = (long)var0; // L: 32
|
||||
var3.archiveDisk = var1; // L: 33
|
||||
var3.archive = var2; // L: 34
|
||||
synchronized(ArchiveDiskActionHandler.ArchiveDiskActionHandler_requestQueue) { // L: 35
|
||||
ArchiveDiskActionHandler.ArchiveDiskActionHandler_requestQueue.addFirst(var3); // L: 36
|
||||
} // L: 37
|
||||
public static void method3392(int[] var0, int[] var1) {
|
||||
if (var0 != null && var1 != null) {
|
||||
Coord.ByteArrayPool_alternativeSizes = var0; // L: 25
|
||||
FloorDecoration.ByteArrayPool_altSizeArrayCounts = new int[var0.length]; // L: 26
|
||||
ByteArrayPool.ByteArrayPool_arrays = new byte[var0.length][][]; // L: 27
|
||||
|
||||
WorldMapArea.method415(); // L: 38
|
||||
} // L: 39
|
||||
for (int var2 = 0; var2 < Coord.ByteArrayPool_alternativeSizes.length; ++var2) { // L: 28
|
||||
ByteArrayPool.ByteArrayPool_arrays[var2] = new byte[var1[var2]][]; // L: 29
|
||||
}
|
||||
|
||||
} else {
|
||||
Coord.ByteArrayPool_alternativeSizes = null;
|
||||
FloorDecoration.ByteArrayPool_altSizeArrayCounts = null; // L: 21
|
||||
ByteArrayPool.ByteArrayPool_arrays = null; // L: 22
|
||||
}
|
||||
} // L: 23 31
|
||||
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Liw;I)V",
|
||||
garbageValue = "-1326300873"
|
||||
)
|
||||
public static void method3393(AbstractArchive var0) {
|
||||
class25.VarpDefinition_archive = var0; // L: 18
|
||||
VarpDefinition.VarpDefinition_fileCount = class25.VarpDefinition_archive.getGroupFileCount(16); // L: 19
|
||||
} // L: 20
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user