chore: revision 189
This commit is contained in:
@@ -1,23 +1,29 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("jy")
|
||||
@ObfuscatedName("ky")
|
||||
@Implements("Friend")
|
||||
public class Friend extends Buddy {
|
||||
@ObfuscatedName("c")
|
||||
boolean field3618;
|
||||
@ObfuscatedName("t")
|
||||
boolean field3619;
|
||||
@ObfuscatedName("rc")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1119785599
|
||||
)
|
||||
static int field3626;
|
||||
@ObfuscatedName("x")
|
||||
boolean field3625;
|
||||
@ObfuscatedName("m")
|
||||
boolean field3623;
|
||||
|
||||
Friend() {
|
||||
}
|
||||
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Ljy;S)I",
|
||||
garbageValue = "30306"
|
||||
signature = "(Lky;I)I",
|
||||
garbageValue = "-1645564523"
|
||||
)
|
||||
@Export("compareToFriend")
|
||||
int compareToFriend(Friend var1) {
|
||||
@@ -29,23 +35,23 @@ public class Friend extends Buddy {
|
||||
return -1;
|
||||
} else if (var1.world != 0 && super.world == 0) {
|
||||
return 1;
|
||||
} else if (this.field3618 && !var1.field3618) {
|
||||
} else if (this.field3625 && !var1.field3625) {
|
||||
return -1;
|
||||
} else if (!this.field3618 && var1.field3618) {
|
||||
} else if (!this.field3625 && var1.field3625) {
|
||||
return 1;
|
||||
} else if (this.field3619 && !var1.field3619) {
|
||||
} else if (this.field3623 && !var1.field3623) {
|
||||
return -1;
|
||||
} else if (!this.field3619 && var1.field3619) {
|
||||
} else if (!this.field3623 && var1.field3623) {
|
||||
return 1;
|
||||
} else {
|
||||
return super.world != 0 ? super.int2 - var1.int2 : var1.int2 - super.int2;
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("az")
|
||||
@ObfuscatedName("am")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Ljk;I)I",
|
||||
garbageValue = "-746331144"
|
||||
signature = "(Ljd;I)I",
|
||||
garbageValue = "-1956183743"
|
||||
)
|
||||
@Export("compareTo_user")
|
||||
public int compareTo_user(User var1) {
|
||||
@@ -55,14 +61,4 @@ public class Friend extends Buddy {
|
||||
public int compareTo(Object var1) {
|
||||
return this.compareToFriend((Friend)var1);
|
||||
}
|
||||
|
||||
@ObfuscatedName("gm")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)I",
|
||||
garbageValue = "-1214522869"
|
||||
)
|
||||
@Export("getWindowedMode")
|
||||
static int getWindowedMode() {
|
||||
return Client.isResizable ? 2 : 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user