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

@@ -10,21 +10,22 @@ public class Link {
@ObfuscatedSignature(
signature = "Lgh;"
)
public Link __m;
public Link field461;
@ObfuscatedName("f")
@ObfuscatedSignature(
signature = "Lgh;"
)
public Link __f;
public Link field462;
@ObfuscatedName("m")
@Export("remove")
public void remove() {
if(this.__f != null) {
this.__f.__m = this.__m;
this.__m.__f = this.__f;
this.__m = null;
this.__f = null;
if (this.field462 != null) {
this.field462.field461 = this.field461;
this.field461.field462 = this.field462;
this.field461 = null;
this.field462 = null;
}
}
}