3arthqu4ke / headlessmc

Minecraft on the command line
https://3arthqu4ke.github.io/headlessmc/
MIT License
142 stars 16 forks source link

In memory launcher #156

Closed 3arthqu4ke closed 2 months ago

3arthqu4ke commented 2 months ago

Closes #149

110

3arthqu4ke commented 2 months ago

Only codacy failed on a setAccessible reflection call.

Note that with Java 17 the Security Manager, which is used for PrivilegedAction execution, is deprecated: [JEP 411: Deprecate the Security Manager for Removal](https://openjdk.java.net/jeps/411). For future-proof code, deliberate access alteration should be suppressed using the usual suppression methods (e.g. by using @SuppressWarnings annotation).

Well, we also want to build for java 17, so which @SuppressWarnings?