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 class
DownloadingPackFinder
-
Uses of IPackFinder in net.minecraft.resources
Classes in net.minecraft.resources that implement IPackFinder Modifier and Type Class Description class
FolderPackFinder
class
ServerPackFinder
Fields in net.minecraft.resources with type parameters of type IPackFinder Modifier and Type Field Description private java.util.Set<IPackFinder>
ResourcePackList. sources
Methods in net.minecraft.resources with parameters of type IPackFinder Modifier and Type Method Description void
ResourcePackList. 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 class
ResourcePackLoader.LambdaFriendlyPackFinder
-