project: 184 (#1670)

* 184

* checkstyle
This commit is contained in:
Owain van Brakel
2019-09-28 18:05:04 +02:00
committed by Kyle
parent 6f3152456f
commit 42acd14658
341 changed files with 90582 additions and 90740 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() {
}
}