rs-client: remove Export annotations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user