client: rev 201
This commit is contained in:
@@ -1,47 +1,54 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("oj")
|
||||
@ObfuscatedName("ov")
|
||||
public class class408 {
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1905362917
|
||||
@ObfuscatedName("tb")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lcs;"
|
||||
)
|
||||
@Export("SpriteBuffer_spriteHeight")
|
||||
public static int SpriteBuffer_spriteHeight;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1474390477
|
||||
@Export("clientPreferences")
|
||||
static ClientPreferences clientPreferences;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lko;"
|
||||
)
|
||||
public final int field4354;
|
||||
@ObfuscatedName("q")
|
||||
public Object field4353;
|
||||
@Export("soundEffectsArchive")
|
||||
public static AbstractArchive soundEffectsArchive;
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -196401313
|
||||
)
|
||||
public final int field4363;
|
||||
@ObfuscatedName("w")
|
||||
public Object field4361;
|
||||
|
||||
public class408(int var1) {
|
||||
this.field4354 = var1;
|
||||
}
|
||||
this.field4363 = var1; // L: 8
|
||||
} // L: 9
|
||||
|
||||
public class408(int var1, Object var2) {
|
||||
this.field4354 = var1;
|
||||
this.field4353 = var2;
|
||||
}
|
||||
this.field4363 = var1; // L: 12
|
||||
this.field4361 = var2; // L: 13
|
||||
} // L: 14
|
||||
|
||||
public int hashCode() {
|
||||
return super.hashCode();
|
||||
return super.hashCode(); // L: 17
|
||||
}
|
||||
|
||||
public boolean equals(Object var1) {
|
||||
if (!(var1 instanceof class408)) {
|
||||
if (!(var1 instanceof class408)) { // L: 21
|
||||
return false;
|
||||
} else {
|
||||
class408 var2 = (class408)var1;
|
||||
if (var2.field4353 == null && this.field4353 != null) {
|
||||
class408 var2 = (class408)var1; // L: 22
|
||||
if (var2.field4361 == null && this.field4361 != null) { // L: 23
|
||||
return false;
|
||||
} else if (this.field4353 == null && var2.field4353 != null) {
|
||||
} else if (this.field4361 == null && var2.field4361 != null) { // L: 24
|
||||
return false;
|
||||
} else {
|
||||
return this.field4354 == var2.field4354 && var2.field4353.equals(this.field4353);
|
||||
return var2.field4363 == this.field4363 && var2.field4361.equals(this.field4361); // L: 25
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user