import net.runelite.mapping.Export; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; import net.runelite.rs.ScriptOpcodes; @ObfuscatedName("jb") public class class279 { @ObfuscatedName("c") public static final short[] field3209; @ObfuscatedName("b") public static final short[][] field3208; @ObfuscatedName("p") public static final short[] field3211; @ObfuscatedName("m") public static final short[][] field3210; @ObfuscatedName("h") @ObfuscatedSignature( descriptor = "Lkx;" ) @Export("NetCache_currentResponse") public static NetFileRequest NetCache_currentResponse; static { field3209 = new short[]{6798, 8741, 25238, 4626, 4550}; field3208 = new short[][]{{6798, 107, 10283, 16, 4797, 7744, 5799, 4634, -31839, 22433, 2983, -11343, 8, 5281, 10438, 3650, -27322, -21845, 200, 571, 908, 21830, 28946, -15701, -14010}, {8741, 12, -1506, -22374, 7735, 8404, 1701, -27106, 24094, 10153, -8915, 4783, 1341, 16578, -30533, 25239, 8, 5281, 10438, 3650, -27322, -21845, 200, 571, 908, 21830, 28946, -15701, -14010}, {25238, 8742, 12, -1506, -22374, 7735, 8404, 1701, -27106, 24094, 10153, -8915, 4783, 1341, 16578, -30533, 8, 5281, 10438, 3650, -27322, -21845, 200, 571, 908, 21830, 28946, -15701, -14010}, {4626, 11146, 6439, 12, 4758, 10270}, {4550, 4537, 5681, 5673, 5790, 6806, 8076, 4574, 17050, 0, 127, -31821, -17991}}; field3211 = new short[]{-10304, 9104, -1, -1, -1}; field3210 = new short[][]{{6554, 115, 10304, 28, 5702, 7756, 5681, 4510, -31835, 22437, 2859, -11339, 16, 5157, 10446, 3658, -27314, -21965, 472, 580, 784, 21966, 28950, -15697, -14002}, {9104, 10275, 7595, 3610, 7975, 8526, 918, -26734, 24466, 10145, -6882, 5027, 1457, 16565, -30545, 25486, 24, 5392, 10429, 3673, -27335, -21957, 192, 687, 412, 21821, 28835, -15460, -14019}, new short[0], new short[0], new short[0]}; } @ObfuscatedName("m") @ObfuscatedSignature( descriptor = "(BI)C", garbageValue = "1285186796" ) public static char method5406(byte var0) { int var1 = var0 & 255; if (var1 == 0) { throw new IllegalArgumentException("" + Integer.toString(var1, 16)); } else { if (var1 >= 128 && var1 < 160) { char var2 = class328.cp1252AsciiExtension[var1 - 128]; if (var2 == 0) { var2 = '?'; } var1 = var2; } return (char)var1; } } @ObfuscatedName("t") @ObfuscatedSignature( descriptor = "(ILbn;ZB)I", garbageValue = "-19" ) static int method5405(int var0, Script var1, boolean var2) { int var3 = -1; Widget var4; if (var0 >= 2000) { var0 -= 1000; var3 = Interpreter.Interpreter_intStack[--IsaacCipher.Interpreter_intStackSize]; var4 = ChatChannel.getWidget(var3); } else { var4 = var2 ? WorldMapArea.scriptDotWidget : Messages.scriptActiveWidget; } if (var0 == ScriptOpcodes.CC_SETPOSITION) { IsaacCipher.Interpreter_intStackSize -= 4; var4.rawX = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize]; var4.rawY = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize + 1]; var4.xAlignment = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize + 2]; var4.yAlignment = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize + 3]; SecureRandomCallable.invalidateWidget(var4); class295.client.alignWidget(var4); if (var3 != -1 && var4.type == 0) { class115.revalidateWidgetScroll(MouseRecorder.Widget_interfaceComponents[var3 >> 16], var4, false); } return 1; } else if (var0 == ScriptOpcodes.CC_SETSIZE) { IsaacCipher.Interpreter_intStackSize -= 4; var4.rawWidth = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize]; var4.rawHeight = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize + 1]; var4.widthAlignment = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize + 2]; var4.heightAlignment = Interpreter.Interpreter_intStack[IsaacCipher.Interpreter_intStackSize + 3]; SecureRandomCallable.invalidateWidget(var4); class295.client.alignWidget(var4); if (var3 != -1 && var4.type == 0) { class115.revalidateWidgetScroll(MouseRecorder.Widget_interfaceComponents[var3 >> 16], var4, false); } return 1; } else if (var0 == ScriptOpcodes.CC_SETHIDE) { boolean var5 = Interpreter.Interpreter_intStack[--IsaacCipher.Interpreter_intStackSize] == 1; if (var5 != var4.isHidden) { var4.isHidden = var5; SecureRandomCallable.invalidateWidget(var4); } return 1; } else if (var0 == ScriptOpcodes.CC_SETNOCLICKTHROUGH) { var4.noClickThrough = Interpreter.Interpreter_intStack[--IsaacCipher.Interpreter_intStackSize] == 1; return 1; } else if (var0 == ScriptOpcodes.CC_SETNOSCROLLTHROUGH) { var4.noScrollThrough = Interpreter.Interpreter_intStack[--IsaacCipher.Interpreter_intStackSize] == 1; return 1; } else { return 2; } } }