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,7 +11,7 @@ public class InvDefinition extends DualNode {
@ObfuscatedSignature(
signature = "Ler;"
)
static EvictingDualNodeHashTable __ib_f;
static EvictingDualNodeHashTable field427;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = 1358868971
@@ -19,10 +19,6 @@ public class InvDefinition extends DualNode {
@Export("size")
public int size;
static {
__ib_f = new EvictingDualNodeHashTable(64);
}
InvDefinition() {
this.size = 0;
}
@@ -34,9 +30,9 @@ public class InvDefinition extends DualNode {
)
@Export("read")
void read(Buffer var1) {
while(true) {
while (true) {
int var2 = var1.readUnsignedByte();
if(var2 == 0) {
if (var2 == 0) {
return;
}
@@ -51,8 +47,8 @@ public class InvDefinition extends DualNode {
)
@Export("readNext")
void readNext(Buffer var1, int var2) {
if(var2 == 2) {
this.size = var1.__ag_302();
if (var2 == 2) {
this.size = var1.method43();
}
}
@@ -65,4 +61,8 @@ public class InvDefinition extends DualNode {
public static void method4754() {
ParamKeyDefinition.ParamKeyDefinition_cached.clear();
}
static {
field427 = new EvictingDualNodeHashTable(64);
}
}