package
0.0.0-20250101091648-7085b38b63d3
Repository: https://github.com/airforce270/mc-srv.git
Documentation: pkg.go.dev
# Functions
Bool writes a boolean to the given writer.
Byte writes a byte to the given writer.
Bytes writes the bytes to the given writer.
Int writes an int to the given writer.
Long writes an int64 to the given writer.
String writes a string to the given writer.
UUID writes a UUID to the given writer.
VarInt writes a int32 to the given writer.
VarIntLen returns the serialized len of the given varint.
# Variables
ErrStringTooLong is returned if the string attempting to be encoded is too long.