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_REQUESTstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundPingRequestPacket> ServerboundPingRequestPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidServerPingPacketListener.handlePingRequest(ServerboundPingRequestPacket p_320413_) -
Uses of ServerboundPingRequestPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundPingRequestPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handlePingRequest(ServerboundPingRequestPacket p_320356_) voidServerStatusPacketListenerImpl.handlePingRequest(ServerboundPingRequestPacket p_320923_)