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 TypeMethodDescriptionvoid
PackDownloader.download
(Map<UUID, DownloadQueue.DownloadRequest> pPacks, Consumer<DownloadQueue.BatchResult> pResultConsumer) -
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 pBatchConfig, Map<UUID, DownloadQueue.DownloadRequest> pDownloads) private DownloadQueue.BatchResult
DownloadQueue.runDownload
(DownloadQueue.BatchConfig pBatchConfig, Map<UUID, DownloadQueue.DownloadRequest> pDownloads)