This commit is contained in:
ThatGamerBlue
2021-05-19 12:59:30 +01:00
parent 7eb96d606a
commit 29a3d313a4
438 changed files with 51991 additions and 51730 deletions

View File

@@ -4,30 +4,30 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ge")
@ObfuscatedName("gq")
@Implements("VertexNormal")
public class VertexNormal {
@ObfuscatedName("f")
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 1974778043
intValue = 617912879
)
@Export("x")
int x;
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = -537542863
intValue = 88457761
)
@Export("y")
int y;
@ObfuscatedName("u")
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = 987855995
intValue = 1378992651
)
@Export("z")
int z;
@ObfuscatedName("p")
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = -1799823947
intValue = 1412306783
)
@Export("magnitude")
int magnitude;
@@ -36,40 +36,21 @@ public class VertexNormal {
} // L: 9
@ObfuscatedSignature(
descriptor = "(Lge;)V"
descriptor = "(Lgq;)V"
)
VertexNormal(VertexNormal var1) {
this.x = var1.x; // L: 12
this.y = var1.y; // L: 13
this.z = var1.z; // L: 14
this.magnitude = var1.magnitude; // L: 15
this.z = var1.z;
this.magnitude = var1.magnitude;
} // L: 16
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(Lir;Lir;S)V",
garbageValue = "6851"
)
public static void method3782(AbstractArchive var0, AbstractArchive var1) {
HealthBarDefinition.HealthBarDefinition_archive = var0; // L: 30
HealthBarDefinition.HitSplatDefinition_spritesArchive = var1; // L: 31
} // L: 32
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(Lir;II)Low;",
garbageValue = "577836402"
descriptor = "(Lix;I)V",
garbageValue = "-2141628231"
)
public static IndexedSprite method3783(AbstractArchive var0, int var1) {
byte[] var3 = var0.takeFileFlat(var1); // L: 190
boolean var2;
if (var3 == null) { // L: 191
var2 = false; // L: 192
} else {
class244.SpriteBuffer_decode(var3); // L: 195
var2 = true; // L: 196
}
return !var2 ? null : ArchiveLoader.method2076(); // L: 198 199
}
public static void method4219(Huffman var0) {
class377.huffman = var0; // L: 14
} // L: 15
}