ZenUtils icon indicating copy to clipboard operation
ZenUtils copied to clipboard

Results 5 ZenUtils issues
Sort by recently updated
recently updated
newest added

Will be particularly useful for method overriding and mixin script. A simple way of implementing this is: - For directly blocked class, mark all its members as invalid - For...

Can not `int[]` `[int]` Can not `[int].sort(function(a as int, b as int))`, but `[int].sort(function a as native.java.lang.Integer, b as native.java.lang.Integer))` works Compile these should give an automatic box and unbox,...

Curious if this is even possible, because I couldn't figure out how to do this with native method access (if it's even possible). Ideally this would allow packmakers to customize...

With mod [RequiousFracto](https://www.curseforge.com/minecraft/mc-mods/requious-frakto) installed, `StringList.create` returns different values based on variable declaration method. test.zs: ```less #reloadable import mods.zenutils.StringList; print('~'~StringList.create(['one', 'two', 'three']).get(1)); val list = ['one', 'two', 'three'] as string[]; print('~'~StringList.create(list).get(1));...

I am debugging recently E2EE ZS mixin changes. I found this like in dedicated server's `crafttweaker.log`: ```less [CONSTRUCTING][SERVER][ERROR] [mixin | SIDE_SERVER]: Error parsing mixin/oldjavawarning.zs:4 -- class net.darkhax.oldjava.OldJavaWarning does not exist....