Uses of Class
net.minecraft.network.protocol.common.ServerboundPongPacket
Packages that use ServerboundPongPacket
- 
Uses of ServerboundPongPacket in net.minecraft.network.protocol.commonFields in net.minecraft.network.protocol.common with type parameters of type ServerboundPongPacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundPongPacket> CommonPacketTypes.SERVERBOUND_PONGstatic final StreamCodec<FriendlyByteBuf, ServerboundPongPacket> ServerboundPongPacket.STREAM_CODECMethods in net.minecraft.network.protocol.common that return types with arguments of type ServerboundPongPacketMethods in net.minecraft.network.protocol.common with parameters of type ServerboundPongPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListener.handlePong(ServerboundPongPacket p_294309_) 
- 
Uses of ServerboundPongPacket in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type ServerboundPongPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListenerImpl.handlePong(ServerboundPongPacket p_295142_) voidServerConfigurationPacketListenerImpl.handlePong(ServerboundPongPacket p_295142_)