You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update is made to fit with changes in the most recent KubeJS release.
Schema JSON now applies to lang files in KubeJS asset folder automatically.
Fixed Probe not dumping default methods of interfaces in concrete classes.
Made event dumps with sub-ids a bit clearer.
Constructors of Internal classes are exposed now, with a warning to tell you not use them without java().
Fixed some docs.
Any interface that extends interface with @FunctionalInterface will be considered as a possible @FunctionalInterface too. One and only one non-default method is still required for this method.
Added namespace and path for String prototype.
Added requirement of @FunctionalInterface for lambdas to be dumped again.
Added config options to allow output of obfuscated names.