project: rev 205
This commit is contained in:
@@ -1,54 +1,29 @@
|
||||
import java.math.BigInteger;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("bq")
|
||||
@ObfuscatedName("bz")
|
||||
public class class65 {
|
||||
@ObfuscatedName("b")
|
||||
static final BigInteger field863;
|
||||
@ObfuscatedName("n")
|
||||
static final BigInteger field864;
|
||||
@ObfuscatedName("bx")
|
||||
static String field868;
|
||||
@ObfuscatedName("a")
|
||||
static final BigInteger field854;
|
||||
@ObfuscatedName("m")
|
||||
static final BigInteger field862;
|
||||
|
||||
static {
|
||||
field863 = new BigInteger("80782894952180643741752986186714059433953886149239752893425047584684715842049"); // L: 20
|
||||
field864 = new BigInteger("7237300117305667488707183861728052766358166655052137727439795191253340127955075499635575104901523446809299097934591732635674173519120047404024393881551683"); // L: 21
|
||||
field854 = new BigInteger("80782894952180643741752986186714059433953886149239752893425047584684715842049"); // L: 20
|
||||
field862 = new BigInteger("7237300117305667488707183861728052766358166655052137727439795191253340127955075499635575104901523446809299097934591732635674173519120047404024393881551683"); // L: 21
|
||||
}
|
||||
|
||||
@ObfuscatedName("jt")
|
||||
@ObfuscatedName("ib")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Lky;Lgf;IIZI)V",
|
||||
garbageValue = "1206801353"
|
||||
descriptor = "(III)Lgw;",
|
||||
garbageValue = "-1781154478"
|
||||
)
|
||||
@Export("addWidgetItemMenuItem")
|
||||
static final void addWidgetItemMenuItem(Widget var0, ItemComposition var1, int var2, int var3, boolean var4) {
|
||||
String[] var5 = var1.inventoryActions; // L: 11004
|
||||
byte var6 = -1; // L: 11005
|
||||
String var7 = null; // L: 11006
|
||||
if (var5 != null && var5[var3] != null) { // L: 11007
|
||||
if (var3 == 0) { // L: 11008
|
||||
var6 = 33;
|
||||
} else if (var3 == 1) { // L: 11009
|
||||
var6 = 34;
|
||||
} else if (var3 == 2) { // L: 11010
|
||||
var6 = 35;
|
||||
} else if (var3 == 3) { // L: 11011
|
||||
var6 = 36;
|
||||
} else {
|
||||
var6 = 37; // L: 11012
|
||||
}
|
||||
|
||||
var7 = var5[var3]; // L: 11013
|
||||
} else if (var3 == 4) { // L: 11016
|
||||
var6 = 37; // L: 11017
|
||||
var7 = "Drop"; // L: 11018
|
||||
}
|
||||
|
||||
if (var6 != -1 && var7 != null) { // L: 11021
|
||||
class28.insertMenuItem(var7, UserComparator9.colorStartTag(16748608) + var1.name, var6, var1.id, var2, var0.id, var4); // L: 11022
|
||||
}
|
||||
|
||||
} // L: 11024
|
||||
static RouteStrategy method1879(int var0, int var1) {
|
||||
Client.field771.approxDestinationX = var0; // L: 8689
|
||||
Client.field771.approxDestinationY = var1; // L: 8690
|
||||
Client.field771.approxDestinationSizeX = 1; // L: 8691
|
||||
Client.field771.approxDestinationSizeY = 1; // L: 8692
|
||||
return Client.field771; // L: 8693
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user