Uses of Class
net.minecraft.network.protocol.common.ServerboundPongPacket
Packages that use ServerboundPongPacket
-
Uses of ServerboundPongPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ServerboundPongPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundPongPacket> CommonPacketTypes.SERVERBOUND_PONG
static final StreamCodec
<FriendlyByteBuf, ServerboundPongPacket> ServerboundPongPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ServerCommonPacketListener.handlePong
(ServerboundPongPacket p_294309_) -
Uses of ServerboundPongPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundPongPacketModifier and TypeMethodDescriptionvoid
ServerCommonPacketListenerImpl.handlePong
(ServerboundPongPacket p_295142_) void
ServerConfigurationPacketListenerImpl.handlePong
(ServerboundPongPacket p_295142_)