project: rev 200
This commit is contained in:
@@ -3,98 +3,100 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("bn")
|
||||
@ObfuscatedName("bd")
|
||||
public class class65 {
|
||||
@ObfuscatedName("tt")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lno;"
|
||||
)
|
||||
@Export("worldMap")
|
||||
static WorldMap worldMap;
|
||||
@ObfuscatedName("o")
|
||||
static final BigInteger field849;
|
||||
@ObfuscatedName("g")
|
||||
static final BigInteger field853;
|
||||
@ObfuscatedName("gu")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Led;"
|
||||
)
|
||||
@Export("socketTask")
|
||||
static Task socketTask;
|
||||
@ObfuscatedName("m")
|
||||
static final BigInteger field856;
|
||||
@ObfuscatedName("k")
|
||||
static final BigInteger field852;
|
||||
|
||||
static {
|
||||
field849 = new BigInteger("80782894952180643741752986186714059433953886149239752893425047584684715842049");
|
||||
field853 = new BigInteger("7237300117305667488707183861728052766358166655052137727439795191253340127955075499635575104901523446809299097934591732635674173519120047404024393881551683");
|
||||
field856 = new BigInteger("80782894952180643741752986186714059433953886149239752893425047584684715842049");
|
||||
field852 = new BigInteger("7237300117305667488707183861728052766358166655052137727439795191253340127955075499635575104901523446809299097934591732635674173519120047404024393881551683");
|
||||
}
|
||||
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(IB)Lfy;",
|
||||
garbageValue = "2"
|
||||
descriptor = "(IB)Lod;",
|
||||
garbageValue = "3"
|
||||
)
|
||||
@Export("ItemDefinition_get")
|
||||
public static ItemComposition ItemDefinition_get(int var0) {
|
||||
ItemComposition var1 = (ItemComposition)ItemComposition.ItemDefinition_cached.get((long)var0);
|
||||
public static class392 method1876(int var0) {
|
||||
int var1 = class390.field4258[var0];
|
||||
if (var1 == 1) {
|
||||
return class392.field4266;
|
||||
} else if (var1 == 2) {
|
||||
return class392.field4264;
|
||||
} else {
|
||||
return var1 == 3 ? class392.field4273 : null;
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(II)Lfd;",
|
||||
garbageValue = "-1764753351"
|
||||
)
|
||||
@Export("StructDefinition_getStructDefinition")
|
||||
public static StructComposition StructDefinition_getStructDefinition(int var0) {
|
||||
StructComposition var1 = (StructComposition)StructComposition.StructDefinition_cached.get((long)var0);
|
||||
if (var1 != null) {
|
||||
return var1;
|
||||
} else {
|
||||
byte[] var2 = class262.ItemDefinition_archive.takeFile(10, var0);
|
||||
var1 = new ItemComposition();
|
||||
var1.id = var0;
|
||||
byte[] var2 = ParamComposition.StructDefinition_archive.takeFile(34, var0);
|
||||
var1 = new StructComposition();
|
||||
if (var2 != null) {
|
||||
var1.decode(new Buffer(var2));
|
||||
}
|
||||
|
||||
var1.post();
|
||||
if (var1.noteTemplate != -1) {
|
||||
var1.genCert(ItemDefinition_get(var1.noteTemplate), ItemDefinition_get(var1.note));
|
||||
}
|
||||
|
||||
if (var1.notedId != -1) {
|
||||
var1.genBought(ItemDefinition_get(var1.notedId), ItemDefinition_get(var1.unnotedId));
|
||||
}
|
||||
|
||||
if (var1.placeholderTemplate != -1) {
|
||||
var1.genPlaceholder(ItemDefinition_get(var1.placeholderTemplate), ItemDefinition_get(var1.placeholder));
|
||||
}
|
||||
|
||||
if (!Huffman.ItemDefinition_inMembersWorld && var1.isMembersOnly) {
|
||||
var1.name = "Members object";
|
||||
var1.isTradable = false;
|
||||
|
||||
int var3;
|
||||
for (var3 = 0; var3 < var1.groundActions.length; ++var3) {
|
||||
var1.groundActions[var3] = null;
|
||||
}
|
||||
|
||||
for (var3 = 0; var3 < var1.inventoryActions.length; ++var3) {
|
||||
if (var3 != 4) {
|
||||
var1.inventoryActions[var3] = null;
|
||||
}
|
||||
}
|
||||
|
||||
var1.shiftClickIndex = -2;
|
||||
var1.team = 0;
|
||||
if (var1.params != null) {
|
||||
boolean var6 = false;
|
||||
|
||||
for (Node var4 = var1.params.first(); var4 != null; var4 = var1.params.next()) {
|
||||
ParamComposition var5 = WorldMapIcon_1.getParamDefinition((int)var4.key);
|
||||
if (var5.autoDisable) {
|
||||
var4.remove();
|
||||
} else {
|
||||
var6 = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (!var6) {
|
||||
var1.params = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ItemComposition.ItemDefinition_cached.put(var1, (long)var0);
|
||||
var1.postDecode();
|
||||
StructComposition.StructDefinition_cached.put(var1, (long)var0);
|
||||
return var1;
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(IIIIB)V",
|
||||
garbageValue = "-61"
|
||||
)
|
||||
@Export("itemContainerSetItem")
|
||||
static void itemContainerSetItem(int var0, int var1, int var2, int var3) {
|
||||
ItemContainer var4 = (ItemContainer)ItemContainer.itemContainers.get((long)var0);
|
||||
if (var4 == null) {
|
||||
var4 = new ItemContainer();
|
||||
ItemContainer.itemContainers.put(var4, (long)var0);
|
||||
}
|
||||
|
||||
if (var4.ids.length <= var1) {
|
||||
int[] var5 = new int[var1 + 1];
|
||||
int[] var6 = new int[var1 + 1];
|
||||
|
||||
int var7;
|
||||
for (var7 = 0; var7 < var4.ids.length; ++var7) {
|
||||
var5[var7] = var4.ids[var7];
|
||||
var6[var7] = var4.quantities[var7];
|
||||
}
|
||||
|
||||
for (var7 = var4.ids.length; var7 < var1; ++var7) {
|
||||
var5[var7] = -1;
|
||||
var6[var7] = 0;
|
||||
}
|
||||
|
||||
var4.ids = var5;
|
||||
var4.quantities = var6;
|
||||
}
|
||||
|
||||
var4.ids[var1] = var2;
|
||||
var4.quantities[var1] = var3;
|
||||
}
|
||||
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(CB)Z",
|
||||
garbageValue = "-104"
|
||||
)
|
||||
@Export("isDigit")
|
||||
public static boolean isDigit(char var0) {
|
||||
return var0 >= '0' && var0 <= '9';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user