rev 196
This commit is contained in:
31
runescape-client/src/main/java/class135.java
Normal file
31
runescape-client/src/main/java/class135.java
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user