rs-client/apis
This commit is contained in:
@@ -4,35 +4,35 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("fm")
|
||||
@ObfuscatedName("fa")
|
||||
@Implements("Task")
|
||||
public class Task {
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lfm;"
|
||||
)
|
||||
@Export("next")
|
||||
Task next;
|
||||
@ObfuscatedName("o")
|
||||
@Export("status")
|
||||
public volatile int status;
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1097728571
|
||||
)
|
||||
@Export("type")
|
||||
int type;
|
||||
@ObfuscatedName("g")
|
||||
@Export("intArgument")
|
||||
public int intArgument;
|
||||
@ObfuscatedName("l")
|
||||
@Export("objectArgument")
|
||||
Object objectArgument;
|
||||
@ObfuscatedName("e")
|
||||
@Export("result")
|
||||
public volatile Object result;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lfa;"
|
||||
)
|
||||
@Export("next")
|
||||
Task next;
|
||||
@ObfuscatedName("k")
|
||||
@Export("status")
|
||||
public volatile int status;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -819233797
|
||||
)
|
||||
@Export("type")
|
||||
int type;
|
||||
@ObfuscatedName("b")
|
||||
@Export("intArgument")
|
||||
public int intArgument;
|
||||
@ObfuscatedName("i")
|
||||
@Export("objectArgument")
|
||||
Object objectArgument;
|
||||
@ObfuscatedName("c")
|
||||
@Export("result")
|
||||
public volatile Object result;
|
||||
|
||||
Task() {
|
||||
this.status = 0;
|
||||
}
|
||||
Task() {
|
||||
this.status = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user