project: Revvvvvvvvvvvvv
This commit is contained in:
@@ -4,89 +4,69 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("fb")
|
||||
@ObfuscatedName("fp")
|
||||
@Implements("VarpDefinition")
|
||||
public class VarpDefinition extends DualNode {
|
||||
@ObfuscatedName("sw")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2043894385
|
||||
)
|
||||
static int field1748;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lku;"
|
||||
descriptor = "Lkq;"
|
||||
)
|
||||
@Export("VarpDefinition_archive")
|
||||
public static AbstractArchive VarpDefinition_archive;
|
||||
@ObfuscatedName("p")
|
||||
static AbstractArchive VarpDefinition_archive;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -843726729
|
||||
)
|
||||
@Export("VarpDefinition_fileCount")
|
||||
public static int VarpDefinition_fileCount;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Liq;"
|
||||
descriptor = "Lic;"
|
||||
)
|
||||
@Export("VarpDefinition_cached")
|
||||
public static EvictingDualNodeHashTable VarpDefinition_cached;
|
||||
@ObfuscatedName("he")
|
||||
@Export("regionMapArchives")
|
||||
static byte[][] regionMapArchives;
|
||||
@ObfuscatedName("m")
|
||||
static EvictingDualNodeHashTable VarpDefinition_cached;
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1559119131
|
||||
intValue = -2136538939
|
||||
)
|
||||
@Export("type")
|
||||
public int type;
|
||||
|
||||
static {
|
||||
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
VarpDefinition_cached = new EvictingDualNodeHashTable(64); // L: 12
|
||||
}
|
||||
|
||||
VarpDefinition() {
|
||||
this.type = 0;
|
||||
}
|
||||
this.type = 0; // L: 13
|
||||
} // L: 15
|
||||
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lpi;I)V",
|
||||
garbageValue = "-1334778255"
|
||||
descriptor = "(Lpi;B)V",
|
||||
garbageValue = "28"
|
||||
)
|
||||
@Export("decode")
|
||||
void decode(Buffer var1) {
|
||||
while (true) {
|
||||
int var2 = var1.readUnsignedByte();
|
||||
if (var2 == 0) {
|
||||
return;
|
||||
int var2 = var1.readUnsignedByte(); // L: 34
|
||||
if (var2 == 0) { // L: 35
|
||||
return; // L: 38
|
||||
}
|
||||
|
||||
this.decodeNext(var1, var2);
|
||||
this.decodeNext(var1, var2); // L: 36
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lpi;II)V",
|
||||
garbageValue = "-1795168464"
|
||||
garbageValue = "1970677173"
|
||||
)
|
||||
@Export("decodeNext")
|
||||
void decodeNext(Buffer var1, int var2) {
|
||||
if (var2 == 5) {
|
||||
if (var2 == 5) { // L: 41
|
||||
this.type = var1.readUnsignedShort();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ObfuscatedName("ho")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lcy;II)V",
|
||||
garbageValue = "827099258"
|
||||
)
|
||||
static final void method3167(Actor var0, int var1) {
|
||||
ModeWhere.worldToScreen(var0.x, var0.y, var1);
|
||||
}
|
||||
|
||||
@ObfuscatedName("le")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(IS)V",
|
||||
garbageValue = "13655"
|
||||
)
|
||||
static void method3168(int var0) {
|
||||
Client.oculusOrbState = var0;
|
||||
}
|
||||
} // L: 43
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user