HypixelDev / ModAPI

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

Improve writeVarInt: no loops, return self #6

Closed Janmm14 closed 7 months ago

Janmm14 commented 7 months ago

Improved performance by efficient loop unrolling.

All other write methods return this, align writeVarint to do the same.

License: WTFPL