client: rev 198 (#3014)
* client: rev 198 * client: checkstyle Co-authored-by: therealnull <therealnull@gmail.com>
This commit is contained in:
@@ -1,61 +1,61 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("mw")
|
||||
public enum class339 implements Enumerated
|
||||
{
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lmw;"
|
||||
)
|
||||
field3916(0, 1),
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lmw;"
|
||||
)
|
||||
field3913(3, 2),
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lmw;"
|
||||
)
|
||||
field3914(2, 3),
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lmw;"
|
||||
)
|
||||
field3915(1, 10);
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Loa;"
|
||||
)
|
||||
@Export("leftTitleSprite")
|
||||
static SpritePixels leftTitleSprite;
|
||||
@ObfuscatedName("ma")
|
||||
public class class339 implements class344 {
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1941464297
|
||||
)
|
||||
final int field3912;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1941103959
|
||||
)
|
||||
final int field3917;
|
||||
|
||||
class339(int var3, int var4) {
|
||||
this.field3912 = var3; // L: 16
|
||||
this.field3917 = var4; // L: 17
|
||||
} // L: 18
|
||||
|
||||
@ObfuscatedName("f")
|
||||
static byte[][][] field3936;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)I",
|
||||
garbageValue = "-1154679040"
|
||||
descriptor = "Ljy;"
|
||||
)
|
||||
@Export("rsOrdinal")
|
||||
public int rsOrdinal() {
|
||||
return this.field3917; // L: 21
|
||||
@Export("ItemDefinition_modelArchive")
|
||||
static AbstractArchive ItemDefinition_modelArchive;
|
||||
@ObfuscatedName("dl")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Ljs;"
|
||||
)
|
||||
@Export("archive11")
|
||||
static Archive archive11;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lng;"
|
||||
)
|
||||
public final class364 field3935;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lno;)V"
|
||||
)
|
||||
class339(class365 var1) {
|
||||
this.field3935 = var1;
|
||||
}
|
||||
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lmh;)V"
|
||||
)
|
||||
public class339(class340 var1) {
|
||||
this(new class365(var1));
|
||||
}
|
||||
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(IB)I",
|
||||
garbageValue = "25"
|
||||
)
|
||||
public int method6059(int var1) {
|
||||
return this.field3935.vmethod6433(var1);
|
||||
}
|
||||
|
||||
@ObfuscatedName("ly")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)V",
|
||||
garbageValue = "-60"
|
||||
)
|
||||
static void method6057() {
|
||||
if (Client.oculusOrbState == 1) {
|
||||
Client.field489 = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user