When you have an inferface in your code, neptune breaks
@exclude does not change anything
This is the error
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Class.getName()" because the return value of "java.lang.Class.getSuperclass()" is null
at gg.flyte.neptune.command.CommandDispatcher.isListener(CommandDispatcher.java:207)
at gg.flyte.neptune.command.CommandDispatcher.(CommandDispatcher.java:56)
at gg.flyte.neptune.Neptune.(Neptune.java:30)
at gg.flyte.neptune.Neptune$Builder.create(Neptune.java:77)
When you have an inferface in your code, neptune breaks
@exclude does not change anything
This is the error
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Class.getName()" because the return value of "java.lang.Class.getSuperclass()" is null
at gg.flyte.neptune.command.CommandDispatcher.isListener(CommandDispatcher.java:207)
at gg.flyte.neptune.command.CommandDispatcher.(CommandDispatcher.java:56)
at gg.flyte.neptune.Neptune.(Neptune.java:30)
at gg.flyte.neptune.Neptune$Builder.create(Neptune.java:77)