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.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@@ -12,10 +11,8 @@ public final class WorldMapSprite {
@ObfuscatedSignature(
descriptor = "Llw;"
)
@Export("rasterProvider")
public static AbstractRasterProvider rasterProvider;
@ObfuscatedName("k")
@Export("tileColors")
final int[] tileColors;
WorldMapSprite() {
@@ -31,7 +28,6 @@ public final class WorldMapSprite {
descriptor = "(III)I",
garbageValue = "1945716520"
)
@Export("getTileColor")
final int getTileColor(int var1, int var2) {
return this.tileColors[var2 * 64 + var1]; // L: 24
}
@@ -76,7 +72,6 @@ public final class WorldMapSprite {
descriptor = "(IS)Z",
garbageValue = "20454"
)
@Export("loadInterface")
public static boolean loadInterface(int var0) {
if (Bounds.Widget_loadedInterfaces[var0]) { // L: 203
return true;