Uses of Interface
net.minecraftforge.fml.packs.ResourcePackLoader.IPackInfoFinder
-
Packages that use ResourcePackLoader.IPackInfoFinder Package Description net.minecraftforge.fml.client net.minecraftforge.fml.packs net.minecraftforge.fml.server -
-
Uses of ResourcePackLoader.IPackInfoFinder in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client that return ResourcePackLoader.IPackInfoFinder Modifier and Type Method Description private static ResourcePackLoader.IPackInfoFinderClientModLoader. buildPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks, java.util.function.BiConsumer<? super ModFileResourcePack,ResourcePackInfo> packSetter) -
Uses of ResourcePackLoader.IPackInfoFinder in net.minecraftforge.fml.packs
Fields in net.minecraftforge.fml.packs declared as ResourcePackLoader.IPackInfoFinder Modifier and Type Field Description private ResourcePackLoader.IPackInfoFinderResourcePackLoader.LambdaFriendlyPackFinder. wrappedMethod parameters in net.minecraftforge.fml.packs with type arguments of type ResourcePackLoader.IPackInfoFinder Modifier and Type Method Description static voidResourcePackLoader. loadResourcePacks(ResourcePackList resourcePacks, java.util.function.BiFunction<java.util.Map<ModFile,? extends ModFileResourcePack>,java.util.function.BiConsumer<? super ModFileResourcePack,ResourcePackInfo>,ResourcePackLoader.IPackInfoFinder> packFinder)Constructors in net.minecraftforge.fml.packs with parameters of type ResourcePackLoader.IPackInfoFinder Constructor Description LambdaFriendlyPackFinder(ResourcePackLoader.IPackInfoFinder wrapped) -
Uses of ResourcePackLoader.IPackInfoFinder in net.minecraftforge.fml.server
Methods in net.minecraftforge.fml.server that return ResourcePackLoader.IPackInfoFinder Modifier and Type Method Description static ResourcePackLoader.IPackInfoFinderServerLifecycleHooks. buildPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks, java.util.function.BiConsumer<? super ModFileResourcePack,ResourcePackInfo> packSetter)Deprecated.
-