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;
|
||||
@@ -7,15 +6,12 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("Texture")
|
||||
public class Texture extends Node {
|
||||
@ObfuscatedName("q")
|
||||
@Export("Texture_animatedPixels")
|
||||
static int[] Texture_animatedPixels;
|
||||
@ObfuscatedName("i")
|
||||
@Export("averageRGB")
|
||||
int averageRGB;
|
||||
@ObfuscatedName("o")
|
||||
boolean field1647;
|
||||
@ObfuscatedName("x")
|
||||
@Export("fileIds")
|
||||
int[] fileIds;
|
||||
@ObfuscatedName("w")
|
||||
int[] field1649;
|
||||
@@ -24,16 +20,12 @@ public class Texture extends Node {
|
||||
@ObfuscatedName("m")
|
||||
int[] field1651;
|
||||
@ObfuscatedName("n")
|
||||
@Export("animationDirection")
|
||||
int animationDirection;
|
||||
@ObfuscatedName("d")
|
||||
@Export("animationSpeed")
|
||||
int animationSpeed;
|
||||
@ObfuscatedName("h")
|
||||
@Export("pixels")
|
||||
int[] pixels;
|
||||
@ObfuscatedName("a")
|
||||
@Export("isLoaded")
|
||||
boolean isLoaded;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
@@ -86,7 +78,6 @@ public class Texture extends Node {
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(DILic;)Z"
|
||||
)
|
||||
@Export("load")
|
||||
boolean load(double var1, int var3, AbstractArchive var4) {
|
||||
int var5;
|
||||
for (var5 = 0; var5 < this.fileIds.length; ++var5) { // L: 53
|
||||
@@ -186,13 +177,11 @@ public class Texture extends Node {
|
||||
}
|
||||
|
||||
@ObfuscatedName("k")
|
||||
@Export("reset")
|
||||
void reset() {
|
||||
this.pixels = null; // L: 118
|
||||
} // L: 119
|
||||
|
||||
@ObfuscatedName("s")
|
||||
@Export("animate")
|
||||
void animate(int var1) {
|
||||
if (this.pixels != null) { // L: 122
|
||||
short var2;
|
||||
|
||||
Reference in New Issue
Block a user