Class ServerboundPongPacket
java.lang.Object
net.minecraft.network.protocol.common.ServerboundPongPacket
- All Implemented Interfaces:
- Packet<ServerCommonPacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionServerboundPongPacket(int p_300898_) ServerboundPongPacket(FriendlyByteBuf p_297786_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()voidhandle(ServerCommonPacketListener p_298626_) voidwrite(FriendlyByteBuf p_299986_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
idprivate final int id
 
- 
- 
Constructor Details- 
ServerboundPongPacketpublic ServerboundPongPacket(int p_300898_) 
- 
ServerboundPongPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ServerCommonPacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ServerCommonPacketListener>
 
- 
getIdpublic int getId()
 
-