package
1.15.2
Repository: https://github.com/mattecarra/go-mc.git
Documentation: pkg.go.dev

# Packages

Package path implements pathfinding.
Package phy implements a minimal physics simulation necessary for realistic bot behavior.
No description provided by the author

# Functions

NewClient init and return a new Client.
OfflineUUID return the UUID from player name in offline mode.
PingAndList check server status and list online player.
PingAndListTimeout PingAndLIstTimeout is the version of PingAndList with max request time.

# Constants

Used by Settings.DisplayedSkinParts.
Used by Settings.DisplayedSkinParts.
Used by Settings.DisplayedSkinParts.
Used by Settings.DisplayedSkinParts.
ProtocolVersion , the protocol version number of minecraft net protocol.
Used by Settings.DisplayedSkinParts.
Used by Settings.DisplayedSkinParts.

# Variables

DefaultSettings are the default settings of client.

# Structs

Auth includes a account.
Client is used to access Minecraft server.
PlayerAbilities defines what player can do.
PlayInfo content player info in server.
Position is a 3D vector.
ServInfo contains information about the server implementation.
Settings of client.

# Interfaces

A Dialer is a means to establish a connection.