Update to 1.16.3 + add a few new event callbacks.

This commit is contained in:
Tom
2020-09-11 17:58:15 -07:00
parent 5bff8bcb2b
commit 0ec82d90a7
6 changed files with 122 additions and 23 deletions

View File

@ -14,7 +14,7 @@ import (
)
// ProtocolVersion , the protocol version number of minecraft net protocol
const ProtocolVersion = 751
const ProtocolVersion = 753
// JoinServer connect a Minecraft server for playing the game.
func (c *Client) JoinServer(addr string, port int) (err error) {