PingPacket

data class PingPacket(val time: Long) : ClientBoundPacket

Ping Response | 0x01 | status | clientbound

Parameters

time

time

See also

Constructors

Link copied to clipboard
constructor(time: Long)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val time: Long