rs-client: remove Export annotations

This commit is contained in:
therealnull
2020-10-04 20:53:17 -04:00
parent 74f628c10c
commit 19859b66ae
322 changed files with 64 additions and 3704 deletions

View File

@@ -1,4 +1,3 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@@ -11,47 +10,39 @@ public enum StudioGame implements Enumerated {
@ObfuscatedSignature(
descriptor = "Lis;"
)
@Export("runescape")
runescape("runescape", "RuneScape", 0),
@ObfuscatedName("k")
@ObfuscatedSignature(
descriptor = "Lis;"
)
@Export("stellardawn")
stellardawn("stellardawn", "Stellar Dawn", 1),
@ObfuscatedName("s")
@ObfuscatedSignature(
descriptor = "Lis;"
)
@Export("game3")
game3("game3", "Game 3", 2),
@ObfuscatedName("t")
@ObfuscatedSignature(
descriptor = "Lis;"
)
@Export("game4")
game4("game4", "Game 4", 3),
@ObfuscatedName("i")
@ObfuscatedSignature(
descriptor = "Lis;"
)
@Export("game5")
game5("game5", "Game 5", 4),
@ObfuscatedName("o")
@ObfuscatedSignature(
descriptor = "Lis;"
)
@Export("oldscape")
oldscape("oldscape", "RuneScape 2007", 5);
@ObfuscatedName("x")
@Export("name")
public final String name;
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = -1491225247
)
@Export("id")
final int id;
StudioGame(String var3, String var4, int var5) {
@@ -64,7 +55,6 @@ public enum StudioGame implements Enumerated {
descriptor = "(I)I",
garbageValue = "385513888"
)
@Export("rsOrdinal")
public int rsOrdinal() {
return this.id; // L: 26
}