Class ClientboundPongResponsePacket
java.lang.Object
net.minecraft.network.protocol.status.ClientboundPongResponsePacket
- All Implemented Interfaces:
Packet<ClientStatusPacketListener>
public class ClientboundPongResponsePacket
extends Object
implements Packet<ClientStatusPacketListener>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientboundPongResponsePacket(long p_134876_)ClientboundPongResponsePacket(FriendlyByteBuf p_179831_) -
Method Summary
Modifier and TypeMethodDescriptionlonggetTime()voidhandle(ClientStatusPacketListener p_134882_)voidwrite(FriendlyByteBuf p_134884_)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
time
private final long time
-
-
Constructor Details
-
ClientboundPongResponsePacket
public ClientboundPongResponsePacket(long p_134876_) -
ClientboundPongResponsePacket
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientStatusPacketListener>
-
handle
- Specified by:
handlein interfacePacket<ClientStatusPacketListener>
-
getTime
public long getTime()
-