Uses of Interface
net.minecraft.resources.IPackFinder
-
Packages that use IPackFinder Package Description net.minecraft.client.resources net.minecraft.resources net.minecraftforge.fml.packs -
-
Uses of IPackFinder in net.minecraft.client.resources
Classes in net.minecraft.client.resources that implement IPackFinder Modifier and Type Class Description classDownloadingPackFinder -
Uses of IPackFinder in net.minecraft.resources
Classes in net.minecraft.resources that implement IPackFinder Modifier and Type Class Description classFolderPackFinderclassServerPackFinderFields in net.minecraft.resources with type parameters of type IPackFinder Modifier and Type Field Description private java.util.Set<IPackFinder>ResourcePackList. sourcesMethods in net.minecraft.resources with parameters of type IPackFinder Modifier and Type Method Description voidResourcePackList. addPackFinder(IPackFinder packFinder)Constructors in net.minecraft.resources with parameters of type IPackFinder Constructor Description ResourcePackList(IPackFinder... p_i241886_1_)ResourcePackList(ResourcePackInfo.IFactory p_i231423_1_, IPackFinder... p_i231423_2_) -
Uses of IPackFinder in net.minecraftforge.fml.packs
Classes in net.minecraftforge.fml.packs that implement IPackFinder Modifier and Type Class Description private static classResourcePackLoader.LambdaFriendlyPackFinder
-