Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods
This commit is contained in:
@@ -582,7 +582,8 @@ public class Widget extends Node {
|
||||
@Export("onSubChange")
|
||||
public Object[] onSubChange;
|
||||
@ObfuscatedName("ee")
|
||||
public Object[] field975;
|
||||
@Export("onResize")
|
||||
public Object[] onResize;
|
||||
@ObfuscatedName("eq")
|
||||
@Export("onStockTransmit")
|
||||
public Object[] onStockTransmit;
|
||||
|
||||
Reference in New Issue
Block a user