Missed classes

This commit is contained in:
Lucwousin
2019-07-18 15:51:34 +02:00
parent 1050644394
commit f37b6f4a8f
54 changed files with 6579 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ho")
public class class222 {
@ObfuscatedName("q")
@ObfuscatedSignature(
signature = "(II)Liw;",
garbageValue = "-673469339"
)
@Export("getWorldMapElement")
public static WorldMapElement getWorldMapElement(int var0) {
return var0 >= 0 && var0 < WorldMapElement.WorldMapElement_cached.length && WorldMapElement.WorldMapElement_cached[var0] != null ? WorldMapElement.WorldMapElement_cached[var0] : new WorldMapElement(var0);
}
}