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 voidServerPackManager.onDownload(Collection<ServerPackManager.ServerPackData> packs, DownloadQueue.BatchResult batchResult) Method parameters in net.minecraft.client.resources.server with type arguments of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionvoidPackDownloader.download(Map<UUID, DownloadQueue.DownloadRequest> packs, Consumer<DownloadQueue.BatchResult> resultConsumer) -
Uses of DownloadQueue.BatchResult in net.minecraft.server.packs
Methods in net.minecraft.server.packs that return DownloadQueue.BatchResultModifier and TypeMethodDescriptionprivate DownloadQueue.BatchResultDownloadQueue.runDownload(DownloadQueue.BatchConfig batchConfig, Map<UUID, DownloadQueue.DownloadRequest> downloads) Methods in net.minecraft.server.packs that return types with arguments of type DownloadQueue.BatchResultModifier and TypeMethodDescriptionDownloadQueue.downloadBatch(DownloadQueue.BatchConfig batchConfig, Map<UUID, DownloadQueue.DownloadRequest> downloads)