PingPacket

data class PingPacket(val time: Long) : ServerBoundPacket

Ping Request | 0x01 | status | serverbound

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