Package net.minecraft.resources
Interface IPackFinder
-
- All Known Implementing Classes:
DownloadingPackFinder
,FolderPackFinder
,ResourcePackLoader.LambdaFriendlyPackFinder
,ServerPackFinder
public interface IPackFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)
-
-
-
Method Detail
-
loadPacks
void loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)
-
-