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;
@@ -20,49 +19,34 @@ public final class TileModel {
@ObfuscatedName("u")
static final int[][] field1616;
@ObfuscatedName("z")
@Export("vertexX")
int[] vertexX;
@ObfuscatedName("k")
@Export("vertexY")
int[] vertexY;
@ObfuscatedName("s")
@Export("vertexZ")
int[] vertexZ;
@ObfuscatedName("t")
@Export("triangleColorA")
int[] triangleColorA;
@ObfuscatedName("i")
@Export("triangleColorB")
int[] triangleColorB;
@ObfuscatedName("o")
@Export("triangleColorC")
int[] triangleColorC;
@ObfuscatedName("x")
@Export("faceX")
int[] faceX;
@ObfuscatedName("w")
@Export("faceY")
int[] faceY;
@ObfuscatedName("g")
@Export("faceZ")
int[] faceZ;
@ObfuscatedName("m")
@Export("triangleTextureId")
int[] triangleTextureId;
@ObfuscatedName("n")
@Export("isFlat")
boolean isFlat;
@ObfuscatedName("d")
@Export("shape")
int shape;
@ObfuscatedName("h")
@Export("rotation")
int rotation;
@ObfuscatedName("a")
@Export("underlayRgb")
int underlayRgb;
@ObfuscatedName("q")
@Export("overlayRgb")
int overlayRgb;
static {