client: revvy boi 202
This commit is contained in:
81
runescape-client/src/main/java/class422.java
Normal file
81
runescape-client/src/main/java/class422.java
Normal file
@@ -0,0 +1,81 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("pf")
|
||||
public class class422 implements MouseWheel {
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpf;"
|
||||
)
|
||||
public static final class422 field4523;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpf;"
|
||||
)
|
||||
public static final class422 field4524;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpf;"
|
||||
)
|
||||
static final class422 field4528;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpf;"
|
||||
)
|
||||
static final class422 field4526;
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpf;"
|
||||
)
|
||||
static final class422 field4525;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpf;"
|
||||
)
|
||||
static final class422 field4527;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2111165783
|
||||
)
|
||||
final int field4529;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1059382247
|
||||
)
|
||||
final int field4530;
|
||||
|
||||
static {
|
||||
field4523 = new class422(5, 0); // L: 8
|
||||
field4524 = new class422(4, 2); // L: 9
|
||||
field4528 = new class422(0, 5); // L: 10
|
||||
field4526 = new class422(1, 6); // L: 11
|
||||
field4525 = new class422(2, 7); // L: 12
|
||||
field4527 = new class422(3, 8); // L: 13
|
||||
}
|
||||
|
||||
class422(int var1, int var2) {
|
||||
this.field4529 = var1; // L: 18
|
||||
this.field4530 = var2; // L: 19
|
||||
} // L: 20
|
||||
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "3"
|
||||
)
|
||||
public boolean method7605() {
|
||||
return this == field4524; // L: 28
|
||||
}
|
||||
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)I",
|
||||
garbageValue = "48"
|
||||
)
|
||||
@Export("rsOrdinal")
|
||||
public int rsOrdinal() {
|
||||
return this.field4530; // L: 24
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user