Uses of Interface
net.minecraft.resources.ResourcePackInfo.IFactory
Package
Description
-
Uses of ResourcePackInfo.IFactory in net.minecraft.client.resources
Modifier and TypeMethodDescriptionprivate ResourcePackInfo
DownloadingPackFinder.createProgrammerArtPack
(ResourcePackInfo.IFactory p_239453_1_) private static ResourcePackInfo
DownloadingPackFinder.createProgrammerArtPack
(ResourcePackInfo.IFactory p_239454_0_, Supplier<IResourcePack> p_239454_1_) void
DownloadingPackFinder.loadPacks
(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) -
Uses of ResourcePackInfo.IFactory in net.minecraft.resources
Modifier and TypeFieldDescriptionprivate final ResourcePackInfo.IFactory
ResourcePackList.constructor
Modifier and TypeMethodDescriptionstatic ResourcePackInfo
ResourcePackInfo.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_) void
FolderPackFinder.loadPacks
(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) void
IPackFinder.loadPacks
(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) void
ServerPackFinder.loadPacks
(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) ModifierConstructorDescriptionResourcePackList
(ResourcePackInfo.IFactory p_i231423_1_, IPackFinder... p_i231423_2_) -
Uses of ResourcePackInfo.IFactory in net.minecraftforge.fml.client
Modifier and TypeMethodDescriptionprivate static void
ClientModLoader.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
Modifier and TypeMethodDescriptionvoid
ResourcePackLoader.IPackInfoFinder.addPackInfos
(Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) void
ResourcePackLoader.LambdaFriendlyPackFinder.loadPacks
(Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) -
Uses of ResourcePackInfo.IFactory in net.minecraftforge.fml.server
Modifier and TypeMethodDescriptionprivate static void
ServerLifecycleHooks.serverPackFinder
(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)