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 ResourcePackInfo
DownloadingPackFinder. createProgrammerArtPack(ResourcePackInfo.IFactory p_239453_1_)
private static ResourcePackInfo
DownloadingPackFinder. createProgrammerArtPack(ResourcePackInfo.IFactory p_239454_0_, java.util.function.Supplier<IResourcePack> p_239454_1_)
void
DownloadingPackFinder. 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.IFactory
ResourcePackList. constructor
Methods in net.minecraft.resources with parameters of type ResourcePackInfo.IFactory Modifier and Type Method Description static ResourcePackInfo
ResourcePackInfo. 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_)
void
FolderPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)
void
IPackFinder. loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)
void
ServerPackFinder. 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 void
ClientModLoader. 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 void
ResourcePackLoader.IPackInfoFinder. addPackInfos(java.util.function.Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)
void
ResourcePackLoader.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 void
ServerLifecycleHooks. 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)
-