client: rev 198 (#3014)
* client: rev 198 * client: checkstyle Co-authored-by: therealnull <therealnull@gmail.com>
This commit is contained in:
@@ -1,37 +1,45 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("fk")
|
||||
@ObfuscatedName("fn")
|
||||
@Implements("WorldMapSprite")
|
||||
public final class WorldMapSprite {
|
||||
@ObfuscatedName("gk")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1244253529
|
||||
@ObfuscatedName("jj")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lgm;"
|
||||
)
|
||||
@Export("baseY")
|
||||
static int baseY;
|
||||
@ObfuscatedName("e")
|
||||
@Export("textureProvider")
|
||||
static TextureProvider textureProvider;
|
||||
@ObfuscatedName("t")
|
||||
@Export("tileColors")
|
||||
final int[] tileColors;
|
||||
|
||||
WorldMapSprite() {
|
||||
this.tileColors = new int[4096]; // L: 11
|
||||
} // L: 12
|
||||
this.tileColors = new int[4096];
|
||||
}
|
||||
|
||||
WorldMapSprite(int[] var1) {
|
||||
this.tileColors = var1; // L: 15
|
||||
} // L: 16
|
||||
this.tileColors = var1;
|
||||
}
|
||||
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(III)I",
|
||||
garbageValue = "1831503038"
|
||||
garbageValue = "679149457"
|
||||
)
|
||||
@Export("getTileColor")
|
||||
final int getTileColor(int var1, int var2) {
|
||||
return this.tileColors[var2 * 64 + var1]; // L: 19
|
||||
return this.tileColors[var2 * 64 + var1];
|
||||
}
|
||||
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)[Ljo;",
|
||||
garbageValue = "170681777"
|
||||
)
|
||||
public static class270[] method3649() {
|
||||
return new class270[]{class270.field3536, class270.field3533, class270.field3530, class270.field3531};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user