SkyHanni icon indicating copy to clipboard operation
SkyHanni copied to clipboard

Backend: Add event inheritance

Open ThatGravyBoat opened this issue 8 months ago • 9 comments

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 https://github.com/hannibal002/SkyHanni/commit/c41bc1bf5db7bbc26786ae5eb1b1183c6e85717f This PR also contains moving WorldClickEvent to SkyHanniEvent to demonstrate this.

Changelog Technical Details

  • Add SkyHanni event inheritance. - ThatGravyBoat

ThatGravyBoat avatar Jun 09 '24 16:06 ThatGravyBoat