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.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
@@ -11,7 +10,6 @@ public class Ignored extends User {
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1266323763
|
||||
)
|
||||
@Export("id")
|
||||
int id;
|
||||
|
||||
Ignored() {
|
||||
@@ -22,7 +20,6 @@ public class Ignored extends User {
|
||||
descriptor = "(Lkk;I)I",
|
||||
garbageValue = "1464728446"
|
||||
)
|
||||
@Export("compareTo_ignored")
|
||||
int compareTo_ignored(Ignored var1) {
|
||||
return this.id - var1.id; // L: 9
|
||||
}
|
||||
@@ -32,7 +29,6 @@ public class Ignored extends User {
|
||||
descriptor = "(Ljc;I)I",
|
||||
garbageValue = "-243007320"
|
||||
)
|
||||
@Export("compareTo_user")
|
||||
public int compareTo_user(User var1) {
|
||||
return this.compareTo_ignored((Ignored)var1); // L: 13
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user