Package-level declarations

Types

Link copied to clipboard
data class PingPacket(val time: Long) : ClientBoundPacket

Ping Response | 0x01 | status | clientbound

Link copied to clipboard
data class ServerInfoPacket(val response: String) : ClientBoundPacket

Status Response | 0x00 | status | clientbound