project: Revvvvvvvvvvvvv
This commit is contained in:
41
runescape-client/src/main/java/class428.java
Normal file
41
runescape-client/src/main/java/class428.java
Normal file
@@ -0,0 +1,41 @@
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("po")
|
||||
public class class428 {
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 281606451
|
||||
)
|
||||
public final int field4576;
|
||||
@ObfuscatedName("l")
|
||||
public Object field4575;
|
||||
|
||||
public class428(int var1) {
|
||||
this.field4576 = var1; // L: 8
|
||||
} // L: 9
|
||||
|
||||
public class428(int var1, Object var2) {
|
||||
this.field4576 = var1; // L: 12
|
||||
this.field4575 = var2; // L: 13
|
||||
} // L: 14
|
||||
|
||||
public int hashCode() {
|
||||
return super.hashCode(); // L: 18
|
||||
}
|
||||
|
||||
public boolean equals(Object var1) {
|
||||
if (!(var1 instanceof class428)) { // L: 23
|
||||
return false;
|
||||
} else {
|
||||
class428 var2 = (class428)var1; // L: 24
|
||||
if (var2.field4575 == null && this.field4575 != null) { // L: 25
|
||||
return false;
|
||||
} else if (this.field4575 == null && var2.field4575 != null) { // L: 26
|
||||
return false;
|
||||
} else {
|
||||
return var2.field4576 == this.field4576 && var2.field4575.equals(this.field4575); // L: 27
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user