Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods

This commit is contained in:
Lucas
2019-07-07 21:30:17 +02:00
parent e2aac6d899
commit 83533475d4
116 changed files with 802 additions and 752 deletions

View File

@@ -33,11 +33,12 @@ public enum class266 implements Enumerated {
@ObfuscatedGetter(
intValue = -1327532101
)
final int field3530;
@Export("id")
final int id;
private class266(int var3, int var4) {
this.field3528 = var3;
this.field3530 = var4;
this.id = var4;
}
@ObfuscatedName("f")
@@ -47,7 +48,7 @@ public enum class266 implements Enumerated {
)
@Export("rsOrdinal")
public int rsOrdinal() {
return this.field3530;
return this.id;
}
@ObfuscatedName("ft")