Merge remote-tracking branch 'upstream/master' into master
Nice insider info btw, be nice if you shared it, so-called "open source" client.
This commit is contained in:
@@ -4,48 +4,42 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("gd")
|
||||
@ObfuscatedName("go")
|
||||
@Implements("FloorDecoration")
|
||||
public final class FloorDecoration {
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Ljp;"
|
||||
)
|
||||
@Export("ItemDefinition_modelArchive")
|
||||
static AbstractArchive ItemDefinition_modelArchive;
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1666950009
|
||||
intValue = 859770957
|
||||
)
|
||||
@Export("tileHeight")
|
||||
int tileHeight;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2121076865
|
||||
intValue = -1864149275
|
||||
)
|
||||
@Export("x")
|
||||
int x;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1721468405
|
||||
intValue = -1474470851
|
||||
)
|
||||
@Export("y")
|
||||
int y;
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lge;"
|
||||
descriptor = "Lgl;"
|
||||
)
|
||||
@Export("renderable")
|
||||
public Renderable renderable;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedGetter(
|
||||
longValue = -1483946918703188851L
|
||||
longValue = 5096767537878498943L
|
||||
)
|
||||
@Export("tag")
|
||||
public long tag;
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -895600119
|
||||
intValue = -383801797
|
||||
)
|
||||
@Export("flags")
|
||||
int flags;
|
||||
@@ -53,12 +47,37 @@ public final class FloorDecoration {
|
||||
FloorDecoration() {
|
||||
} // L: 11
|
||||
|
||||
@ObfuscatedName("hd")
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "296096631"
|
||||
descriptor = "(I)[Lmi;",
|
||||
garbageValue = "-71321726"
|
||||
)
|
||||
static boolean method3799() {
|
||||
return (Client.drawPlayerNames & 1) != 0; // L: 4834
|
||||
static class338[] method3834() {
|
||||
return new class338[]{class338.field3914, class338.field3916, class338.field3915, class338.field3917}; // L: 16
|
||||
}
|
||||
|
||||
@ObfuscatedName("ak")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(IB)V",
|
||||
garbageValue = "-15"
|
||||
)
|
||||
@Export("runWidgetOnLoadListener")
|
||||
static void runWidgetOnLoadListener(int var0) {
|
||||
if (var0 != -1) { // L: 4321
|
||||
if (Clock.loadInterface(var0)) { // L: 4322
|
||||
Widget[] var1 = Widget.Widget_interfaceComponents[var0]; // L: 4323
|
||||
|
||||
for (int var2 = 0; var2 < var1.length; ++var2) { // L: 4324
|
||||
Widget var3 = var1[var2]; // L: 4325
|
||||
if (var3.onLoad != null) { // L: 4326
|
||||
ScriptEvent var4 = new ScriptEvent(); // L: 4327
|
||||
var4.widget = var3; // L: 4328
|
||||
var4.args = var3.onLoad; // L: 4329
|
||||
World.runScript(var4, 5000000, 0); // L: 4330
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
} // L: 4333
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user