How to do a quick preview of game modifications

Is there any way I can see the effect of the modification without closing the game when I finish modifying the AbstractControl code? I’ve searched the web and it seems that I can customise the ClassLoader to do this, I’m wondering if anyone has done this, if anyone has done anything already please point me in the right direction thanks!

By this do you mean hotswapping code?

Many IDEs do this (intellij does for example) but you usually need to be in debug mode.

The keyword hotswapping should help you find how to do it with your IDE

1 Like

Thank you for your reply.,I’ll check it out.