Jordan Rey

Results 21 comments of Jordan Rey

Seems like it looks fine :)

Hi again, I think you should change the annotations color, because when I use lombok I find the annotations color too close from the access modifiers, maybe something like a...

Can confirm, but it's probably because Enigma doesn't know if the unmapped enum is because of a misconfiguration or not, basically I think it doesn't know if it's... already unmapped...

this can (and should be) merged, works perfectly

I got some of the features working by tweaking the scheme. You can get var/let/const in italic in the Javascript Additions, and you can also get the object members light-blue...

@Grafikart Yes that's better :)

So I realised it's possible to do something like `@Mixin(name = "myClass.class")` but it seems like it won't load: java.lang.NullPointerException: Class not found: myClass.class The class is obviously in the...

Interestingly, when I do that : ![image](https://user-images.githubusercontent.com/55905781/210033250-9eb6f56f-164a-4d10-aa3b-a7015306a3cc.png) I get this: ``` ok java.lang.NullPointerException: Class not found: nj.class at java.util.Objects.requireNonNull(Objects.java:228) at com.arenareturns.shaded.tunabytes.bytecode.MixinEntry.targetReader(MixinEntry.java:38) at com.arenareturns.shaded.tunabytes.bytecode.MixinsBootstrap.init(MixinsBootstrap.java:58) at com.arenareturns.shaded.tunabytes.bytecode.MixinsBootstrap.init(MixinsBootstrap.java:34) at com.arenareturns.client.ArenaReturnsWrapper.main(ArenaReturnsWrapper.java:20) ``` So it...

I can confirm that using the library on classes in the default package was the issue, I relocated all classes beforehand using tiny remapper and everything works fine

> Hmm that's odd. What Java version are you using? In Java 9+, Tuna-Bytes looks for other classes in the same package to be able to find a suitable Module...