client: rev 201
This commit is contained in:
@@ -4,49 +4,55 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ob")
|
||||
@ObfuscatedName("om")
|
||||
@Implements("FillMode")
|
||||
public enum FillMode implements MouseWheel {
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lob;"
|
||||
descriptor = "Lom;"
|
||||
)
|
||||
@Export("SOLID")
|
||||
SOLID(0, 0),
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lob;"
|
||||
descriptor = "Lom;"
|
||||
)
|
||||
field4366(1, 1),
|
||||
@ObfuscatedName("f")
|
||||
field4378(1, 1),
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lob;"
|
||||
descriptor = "Lom;"
|
||||
)
|
||||
field4368(2, 2);
|
||||
field4377(2, 2);
|
||||
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 496856367
|
||||
intValue = 2036544943
|
||||
)
|
||||
public final int field4369;
|
||||
@ObfuscatedName("m")
|
||||
@Export("musicTrackGroupId")
|
||||
public static int musicTrackGroupId;
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -603011481
|
||||
intValue = -1855010985
|
||||
)
|
||||
final int field4367;
|
||||
public final int field4379;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1812864379
|
||||
)
|
||||
final int field4380;
|
||||
|
||||
FillMode(int var3, int var4) {
|
||||
this.field4369 = var3;
|
||||
this.field4367 = var4;
|
||||
}
|
||||
this.field4379 = var3; // L: 19
|
||||
this.field4380 = var4; // L: 20
|
||||
} // L: 21
|
||||
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)I",
|
||||
garbageValue = "661199397"
|
||||
garbageValue = "238732485"
|
||||
)
|
||||
@Export("rsOrdinal")
|
||||
public int rsOrdinal() {
|
||||
return this.field4367;
|
||||
return this.field4380; // L: 24
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user