packetlib
SNAPSHOT
jvm
packetlib
/
io.layercraft.packetlib.packets.v1_19_3.status.serverbound
/
PingPacket
Ping
Packet
data
class
PingPacket
(
val
time
:
Long
)
:
ServerBoundPacket
Ping Request | 0x01 | status | serverbound
Parameters
time
time
See also
https://wiki.vg/Protocol#Ping_Request
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