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> p_314562_, DownloadQueue.BatchResult p_314549_) Method parameters in net.minecraft.client.resources.server with type arguments of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionvoid
PackDownloader.download
(Map<UUID, DownloadQueue.DownloadRequest> p_314430_, Consumer<DownloadQueue.BatchResult> p_314486_) -
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 p_314482_, Map<UUID, DownloadQueue.DownloadRequest> p_314452_) Methods in net.minecraft.server.packs that return types with arguments of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionDownloadQueue.downloadBatch
(DownloadQueue.BatchConfig p_314536_, Map<UUID, DownloadQueue.DownloadRequest> p_314654_)