HypixelDev / ModAPI

Hypixel Mod API for interfacing with the Hypixel Server via the Minecraft Plugin Message system.
MIT License
82 stars 10 forks source link

Add the ability to register an error handler #39

Closed ConnorLinfoot closed 2 months ago

ConnorLinfoot commented 2 months ago

Changes registerHandler to return a RegisteredHandler instance, which can then be used to register handling for errors received for that packet.