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,6 +1,5 @@
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@@ -18,37 +17,28 @@ public class ReflectionCheck extends Node {
@ObfuscatedSignature(
descriptor = "[Lls;"
)
@Export("mapSceneSprites")
static IndexedSprite[] mapSceneSprites;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -1209180911
)
@Export("id")
int id;
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = -2142089503
)
@Export("size")
int size;
@ObfuscatedName("s")
@Export("operations")
int[] operations;
@ObfuscatedName("t")
@Export("creationErrors")
int[] creationErrors;
@ObfuscatedName("i")
@Export("fields")
Field[] fields;
@ObfuscatedName("o")
@Export("intReplaceValues")
int[] intReplaceValues;
@ObfuscatedName("x")
@Export("methods")
Method[] methods;
@ObfuscatedName("w")
@Export("arguments")
byte[][][] arguments;
ReflectionCheck() {