55 lines
1.4 KiB
Java
55 lines
1.4 KiB
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.Implements;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
import net.runelite.mapping.ObfuscatedSignature;
|
|
|
|
@ObfuscatedName("fq")
|
|
@Implements("UserComparator3")
|
|
public class UserComparator3 extends AbstractUserComparator {
|
|
@ObfuscatedName("dk")
|
|
@ObfuscatedSignature(
|
|
signature = "Lit;"
|
|
)
|
|
@Export("indexCache6")
|
|
static IndexCache indexCache6;
|
|
@ObfuscatedName("fl")
|
|
@ObfuscatedSignature(
|
|
signature = "Lfm;"
|
|
)
|
|
@Export("socketTask")
|
|
static Task socketTask;
|
|
@ObfuscatedName("m")
|
|
@Export("__m")
|
|
final boolean __m;
|
|
|
|
public UserComparator3(boolean var1) {
|
|
this.__m = var1;
|
|
}
|
|
|
|
@ObfuscatedName("m")
|
|
@ObfuscatedSignature(
|
|
signature = "(Lke;Lke;I)I",
|
|
garbageValue = "-1157645406"
|
|
)
|
|
@Export("__m_274")
|
|
int __m_274(Buddy var1, Buddy var2) {
|
|
return var2.world0 != var1.world0?(this.__m?var1.world0 - var2.world0:var2.world0 - var1.world0):this.__x_461(var1, var2);
|
|
}
|
|
|
|
@Export("compare")
|
|
@ObfuscatedName("compare")
|
|
public int compare(Object var1, Object var2) {
|
|
return this.__m_274((Buddy)var1, (Buddy)var2);
|
|
}
|
|
|
|
@ObfuscatedName("o")
|
|
@ObfuscatedSignature(
|
|
signature = "(I)V",
|
|
garbageValue = "699084605"
|
|
)
|
|
public static void method3379() {
|
|
SpotAnimationDefinition.SpotAnimationDefinition_cached.clear();
|
|
SpotAnimationDefinition.SpotAnimationDefinition_cachedModels.clear();
|
|
}
|
|
}
|