Uses of Record Class
net.minecraft.server.packs.DownloadQueue.DownloadRequest
Packages that use DownloadQueue.DownloadRequest
-
Uses of DownloadQueue.DownloadRequest in net.minecraft.client.resources.server
Method parameters in net.minecraft.client.resources.server with type arguments of type DownloadQueue.DownloadRequestModifier and TypeMethodDescriptionvoidPackDownloader.download(Map<UUID, DownloadQueue.DownloadRequest> packs, Consumer<DownloadQueue.BatchResult> resultConsumer) -
Uses of DownloadQueue.DownloadRequest in net.minecraft.server.packs
Method parameters in net.minecraft.server.packs with type arguments of type DownloadQueue.DownloadRequestModifier and TypeMethodDescriptionDownloadQueue.downloadBatch(DownloadQueue.BatchConfig batchConfig, Map<UUID, DownloadQueue.DownloadRequest> downloads) private DownloadQueue.BatchResultDownloadQueue.runDownload(DownloadQueue.BatchConfig batchConfig, Map<UUID, DownloadQueue.DownloadRequest> downloads)