Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { net.Conn Reader *stream.ProtocolReader Username string UUID uuid.UUID Compression bool KeepAlive int PacketsQueue chan protocol.PacketOut ProxyData []string State types.State Protocol int32 Disconnected bool // contains filtered or unexported fields }
func (*Conn) Disconnect ¶
func (c *Conn) Disconnect(message component.IChatComponent)
func (*Conn) HandlePacket ¶
Click to show internal directories.
Click to hide internal directories.