project: Rev 182
This commit is contained in:
@@ -1,36 +1,49 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("bx")
|
||||
@ObfuscatedName("bj")
|
||||
public class class60 {
|
||||
@ObfuscatedName("ac")
|
||||
@Export("null_string")
|
||||
protected static String null_string;
|
||||
|
||||
@ObfuscatedName("ju")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lhj;III)V",
|
||||
garbageValue = "1446112965"
|
||||
@ObfuscatedName("ng")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -2116581745
|
||||
)
|
||||
@Export("clickWidget")
|
||||
static final void clickWidget(Widget var0, int var1, int var2) {
|
||||
if (Client.clickedWidget != null || Client.isMenuOpen) {
|
||||
return;
|
||||
}
|
||||
if (var0 == null || ArchiveLoader.method1099(var0) == null) {
|
||||
return;
|
||||
}
|
||||
Client.clickedWidget = var0;
|
||||
Client.clickedWidgetParent = ArchiveLoader.method1099(var0);
|
||||
Client.widgetClickX = var1;
|
||||
Client.widgetClickY = var2;
|
||||
class80.widgetDragDuration = 0;
|
||||
Client.isDraggingWidget = false;
|
||||
int var3 = class13.getNewestMenuIdx();
|
||||
if (var3 != -1) {
|
||||
Decimator.saveTempMenuAction(var3);
|
||||
}
|
||||
@Export("widgetDragDuration")
|
||||
static int widgetDragDuration;
|
||||
@ObfuscatedName("bj")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lgk;"
|
||||
)
|
||||
@Export("clientLanguage")
|
||||
static Language clientLanguage;
|
||||
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(IB)[B",
|
||||
garbageValue = "73"
|
||||
)
|
||||
@Export("ByteArrayPool_getArray")
|
||||
public static synchronized byte[] ByteArrayPool_getArray(int var0) {
|
||||
return ByteArrayPool.ByteArrayPool_getArrayBool(var0, false);
|
||||
}
|
||||
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)V",
|
||||
garbageValue = "2044529336"
|
||||
)
|
||||
public static void method1122() {
|
||||
synchronized(ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock) {
|
||||
if (ArchiveDiskActionHandler.field3124 != 0) {
|
||||
ArchiveDiskActionHandler.field3124 = 1;
|
||||
|
||||
try {
|
||||
ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock.wait();
|
||||
} catch (InterruptedException var3) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user