project: Revvvvvvvvvvvvv
This commit is contained in:
@@ -4,49 +4,49 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("pg")
|
||||
@ObfuscatedName("pd")
|
||||
@Implements("FillMode")
|
||||
public enum FillMode implements MouseWheel {
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpg;"
|
||||
descriptor = "Lpd;"
|
||||
)
|
||||
@Export("SOLID")
|
||||
SOLID(0, 0),
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpg;"
|
||||
descriptor = "Lpd;"
|
||||
)
|
||||
field4552(1, 1),
|
||||
@ObfuscatedName("p")
|
||||
field4588(1, 1),
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lpg;"
|
||||
descriptor = "Lpd;"
|
||||
)
|
||||
field4553(2, 2);
|
||||
field4591(2, 2);
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1360847973
|
||||
intValue = -1460775291
|
||||
)
|
||||
public final int field4554;
|
||||
@ObfuscatedName("t")
|
||||
public final int field4590;
|
||||
@ObfuscatedName("r")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -54692009
|
||||
intValue = 1881974467
|
||||
)
|
||||
final int field4551;
|
||||
final int field4587;
|
||||
|
||||
FillMode(int var3, int var4) {
|
||||
this.field4554 = var3;
|
||||
this.field4551 = var4;
|
||||
}
|
||||
this.field4590 = var3; // L: 19
|
||||
this.field4587 = var4; // L: 20
|
||||
} // L: 21
|
||||
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)I",
|
||||
garbageValue = "48"
|
||||
descriptor = "(I)I",
|
||||
garbageValue = "-303340189"
|
||||
)
|
||||
@Export("rsOrdinal")
|
||||
public int rsOrdinal() {
|
||||
return this.field4551;
|
||||
return this.field4587; // L: 25
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user