Class ClientboundPongResponsePacket
java.lang.Object
net.minecraft.network.protocol.status.ClientboundPongResponsePacket
- All Implemented Interfaces:
 Packet<ClientPongPacketListener>
public class ClientboundPongResponsePacket
extends Object
implements Packet<ClientPongPacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundPongResponsePacket(long p_134876_) ClientboundPongResponsePacket(FriendlyByteBuf p_179831_)  - 
Method Summary
Modifier and TypeMethodDescriptionlonggetTime()voidhandle(ClientPongPacketListener p_299025_) 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, nextProtocol 
- 
Field Details
- 
time
private final long time 
 - 
 - 
Constructor Details
- 
ClientboundPongResponsePacket
public ClientboundPongResponsePacket(long p_134876_)  - 
ClientboundPongResponsePacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientPongPacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientPongPacketListener>
 - 
getTime
public long getTime() 
 -