This commit is contained in:
Lucwousin
2019-09-26 14:22:19 +02:00
parent 9b020b1ea6
commit fd294114e2
341 changed files with 90594 additions and 91052 deletions

View File

@@ -1,36 +1,36 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("jb")
@Implements("TriBool")
public class TriBool {
@ObfuscatedName("c")
@ObfuscatedSignature(
signature = "Ljb;"
)
@Export("TriBool_unknown")
public static final TriBool TriBool_unknown;
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "Ljb;"
)
@Export("TriBool_true")
public static final TriBool TriBool_true;
@ObfuscatedName("t")
@ObfuscatedSignature(
signature = "Ljb;"
)
@Export("TriBool_false")
public static final TriBool TriBool_false;
static {
TriBool_unknown = new TriBool();
TriBool_true = new TriBool();
TriBool_false = new TriBool();
}
TriBool() {
}
}
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("jm")
@Implements("TriBool")
public class TriBool {
@ObfuscatedName("z")
@ObfuscatedSignature(
signature = "Ljm;"
)
@Export("TriBool_unknown")
public static final TriBool TriBool_unknown;
@ObfuscatedName("n")
@ObfuscatedSignature(
signature = "Ljm;"
)
@Export("TriBool_true")
public static final TriBool TriBool_true;
@ObfuscatedName("v")
@ObfuscatedSignature(
signature = "Ljm;"
)
@Export("TriBool_false")
public static final TriBool TriBool_false;
static {
TriBool_unknown = new TriBool();
TriBool_true = new TriBool();
TriBool_false = new TriBool();
}
TriBool() {
}
}