project: update from 184 to 184 (#1675)

* 184

* checkstyle

* project: fix exports.
This commit is contained in:
Ganom
2019-09-28 13:37:36 -04:00
committed by Kyle
parent 63e7952335
commit cb57ab26b3
341 changed files with 90585 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() {
}
}