package
0.0.0-20241207143653-fb440bd60692
Repository: https://github.com/oopsgary/go-mc-modified.git
Documentation: pkg.go.dev
# Functions
DialMC create a Minecraft connection Lookup SRV records only if port doesn't exist or equals to 0.
DialMCTimeout acts like DialMC but takes a timeout.
DialRCON connect to a RCON server and return the connection after login.
ListenMC listen as TCP but Accept a mc Conn.
ListenRCON announces on the local network address, accepting RCON clients.
WrapConn warp a net.Conn to MC-Conn Helps you modify the connection process (e.g.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Conn is a minecraft Connection.
A Listener is a minecraft Listener.
No description provided by the author
No description provided by the author
# Interfaces
MCDialer provide DialMCContext method, can be used to dial a minecraft server.
No description provided by the author
RCONServerConn is the connection in the server side.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Dialer implements MCDialer interface.