Uses of Interface
net.minecraft.resources.ResourcePackInfo.IFactory
-
Packages that use ResourcePackInfo.IFactory Package Description net.minecraft.client.resources net.minecraft.resources net.minecraftforge.fml.client net.minecraftforge.fml.packs net.minecraftforge.fml.server -
-
Uses of ResourcePackInfo.IFactory in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type ResourcePackInfo.IFactory Modifier and Type Method Description private ResourcePackInfoDownloadingPackFinder. createProgrammerArtPack(ResourcePackInfo.IFactory p_239453_1_)private static ResourcePackInfoDownloadingPackFinder. createProgrammerArtPack(ResourcePackInfo.IFactory p_239454_0_, java.util.function.Supplier<IResourcePack> p_239454_1_)voidDownloadingPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) -
Uses of ResourcePackInfo.IFactory in net.minecraft.resources
Fields in net.minecraft.resources declared as ResourcePackInfo.IFactory Modifier and Type Field Description private ResourcePackInfo.IFactoryResourcePackList. constructorMethods in net.minecraft.resources with parameters of type ResourcePackInfo.IFactory Modifier and Type Method Description static ResourcePackInfoResourcePackInfo. create(java.lang.String p_195793_0_, boolean p_195793_1_, java.util.function.Supplier<IResourcePack> p_195793_2_, ResourcePackInfo.IFactory p_195793_3_, ResourcePackInfo.Priority p_195793_4_, IPackNameDecorator p_195793_5_)voidFolderPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)voidIPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)voidServerPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)Constructors in net.minecraft.resources with parameters of type ResourcePackInfo.IFactory Constructor Description ResourcePackList(ResourcePackInfo.IFactory p_i231423_1_, IPackFinder... p_i231423_2_) -
Uses of ResourcePackInfo.IFactory in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client with parameters of type ResourcePackInfo.IFactory Modifier and Type Method Description private static voidClientModLoader. clientPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks, java.util.function.BiConsumer<? super ModFileResourcePack,ResourcePackInfo> packSetter, java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) -
Uses of ResourcePackInfo.IFactory in net.minecraftforge.fml.packs
Methods in net.minecraftforge.fml.packs with parameters of type ResourcePackInfo.IFactory Modifier and Type Method Description voidResourcePackLoader.IPackInfoFinder. addPackInfos(java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)voidResourcePackLoader.LambdaFriendlyPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) -
Uses of ResourcePackInfo.IFactory in net.minecraftforge.fml.server
Methods in net.minecraftforge.fml.server with parameters of type ResourcePackInfo.IFactory Modifier and Type Method Description private static voidServerLifecycleHooks. serverPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks, java.util.function.BiConsumer<? super ModFileResourcePack,ResourcePackInfo> packSetter, java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)
-