update client to rev 183
This commit is contained in:
@@ -4,39 +4,39 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ai")
|
||||
@ObfuscatedName("ao")
|
||||
@Implements("WorldMapLabel")
|
||||
public class WorldMapLabel {
|
||||
@ObfuscatedName("gl")
|
||||
@ObfuscatedName("dq")
|
||||
@ObfuscatedSignature(
|
||||
signature = "[Lls;"
|
||||
signature = "Lio;"
|
||||
)
|
||||
@Export("mapDotSprites")
|
||||
static Sprite[] mapDotSprites;
|
||||
@ObfuscatedName("s")
|
||||
@Export("archive14")
|
||||
static Archive archive14;
|
||||
@ObfuscatedName("c")
|
||||
@Export("text")
|
||||
String text;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -100160843
|
||||
intValue = 1500544575
|
||||
)
|
||||
@Export("width")
|
||||
int width;
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1360429455
|
||||
intValue = 654109137
|
||||
)
|
||||
@Export("height")
|
||||
int height;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Le;"
|
||||
signature = "Lq;"
|
||||
)
|
||||
@Export("size")
|
||||
WorldMapLabelSize size;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Ljava/lang/String;IILe;)V"
|
||||
signature = "(Ljava/lang/String;IILq;)V"
|
||||
)
|
||||
WorldMapLabel(String var1, int var2, int var3, WorldMapLabelSize var4) {
|
||||
this.text = var1;
|
||||
@@ -44,4 +44,27 @@ public class WorldMapLabel {
|
||||
this.height = var3;
|
||||
this.size = var4;
|
||||
}
|
||||
|
||||
@ObfuscatedName("ak")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(II)I",
|
||||
garbageValue = "55939772"
|
||||
)
|
||||
static int method381(int var0) {
|
||||
return (int)((Math.log((double)var0) / Interpreter.field1070 - 7.0D) * 256.0D);
|
||||
}
|
||||
|
||||
@ObfuscatedName("ju")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lhy;I)Lhy;",
|
||||
garbageValue = "-658225047"
|
||||
)
|
||||
static Widget method382(Widget var0) {
|
||||
Widget var1 = FontName.method5290(var0);
|
||||
if (var1 == null) {
|
||||
var1 = var0.parent;
|
||||
}
|
||||
|
||||
return var1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user