-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend: Add event inheritance #2047
Backend: Add event inheritance #2047
Conversation
@nea89o would love to see your feedback on this |
should this pr also port all existing events to SkyHanniEvent or should this pr only implement the concept? |
The bigger the pr, the harder to test and review. |
This would be a change of ~3000 additons & 3000 deletions |
I see. The system works for me as of now. Is it only the reviewing holding on the pr or are there still things to be implemented? |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/api/event/EventHandler.kt # src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHighlightClickedBlocks.kt
Conflicts have been resolved! 🎉 |
Please Hanni merge 🥺 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worked for me in my testing
What
Adds back event class inheritance as previously not included in #2008
This will create an event handler on the first post of an event and will include all listeners from all super classes.
The changes can be viewed in this commit c41bc1b
This PR also contains moving
WorldClickEvent
toSkyHanniEvent
to demonstrate this.Changelog Technical Details