Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisconnectPacket ¶
type DisconnectPacket struct { packets.MinecraftPacket Reason string `mc:"string"` }
type HandshakePacket ¶
type KeepAlivePacket ¶
type KeepAlivePacket struct { // *packets.CompressedPacket packets.MinecraftPacket KeepAliveID int64 `mc:"inherit"` }
type LoginStartPacket ¶
type LoginStartPacket struct { // *packets.UncompressedPacket packets.MinecraftPacket Name string `mc:"string"` }
type LoginSuccessPacket ¶
type LoginSuccessPacket struct { // *packets.CompressedPacket packets.MinecraftPacket UUID []byte `mc:"bytes" len:"16"` Username string `mc:"string"` }
type SetCompressionPacket ¶
type SetCompressionPacket struct { // *packets.UncompressedPacket packets.MinecraftPacket Treshold int32 `mc:"varint"` }
Click to show internal directories.
Click to hide internal directories.