Revert "project: 184 (#1670)"

This reverts commit 42acd14658.
This commit is contained in:
Kyle
2019-09-28 17:11:53 +01:00
committed by GitHub
parent 42acd14658
commit b5c6468d19
341 changed files with 90740 additions and 90582 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("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() {
}
}
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() {
}
}