Tnze / go-mc

Collection of Go libraries for Minecraft
https://go-mc.github.io/tutorial/
MIT License
848 stars 114 forks source link

Write entire compressed packet at once #236

Closed richgrov closed 1 year ago

richgrov commented 1 year ago

More discussion on #234

Tnze commented 1 year ago

And should definitely consider negative VarInts.

richgrov commented 1 year ago

I didn't realize you already added the Len() functions, so I merged those along with changing the old functions into WriteToBytes()