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,61 +11,61 @@ public class Timer {
@ObfuscatedGetter(
longValue = 6181704275746246665L
)
long __m;
long field919;
@ObfuscatedName("f")
@ObfuscatedGetter(
longValue = -8166664055136527097L
)
long __f;
long field920;
@ObfuscatedName("q")
public boolean __q;
public boolean field921;
@ObfuscatedName("w")
@ObfuscatedGetter(
longValue = -6206176920376957899L
)
long __w;
long field922;
@ObfuscatedName("o")
@ObfuscatedGetter(
longValue = -5820022560321695785L
)
long __o;
long field923;
@ObfuscatedName("u")
@ObfuscatedGetter(
longValue = -7044840680232740733L
)
long __u;
long field924;
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = -500639955
)
int __g;
int field925;
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 2043109577
)
int __l;
int field926;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 978183419
)
int __e;
int field927;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 1684916659
)
int __x;
int field928;
public Timer() {
this.__m = -1L;
this.__f = -1L;
this.__q = false;
this.__w = 0L;
this.__o = 0L;
this.__u = 0L;
this.__g = 0;
this.__l = 0;
this.__e = 0;
this.__x = 0;
this.field919 = -1L;
this.field920 = -1L;
this.field921 = false;
this.field922 = 0L;
this.field923 = 0L;
this.field924 = 0L;
this.field925 = 0;
this.field926 = 0;
this.field927 = 0;
this.field928 = 0;
}
@ObfuscatedName("m")
@@ -73,8 +73,8 @@ public class Timer {
signature = "(I)V",
garbageValue = "2027048361"
)
public void __m_453() {
this.__m = class203.currentTimeMs();
public void method329() {
this.field919 = class203.currentTimeMs();
}
@ObfuscatedName("f")
@@ -82,10 +82,10 @@ public class Timer {
signature = "(B)V",
garbageValue = "3"
)
public void __f_454() {
if(-1L != this.__m) {
this.__o = class203.currentTimeMs() - this.__m;
this.__m = -1L;
public void method330() {
if (-1L != this.field919) {
this.field923 = class203.currentTimeMs() - this.field919;
this.field919 = -1L;
}
}
@@ -95,9 +95,9 @@ public class Timer {
signature = "(II)V",
garbageValue = "-1162738177"
)
public void __q_455(int var1) {
this.__f = class203.currentTimeMs();
this.__g = var1;
public void method331(int var1) {
this.field920 = class203.currentTimeMs();
this.field925 = var1;
}
@ObfuscatedName("w")
@@ -105,14 +105,14 @@ public class Timer {
signature = "(I)V",
garbageValue = "-1855026926"
)
public void __w_456() {
if(this.__f != -1L) {
this.__w = class203.currentTimeMs() - this.__f;
this.__f = -1L;
public void method332() {
if (this.field920 != -1L) {
this.field922 = class203.currentTimeMs() - this.field920;
this.field920 = -1L;
}
++this.__e;
this.__q = true;
++this.field927;
this.field921 = true;
}
@ObfuscatedName("o")
@@ -120,9 +120,9 @@ public class Timer {
signature = "(S)V",
garbageValue = "-30171"
)
public void __o_457() {
this.__q = false;
this.__l = 0;
public void method333() {
this.field921 = false;
this.field926 = 0;
}
@ObfuscatedName("u")
@@ -130,8 +130,8 @@ public class Timer {
signature = "(I)V",
garbageValue = "-812012402"
)
public void __u_458() {
this.__w_456();
public void method334() {
this.method332();
}
@ObfuscatedName("g")
@@ -141,36 +141,36 @@ public class Timer {
)
@Export("write")
public void write(Buffer var1) {
long var2 = this.__o;
long var2 = this.field923;
var2 /= 10L;
if(var2 < 0L) {
if (var2 < 0L) {
var2 = 0L;
} else if(var2 > 65535L) {
} else if (var2 > 65535L) {
var2 = 65535L;
}
var1.writeShort((int)var2);
long var4 = this.__w;
long var4 = this.field922;
var4 /= 10L;
if(var4 < 0L) {
if (var4 < 0L) {
var4 = 0L;
} else if(var4 > 65535L) {
} else if (var4 > 65535L) {
var4 = 65535L;
}
var1.writeShort((int)var4);
long var6 = this.__u;
long var6 = this.field924;
var6 /= 10L;
if(var6 < 0L) {
if (var6 < 0L) {
var6 = 0L;
} else if(var6 > 65535L) {
} else if (var6 > 65535L) {
var6 = 65535L;
}
var1.writeShort((int)var6);
var1.writeShort(this.__g);
var1.writeShort(this.__l);
var1.writeShort(this.__e);
var1.writeShort(this.__x);
var1.writeShort(this.field925);
var1.writeShort(this.field926);
var1.writeShort(this.field927);
var1.writeShort(this.field928);
}
}