OrionMinecraft / Orion

Mixin loader for Paper
MIT License
46 stars 4 forks source link

Classes from Orion JAR are not usable in server #1

Closed mikroskeem closed 7 years ago

mikroskeem commented 7 years ago

One good example is feature/disable-player-data-saving branch. Server dies off with IncompatibleClassChangeError error

Very likely that event classes and such are affected from this problem.

Debug event listener mechanism had clazz.asSubclass(Event.class) and that threw ClassCastException though.

I did some debugging and got this this:

Server classes: