chore: rev 190
This commit is contained in:
@@ -1,35 +1,20 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ht")
|
||||
@Implements("Varps")
|
||||
public class Varps {
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedName("m")
|
||||
@Export("Varps_masks")
|
||||
static int[] Varps_masks;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedName("o")
|
||||
@Export("Varps_temp")
|
||||
public static int[] Varps_temp;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("q")
|
||||
@Export("Varps_main")
|
||||
public static int[] Varps_main;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Liy;"
|
||||
)
|
||||
@Export("Widget_spritesArchive")
|
||||
static AbstractArchive Widget_spritesArchive;
|
||||
@ObfuscatedName("i")
|
||||
public static String[] field2522;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 675557919
|
||||
)
|
||||
@Export("canvasHeight")
|
||||
public static int canvasHeight;
|
||||
|
||||
static {
|
||||
Varps_masks = new int[32];
|
||||
@@ -43,4 +28,14 @@ public class Varps {
|
||||
Varps_temp = new int[4000];
|
||||
Varps_main = new int[4000];
|
||||
}
|
||||
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(CB)Z",
|
||||
garbageValue = "72"
|
||||
)
|
||||
@Export("isAlphaNumeric")
|
||||
public static boolean isAlphaNumeric(char var0) {
|
||||
return var0 >= '0' && var0 <= '9' || var0 >= 'A' && var0 <= 'Z' || var0 >= 'a' && var0 <= 'z';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user