Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods
This commit is contained in:
@@ -130,8 +130,7 @@ public class Bounds {
|
||||
return this.field42 + this.field44;
|
||||
}
|
||||
|
||||
@ObfuscatedName("toString")
|
||||
public String method35() {
|
||||
public String toString() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user