Class ServerboundPongPacket
java.lang.Object
net.minecraft.network.protocol.common.ServerboundPongPacket
- All Implemented Interfaces:
 Packet<ServerCommonPacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionServerboundPongPacket(int p_300898_) ServerboundPongPacket(FriendlyByteBuf p_297786_)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetId()voidhandle(ServerCommonPacketListener p_298626_) voidwrite(FriendlyByteBuf p_299986_) 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
- 
id
private final int id 
 - 
 - 
Constructor Details
- 
ServerboundPongPacket
public ServerboundPongPacket(int p_300898_)  - 
ServerboundPongPacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ServerCommonPacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ServerCommonPacketListener>
 - 
getId
public int getId() 
 -