Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { *raknet.Conn // contains filtered or unexported fields }
Conn is a minecraft Connection
type ConnProcessor ¶
Processing Node
func (ConnProcessor) ProcessConn ¶
func (cp ConnProcessor) ProcessConn(c net.Conn) (bedprox.ProcessedConn, error)
type Gateway ¶
type Listener ¶
type Listener struct { Bind string PingStatus PingStatus *raknet.Listener }
type PingStatus ¶
type ProcessedConn ¶
type ProcessedConn struct { *Conn // contains filtered or unexported fields }
func (ProcessedConn) RemoteAddr ¶
func (c ProcessedConn) RemoteAddr() net.Addr
func (ProcessedConn) ServerAddr ¶
func (c ProcessedConn) ServerAddr() string
func (ProcessedConn) Username ¶
func (c ProcessedConn) Username() string
Click to show internal directories.
Click to hide internal directories.