package
0.0.0-20210111212319-aa68bd442880
Repository: https://github.com/coderlane/go-minecraft-ping.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new client connection.
NewMockClient creates a new mock instance.

# Structs

MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
Packet encapulsates all messages on the wire.

# Interfaces

Client handles low level communication with Minecraft servers.

# Type aliases

VarInt is a 32 bit integer with variable encoding.
VarString is a string prefixed with a VarInt.