project: uwu (197)

This commit is contained in:
ThatGamerBlue
2021-06-16 11:24:56 +01:00
parent 6278fd9835
commit fbbafc7285
437 changed files with 52595 additions and 52141 deletions

View File

@@ -4,42 +4,30 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("gc")
@ObfuscatedName("gv")
@Implements("VertexNormal")
public class VertexNormal {
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "Ljv;"
)
@Export("Widget_fontsArchive")
public static AbstractArchive Widget_fontsArchive;
@ObfuscatedName("gg")
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = 697161691
)
@Export("baseX")
static int baseX;
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = -573742035
intValue = -530812609
)
@Export("x")
int x;
@ObfuscatedName("n")
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = -501649501
intValue = -2129765855
)
@Export("y")
int y;
@ObfuscatedName("f")
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = 256687101
intValue = 1401636457
)
@Export("z")
int z;
@ObfuscatedName("y")
@ObfuscatedGetter(
intValue = 1984775097
intValue = -1745933887
)
@Export("magnitude")
int magnitude;
@@ -48,22 +36,12 @@ public class VertexNormal {
} // L: 9
@ObfuscatedSignature(
descriptor = "(Lgc;)V"
descriptor = "(Lgv;)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;
this.magnitude = var1.magnitude; // L: 15
} // L: 16
@ObfuscatedName("y")
@ObfuscatedSignature(
descriptor = "(I)[Lon;",
garbageValue = "-1929062245"
)
@Export("FillMode_values")
public static FillMode[] FillMode_values() {
return new FillMode[]{FillMode.field4233, FillMode.SOLID, FillMode.field4232}; // L: 15
}
}