You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: