Mod API 0.5.0
This update includes a breaking change to how handlers are registered via HypixelModAPI#registerHandler
. Previous implementations that use this will not work with this version.
Reminder: Breaking changes are something we will always try to avoid when the Mod API fully releases (hopefully later this month). But during this initial feedback stage, we are open to breaking changes if they improve the overall implementation of the Mod API.
What's Changed
- Changed to use functional interfaces for clientbound packet handling by @nextdayy in #29
- Fixed an issue in the Forge implementation that could result in packets being unable to be sent when receiving the hello packet.
Download Links
Full Changelog: v0.4.0...v0.5.0