chore: rev 188
This commit is contained in:
@@ -1,132 +1,135 @@
|
||||
import java.awt.Desktop;
|
||||
import java.awt.Desktop.Action;
|
||||
import java.net.URI;
|
||||
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("dy")
|
||||
@ObfuscatedName("dz")
|
||||
@Implements("Tile")
|
||||
public final class Tile extends Node {
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1803176159
|
||||
intValue = -477020471
|
||||
)
|
||||
@Export("plane")
|
||||
int plane;
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -2007130967
|
||||
intValue = -1716517237
|
||||
)
|
||||
@Export("x")
|
||||
int x;
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1326950391
|
||||
intValue = 1137721201
|
||||
)
|
||||
@Export("y")
|
||||
int y;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -215553835
|
||||
intValue = -2077595523
|
||||
)
|
||||
@Export("originalPlane")
|
||||
int originalPlane;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lef;"
|
||||
)
|
||||
@Export("paint")
|
||||
TilePaint paint;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ldv;"
|
||||
)
|
||||
@Export("model")
|
||||
TileModel model;
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ler;"
|
||||
)
|
||||
@Export("boundaryObject")
|
||||
BoundaryObject boundaryObject;
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lee;"
|
||||
)
|
||||
@Export("paint")
|
||||
TilePaint paint;
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ldt;"
|
||||
)
|
||||
@Export("model")
|
||||
TileModel model;
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Leu;"
|
||||
)
|
||||
@Export("boundaryObject")
|
||||
BoundaryObject boundaryObject;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Len;"
|
||||
)
|
||||
@Export("wallDecoration")
|
||||
WallDecoration wallDecoration;
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ldu;"
|
||||
)
|
||||
@Export("floorDecoration")
|
||||
FloorDecoration floorDecoration;
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ldc;"
|
||||
signature = "Ldk;"
|
||||
)
|
||||
@Export("tileItemPile")
|
||||
TileItemPile tileItemPile;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1462066179
|
||||
intValue = -1422843585
|
||||
)
|
||||
@Export("gameObjectsCount")
|
||||
int gameObjectsCount;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedSignature(
|
||||
signature = "[Lel;"
|
||||
signature = "[Lea;"
|
||||
)
|
||||
@Export("gameObjects")
|
||||
GameObject[] gameObjects;
|
||||
@ObfuscatedName("v")
|
||||
@Export("gameObjectEdgeMasks")
|
||||
int[] gameObjectEdgeMasks;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2119940373
|
||||
intValue = 848654297
|
||||
)
|
||||
@Export("gameObjectsEdgeMask")
|
||||
int gameObjectsEdgeMask;
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -322964403
|
||||
intValue = -2052178019
|
||||
)
|
||||
@Export("minPlane")
|
||||
int minPlane;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("w")
|
||||
@Export("drawPrimary")
|
||||
boolean drawPrimary;
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedName("k")
|
||||
@Export("drawSecondary")
|
||||
boolean drawSecondary;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("q")
|
||||
@Export("drawGameObjects")
|
||||
boolean drawGameObjects;
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1942439905
|
||||
intValue = 902411349
|
||||
)
|
||||
@Export("drawGameObjectEdges")
|
||||
int drawGameObjectEdges;
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 413999433
|
||||
intValue = -381817665
|
||||
)
|
||||
int field1630;
|
||||
@ObfuscatedName("z")
|
||||
int field1650;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1503891955
|
||||
intValue = 1422099387
|
||||
)
|
||||
int field1640;
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1195282039
|
||||
intValue = -1581215505
|
||||
)
|
||||
int field1641;
|
||||
@ObfuscatedName("m")
|
||||
int field1652;
|
||||
@ObfuscatedName("r")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Ldy;"
|
||||
signature = "Ldz;"
|
||||
)
|
||||
@Export("linkedBelowTile")
|
||||
Tile linkedBelowTile;
|
||||
@@ -140,22 +143,40 @@ public final class Tile extends Node {
|
||||
this.y = var3;
|
||||
}
|
||||
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(IB)Lha;",
|
||||
garbageValue = "0"
|
||||
signature = "(Ljava/lang/String;ZLjava/lang/String;ZB)V",
|
||||
garbageValue = "20"
|
||||
)
|
||||
@Export("getWidget")
|
||||
public static Widget getWidget(int var0) {
|
||||
int var1 = var0 >> 16;
|
||||
int var2 = var0 & 65535;
|
||||
if (UserComparator7.Widget_interfaceComponents[var1] == null || UserComparator7.Widget_interfaceComponents[var1][var2] == null) {
|
||||
boolean var3 = MusicPatch.loadInterface(var1);
|
||||
if (!var3) {
|
||||
return null;
|
||||
static void method2927(String var0, boolean var1, String var2, boolean var3) {
|
||||
if (var1) {
|
||||
if (!var3 && Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Action.BROWSE)) {
|
||||
try {
|
||||
Desktop.getDesktop().browse(new URI(var0));
|
||||
return;
|
||||
} catch (Exception var5) {
|
||||
}
|
||||
}
|
||||
|
||||
if (class51.field431.startsWith("win") && !var3) {
|
||||
ClientPacket.method3682(var0, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (class51.field431.startsWith("mac")) {
|
||||
class14.method174(var0, 1, var2);
|
||||
return;
|
||||
}
|
||||
|
||||
ClientPacket.method3682(var0, 2);
|
||||
} else {
|
||||
ClientPacket.method3682(var0, 3);
|
||||
}
|
||||
|
||||
return UserComparator7.Widget_interfaceComponents[var1][var2];
|
||||
}
|
||||
|
||||
@ObfuscatedName("l")
|
||||
public static int method2926(long var0) {
|
||||
return (int)(var0 >>> 14 & 3L);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user