Uses of Record Class
net.minecraft.server.packs.DownloadQueue.BatchResult
Packages that use DownloadQueue.BatchResult
-
Uses of DownloadQueue.BatchResult in net.minecraft.client.resources.server
Methods in net.minecraft.client.resources.server with parameters of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionprivate void
ServerPackManager.onDownload
(Collection<ServerPackManager.ServerPackData> pPacks, DownloadQueue.BatchResult pBatchResult) Method parameters in net.minecraft.client.resources.server with type arguments of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionvoid
PackDownloader.download
(Map<UUID, DownloadQueue.DownloadRequest> pPacks, Consumer<DownloadQueue.BatchResult> pResultConsumer) -
Uses of DownloadQueue.BatchResult in net.minecraft.server.packs
Methods in net.minecraft.server.packs that return DownloadQueue.BatchResultModifier and TypeMethodDescriptionprivate DownloadQueue.BatchResult
DownloadQueue.runDownload
(DownloadQueue.BatchConfig pBatchConfig, Map<UUID, DownloadQueue.DownloadRequest> pDownloads) Methods in net.minecraft.server.packs that return types with arguments of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionDownloadQueue.downloadBatch
(DownloadQueue.BatchConfig pBatchConfig, Map<UUID, DownloadQueue.DownloadRequest> pDownloads)