PingPacket

data class PingPacket(val id: Int) : ClientBoundPacket

Ping (play) | 0x2e | play | clientbound

Parameters

id

id

See also

Constructors

Link copied to clipboard
constructor(id: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val id: Int