project: rev 199

This commit is contained in:
Owain van Brakel
2021-08-25 13:49:53 +02:00
parent c1fffa1562
commit e6be88fbeb
490 changed files with 47651 additions and 46243 deletions

View File

@@ -1,39 +1,9 @@
import net.runelite.mapping.Export;
import java.util.HashMap;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ky")
@ObfuscatedName("kt")
public class class303 {
@ObfuscatedName("s")
@Export("cp1252AsciiExtension")
public static final char[] cp1252AsciiExtension;
static {
cp1252AsciiExtension = new char[]{'€', '\u0000', '', 'ƒ', '„', '…', '†', '‡', 'ˆ', '‰', 'Š', '', 'Œ', '\u0000', 'Ž', '\u0000', '\u0000', '', '', '“', '”', '•', '', '—', '˜', '™', 'š', '', 'œ', '\u0000', 'ž', 'Ÿ'};
}
@ObfuscatedName("s")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "233740955"
)
static int method5561() {
return ++Messages.Messages_count - 1;
}
@ObfuscatedName("a")
@ObfuscatedSignature(
descriptor = "(CI)Z",
garbageValue = "-2008155506"
)
@Export("isCharPrintable")
public static boolean isCharPrintable(char var0) {
if (var0 >= ' ' && var0 <= '~') {
return true;
} else if (var0 >= 160 && var0 <= 255) {
return true;
} else {
return var0 == 8364 || var0 == 338 || var0 == 8212 || var0 == 339 || var0 == 376;
}
new HashMap();
}
}