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> requests, Consumer<DownloadQueue.BatchResult> output) -
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 config, Map<UUID, DownloadQueue.DownloadRequest> requests) private DownloadQueue.BatchResultDownloadQueue.runDownload(DownloadQueue.BatchConfig config, Map<UUID, DownloadQueue.DownloadRequest> requests)