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

Decouple packet types #9

Closed xxDark closed 6 months ago

xxDark commented 6 months ago

Split packet types into serverbound and clientbound packets. Add handlemethod to add clientbound packets.

Amejonah1200 commented 6 months ago

... commonly known as "visitor pattern".

Janmm14 commented 6 months ago

The removal of the unneeded read/write methods might not be in the interest of hypixel, they do need it

xxDark commented 6 months ago

The removal of the unneeded method might not be in the interest of hypixel, they do need it

Which one exactly? Edit: write methods, I guess? Right.