Uses of Interface
net.minecraft.resources.ResourcePackInfo.IFactory
Packages that use ResourcePackInfo.IFactory
Package
Description
-
Uses of ResourcePackInfo.IFactory in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type ResourcePackInfo.IFactoryModifier and TypeMethodDescriptionprivate ResourcePackInfoDownloadingPackFinder.createProgrammerArtPack(ResourcePackInfo.IFactory p_239453_1_) private static ResourcePackInfoDownloadingPackFinder.createProgrammerArtPack(ResourcePackInfo.IFactory p_239454_0_, Supplier<IResourcePack> p_239454_1_) voidDownloadingPackFinder.loadPacks(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.IFactoryModifier and TypeFieldDescriptionprivate final ResourcePackInfo.IFactoryResourcePackList.constructorMethods in net.minecraft.resources with parameters of type ResourcePackInfo.IFactoryModifier and TypeMethodDescriptionstatic ResourcePackInfoResourcePackInfo.create(String p_195793_0_, boolean p_195793_1_, Supplier<IResourcePack> p_195793_2_, ResourcePackInfo.IFactory p_195793_3_, ResourcePackInfo.Priority p_195793_4_, IPackNameDecorator p_195793_5_) voidFolderPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) voidIPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) voidServerPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) Constructors in net.minecraft.resources with parameters of type ResourcePackInfo.IFactoryModifierConstructorDescriptionResourcePackList(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.IFactoryModifier and TypeMethodDescriptionprivate static voidClientModLoader.clientPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, 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.IFactoryModifier and TypeMethodDescriptionvoidResourcePackLoader.IPackInfoFinder.addPackInfos(Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) voidResourcePackLoader.LambdaFriendlyPackFinder.loadPacks(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.IFactoryModifier and TypeMethodDescriptionprivate static voidServerLifecycleHooks.serverPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)