Package com.pixelmonmod.pixelmon.client
Class PixelmonDownloadingPackFinder
java.lang.Object
net.minecraft.client.resources.server.DownloadedPackSource
com.pixelmonmod.pixelmon.client.PixelmonDownloadingPackFinder
- All Implemented Interfaces:
AutoCloseable
public class PixelmonDownloadingPackFinder
extends net.minecraft.client.resources.server.DownloadedPackSource
-
Constructor Summary
ConstructorsConstructorDescriptionPixelmonDownloadingPackFinder
(net.minecraft.client.Minecraft p_310367_, Path p_311926_, net.minecraft.client.main.GameConfig.UserData p_313017) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.resources.server.PackDownloader
createDownloader
(net.minecraft.server.packs.DownloadQueue p_310017_, Executor p_312902_, net.minecraft.client.User p_312845_, Proxy p_312022_) Methods inherited from class net.minecraft.client.resources.server.DownloadedPackSource
allowServerPacks, cleanupAfterDisconnect, close, configureForLocalWorld, configureForServerControl, createDownloadNotifier, createRepositorySource, onRecovery, onRecoveryFailure, onReloadSuccess, popAll, popPack, pushLocalPack, pushPack, rejectServerPacks, waitForPackFeedback
-
Constructor Details
-
PixelmonDownloadingPackFinder
public PixelmonDownloadingPackFinder(net.minecraft.client.Minecraft p_310367_, Path p_311926_, net.minecraft.client.main.GameConfig.UserData p_313017)
-
-
Method Details
-
createDownloader
public net.minecraft.client.resources.server.PackDownloader createDownloader(net.minecraft.server.packs.DownloadQueue p_310017_, Executor p_312902_, net.minecraft.client.User p_312845_, Proxy p_312022_) - Overrides:
createDownloader
in classnet.minecraft.client.resources.server.DownloadedPackSource
-