client: revvy boi 202

This commit is contained in:
JumpIfZero
2021-12-09 15:12:57 +02:00
parent 5d758a3394
commit 9f716fea3a
496 changed files with 62975 additions and 58430 deletions

View File

@@ -0,0 +1,41 @@
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("pz")
public class class426 {
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = 1177110261
)
public final int field4539;
@ObfuscatedName("b")
public Object field4537;
public class426(int var1) {
this.field4539 = var1; // L: 8
} // L: 9
public class426(int var1, Object var2) {
this.field4539 = var1; // L: 12
this.field4537 = var2; // L: 13
} // L: 14
public int hashCode() {
return super.hashCode(); // L: 18
}
public boolean equals(Object var1) {
if (!(var1 instanceof class426)) { // L: 23
return false;
} else {
class426 var2 = (class426)var1; // L: 24
if (var2.field4537 == null && this.field4537 != null) { // L: 25
return false;
} else if (this.field4537 == null && var2.field4537 != null) { // L: 26
return false;
} else {
return this.field4539 == var2.field4539 && var2.field4537.equals(this.field4537); // L: 27
}
}
}
}