105 lines
2.4 KiB
Java
105 lines
2.4 KiB
Java
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("fs")
|
|
@Implements("HorizontalAlignment")
|
|
public enum HorizontalAlignment implements MouseWheel {
|
|
@ObfuscatedName("n")
|
|
@ObfuscatedSignature(
|
|
descriptor = "Lfs;"
|
|
)
|
|
field1697(0, 0),
|
|
@ObfuscatedName("c")
|
|
@ObfuscatedSignature(
|
|
descriptor = "Lfs;"
|
|
)
|
|
@Export("HorizontalAlignment_centered")
|
|
HorizontalAlignment_centered(1, 1),
|
|
@ObfuscatedName("m")
|
|
@ObfuscatedSignature(
|
|
descriptor = "Lfs;"
|
|
)
|
|
field1699(2, 2);
|
|
|
|
@ObfuscatedName("k")
|
|
@ObfuscatedGetter(
|
|
intValue = 514684703
|
|
)
|
|
@Export("value")
|
|
public final int value;
|
|
@ObfuscatedName("o")
|
|
@ObfuscatedGetter(
|
|
intValue = 1489596043
|
|
)
|
|
@Export("id")
|
|
final int id;
|
|
|
|
HorizontalAlignment(int var3, int var4) {
|
|
this.value = var3;
|
|
this.id = var4;
|
|
}
|
|
|
|
@ObfuscatedName("c")
|
|
@ObfuscatedSignature(
|
|
descriptor = "(I)I",
|
|
garbageValue = "-1665712539"
|
|
)
|
|
@Export("rsOrdinal")
|
|
public int rsOrdinal() {
|
|
return this.id;
|
|
}
|
|
|
|
@ObfuscatedName("n")
|
|
@ObfuscatedSignature(
|
|
descriptor = "(I)[Lfc;",
|
|
garbageValue = "164653806"
|
|
)
|
|
static VerticalAlignment[] method2943() {
|
|
return new VerticalAlignment[]{VerticalAlignment.VerticalAlignment_centered, VerticalAlignment.field1741, VerticalAlignment.field1746};
|
|
}
|
|
|
|
@ObfuscatedName("n")
|
|
@ObfuscatedSignature(
|
|
descriptor = "(I)V",
|
|
garbageValue = "1870889270"
|
|
)
|
|
public static void method2949() {
|
|
class54.reflectionChecks = new IterableNodeDeque();
|
|
}
|
|
|
|
@ObfuscatedName("c")
|
|
@ObfuscatedSignature(
|
|
descriptor = "(II)Lfz;",
|
|
garbageValue = "2060571057"
|
|
)
|
|
@Export("StructDefinition_getStructDefinition")
|
|
public static StructComposition StructDefinition_getStructDefinition(int var0) {
|
|
StructComposition var1 = (StructComposition)StructComposition.StructDefinition_cached.get((long)var0);
|
|
if (var1 != null) {
|
|
return var1;
|
|
} else {
|
|
byte[] var2 = StructComposition.StructDefinition_archive.takeFile(34, var0);
|
|
var1 = new StructComposition();
|
|
if (var2 != null) {
|
|
var1.decode(new Buffer(var2));
|
|
}
|
|
|
|
var1.postDecode();
|
|
StructComposition.StructDefinition_cached.put(var1, (long)var0);
|
|
return var1;
|
|
}
|
|
}
|
|
|
|
@ObfuscatedName("gw")
|
|
@ObfuscatedSignature(
|
|
descriptor = "(Lcf;II)V",
|
|
garbageValue = "-1815882612"
|
|
)
|
|
static final void method2947(Actor var0, int var1) {
|
|
Login.worldToScreen(var0.x, var0.y, var1);
|
|
}
|
|
}
|