This commit is contained in:
ThatGamerBlue
2021-05-19 12:59:30 +01:00
parent 7eb96d606a
commit 29a3d313a4
438 changed files with 51991 additions and 51730 deletions

View File

@@ -0,0 +1,31 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ea")
public class class135 {
@ObfuscatedName("tl")
@ObfuscatedGetter(
intValue = -980191255
)
@Export("foundItemIdCount")
static int foundItemIdCount;
@ObfuscatedName("o")
public short[] field1527;
@ObfuscatedName("g")
public short[] field1531;
class135(int var1) {
ItemComposition var2 = Strings.ItemDefinition_get(var1); // L: 12
if (var2.method2964()) { // L: 13
this.field1527 = new short[var2.recolorTo.length]; // L: 14
System.arraycopy(var2.recolorTo, 0, this.field1527, 0, this.field1527.length); // L: 15
}
if (var2.method2965()) { // L: 17
this.field1531 = new short[var2.retextureTo.length]; // L: 18
System.arraycopy(var2.retextureTo, 0, this.field1531, 0, this.field1531.length); // L: 19
}
} // L: 21
}