Use newer version of fernflower and remove __xx names

This commit is contained in:
Lucas
2019-07-04 23:51:52 +02:00
parent 1f2a9b21d6
commit a8d801d830
294 changed files with 27369 additions and 27322 deletions

View File

@@ -11,10 +11,6 @@ public class class322 {
@Export("reflectionChecks")
public static IterableNodeDeque reflectionChecks;
static {
reflectionChecks = new IterableNodeDeque();
}
@ObfuscatedName("m")
@ObfuscatedSignature(
signature = "(Lir;III)Lln;",
@@ -22,6 +18,10 @@ public class class322 {
)
@Export("readSprite")
public static Sprite readSprite(AbstractIndexCache var0, int var1, int var2) {
return !SpriteMask.loadSprite(var0, var1, var2)?null:class258.method4900();
return !SpriteMask.loadSprite(var0, var1, var2) ? null : class258.method4900();
}
static {
reflectionChecks = new IterableNodeDeque();
}
}