rs-client: remove Export annotations
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import java.util.Comparator;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
@@ -12,13 +11,11 @@ final class GrandExchangeOfferUnitPriceComparator implements Comparator {
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Liw;"
|
||||
)
|
||||
@Export("archive4")
|
||||
static Archive archive4;
|
||||
@ObfuscatedName("mr")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 401783773
|
||||
)
|
||||
@Export("selectedItemSlot")
|
||||
static int selectedItemSlot;
|
||||
|
||||
@ObfuscatedName("z")
|
||||
@@ -26,7 +23,6 @@ final class GrandExchangeOfferUnitPriceComparator implements Comparator {
|
||||
descriptor = "(Lf;Lf;I)I",
|
||||
garbageValue = "1888921269"
|
||||
)
|
||||
@Export("compare_bridged")
|
||||
int compare_bridged(GrandExchangeEvent var1, GrandExchangeEvent var2) {
|
||||
return var1.grandExchangeOffer.unitPrice < var2.grandExchangeOffer.unitPrice ? -1 : (var2.grandExchangeOffer.unitPrice == var1.grandExchangeOffer.unitPrice ? 0 : 1); // L: 43
|
||||
}
|
||||
@@ -62,7 +58,6 @@ final class GrandExchangeOfferUnitPriceComparator implements Comparator {
|
||||
descriptor = "(Lhq;I)Z",
|
||||
garbageValue = "798311981"
|
||||
)
|
||||
@Export("isComponentHidden")
|
||||
static boolean isComponentHidden(Widget var0) {
|
||||
return var0.isHidden; // L: 10732
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user