Uses of Class
net.minecraft.network.protocol.ping.ServerboundPingRequestPacket
Packages that use ServerboundPingRequestPacket
-
Uses of ServerboundPingRequestPacket in net.minecraft.network.protocol.ping
Fields in net.minecraft.network.protocol.ping with type parameters of type ServerboundPingRequestPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundPingRequestPacket> PingPacketTypes.SERVERBOUND_PING_REQUEST
static final StreamCodec
<FriendlyByteBuf, ServerboundPingRequestPacket> ServerboundPingRequestPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.ping that return types with arguments of type ServerboundPingRequestPacketMethods in net.minecraft.network.protocol.ping with parameters of type ServerboundPingRequestPacketModifier and TypeMethodDescriptionvoid
ServerPingPacketListener.handlePingRequest
(ServerboundPingRequestPacket p_320413_) -
Uses of ServerboundPingRequestPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundPingRequestPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handlePingRequest
(ServerboundPingRequestPacket p_320356_) void
ServerStatusPacketListenerImpl.handlePingRequest
(ServerboundPingRequestPacket p_320923_)