Remove invalid/add missing Export annotations

This commit is contained in:
Lucas
2019-06-27 00:20:27 +02:00
parent 0c89cab9cb
commit 971549db3a
227 changed files with 215 additions and 1557 deletions

View File

@@ -11,58 +11,48 @@ public class Timer {
@ObfuscatedGetter(
longValue = 6181704275746246665L
)
@Export("__m")
long __m;
@ObfuscatedName("f")
@ObfuscatedGetter(
longValue = -8166664055136527097L
)
@Export("__f")
long __f;
@ObfuscatedName("q")
@Export("__q")
public boolean __q;
@ObfuscatedName("w")
@ObfuscatedGetter(
longValue = -6206176920376957899L
)
@Export("__w")
long __w;
@ObfuscatedName("o")
@ObfuscatedGetter(
longValue = -5820022560321695785L
)
@Export("__o")
long __o;
@ObfuscatedName("u")
@ObfuscatedGetter(
longValue = -7044840680232740733L
)
@Export("__u")
long __u;
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = -500639955
)
@Export("__g")
int __g;
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 2043109577
)
@Export("__l")
int __l;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 978183419
)
@Export("__e")
int __e;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 1684916659
)
@Export("__x")
int __x;
public Timer() {
@@ -83,7 +73,6 @@ public class Timer {
signature = "(I)V",
garbageValue = "2027048361"
)
@Export("__m_453")
public void __m_453() {
this.__m = class203.currentTimeMs();
}
@@ -93,7 +82,6 @@ public class Timer {
signature = "(B)V",
garbageValue = "3"
)
@Export("__f_454")
public void __f_454() {
if(-1L != this.__m) {
this.__o = class203.currentTimeMs() - this.__m;
@@ -107,7 +95,6 @@ public class Timer {
signature = "(II)V",
garbageValue = "-1162738177"
)
@Export("__q_455")
public void __q_455(int var1) {
this.__f = class203.currentTimeMs();
this.__g = var1;
@@ -118,7 +105,6 @@ public class Timer {
signature = "(I)V",
garbageValue = "-1855026926"
)
@Export("__w_456")
public void __w_456() {
if(this.__f != -1L) {
this.__w = class203.currentTimeMs() - this.__f;
@@ -134,7 +120,6 @@ public class Timer {
signature = "(S)V",
garbageValue = "-30171"
)
@Export("__o_457")
public void __o_457() {
this.__q = false;
this.__l = 0;
@@ -145,7 +130,6 @@ public class Timer {
signature = "(I)V",
garbageValue = "-812012402"
)
@Export("__u_458")
public void __u_458() {
this.__w_456();
}