packetlib
SNAPSHOT
jvm
packetlib
/
io.layercraft.packetlib.packets.v1_19_3.status.clientbound
/
PingPacket
Ping
Packet
data
class
PingPacket
(
val
time
:
Long
)
:
ClientBoundPacket
Ping Response | 0x01 | status | clientbound
Parameters
time
time
See also
https://wiki.vg/Protocol#Ping_Response
Members
Constructors
Ping
Packet
Link copied to clipboard
constructor
(
time
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
:
PacketSerializer
<
PingPacket
>
Properties
time
Link copied to clipboard
val
time
:
Long