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,13 +6,10 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("Username")
|
||||
public class Username implements Comparable {
|
||||
@ObfuscatedName("t")
|
||||
@Export("SpriteBuffer_xOffsets")
|
||||
static int[] SpriteBuffer_xOffsets;
|
||||
@ObfuscatedName("z")
|
||||
@Export("name")
|
||||
String name;
|
||||
@ObfuscatedName("k")
|
||||
@Export("cleanName")
|
||||
String cleanName;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
@@ -80,7 +76,6 @@ public class Username implements Comparable {
|
||||
descriptor = "(I)Ljava/lang/String;",
|
||||
garbageValue = "-2006682850"
|
||||
)
|
||||
@Export("getName")
|
||||
public String getName() {
|
||||
return this.name; // L: 72
|
||||
}
|
||||
@@ -90,7 +85,6 @@ public class Username implements Comparable {
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "2"
|
||||
)
|
||||
@Export("hasCleanName")
|
||||
public boolean hasCleanName() {
|
||||
return this.cleanName != null; // L: 76
|
||||
}
|
||||
@@ -100,7 +94,6 @@ public class Username implements Comparable {
|
||||
descriptor = "(Lku;I)I",
|
||||
garbageValue = "-354391485"
|
||||
)
|
||||
@Export("compareToTyped")
|
||||
public int compareToTyped(Username var1) {
|
||||
if (this.cleanName == null) { // L: 100
|
||||
return var1.cleanName == null ? 0 : 1; // L: 101 102
|
||||
|
||||
Reference in New Issue
Block a user