61 lines
1.7 KiB
Java
61 lines
1.7 KiB
Java
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("ks")
|
|
@Implements("Ignored")
|
|
public class Ignored extends User {
|
|
@ObfuscatedName("at")
|
|
protected static String __ks_at;
|
|
@ObfuscatedName("m")
|
|
@ObfuscatedGetter(
|
|
intValue = 344024525
|
|
)
|
|
@Export("id")
|
|
int id;
|
|
|
|
@ObfuscatedName("m")
|
|
@ObfuscatedSignature(
|
|
signature = "(Lks;I)I",
|
|
garbageValue = "-842469150"
|
|
)
|
|
@Export("compareTo00")
|
|
int compareTo00(Ignored var1) {
|
|
return this.id - var1.id;
|
|
}
|
|
|
|
@ObfuscatedName("aj")
|
|
@ObfuscatedSignature(
|
|
signature = "(Ljs;I)I",
|
|
garbageValue = "1627362569"
|
|
)
|
|
public int compareTo0(User var1) {
|
|
return this.compareTo00((Ignored)var1);
|
|
}
|
|
|
|
@ObfuscatedName("compareTo")
|
|
public int compareTo(Object var1) {
|
|
return this.compareTo00((Ignored)var1);
|
|
}
|
|
|
|
@ObfuscatedName("fv")
|
|
@ObfuscatedSignature(
|
|
signature = "(IIIB)V",
|
|
garbageValue = "-68"
|
|
)
|
|
@Export("queueSoundEffect")
|
|
static void queueSoundEffect(int var0, int var1, int var2) {
|
|
if(Client.soundEffectVolume != 0 && var1 != 0 && Client.soundEffectCount < 50) {
|
|
Client.soundEffectIds[Client.soundEffectCount] = var0;
|
|
Client.queuedSoundEffectLoops[Client.soundEffectCount] = var1;
|
|
Client.queuedSoundEffectDelays[Client.soundEffectCount] = var2;
|
|
Client.soundEffects[Client.soundEffectCount] = null;
|
|
Client.soundLocations[Client.soundEffectCount] = 0;
|
|
++Client.soundEffectCount;
|
|
}
|
|
|
|
}
|
|
}
|