Uses of Class
net.minecraftforge.resource.PathResourcePack
Packages that use PathResourcePack
Package
Description
-
Uses of PathResourcePack in net.minecraftforge.fmlclient
Method parameters in net.minecraftforge.fmlclient with type arguments of type PathResourcePackModifier and TypeMethodDescriptionprivate static RepositorySourceClientModLoader.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)private static voidClientModLoader.clientPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory) -
Uses of PathResourcePack in net.minecraftforge.fmllegacy.packs
Subclasses of PathResourcePack in net.minecraftforge.fmllegacy.packsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Fields in net.minecraftforge.fmllegacy.packs with type parameters of type PathResourcePackModifier and TypeFieldDescriptionprivate static Map<net.minecraftforge.forgespi.locating.IModFile,PathResourcePack>ResourcePackLoader.modResourcePacksMethods in net.minecraftforge.fmllegacy.packs that return types with arguments of type PathResourcePackModifier and TypeMethodDescriptionstatic Optional<PathResourcePack>ResourcePackLoader.getPackFor(String modId)Method parameters in net.minecraftforge.fmllegacy.packs with type arguments of type PathResourcePackModifier and TypeMethodDescriptionstatic voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,BiConsumer<? super PathResourcePack,Pack>,? extends RepositorySource> packFinder)Deprecated.static voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,BiConsumer<? super PathResourcePack,Pack>,? extends RepositorySource> packFinder)Deprecated.static voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, Function<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,? extends RepositorySource> packFinder) -
Uses of PathResourcePack in net.minecraftforge.fmllegacy.server
Method parameters in net.minecraftforge.fmllegacy.server with type arguments of type PathResourcePackModifier and TypeMethodDescriptionstatic RepositorySourceServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, BiConsumer<? super PathResourcePack,Pack> packSetter)Deprecated, for removal: This API element is subject to removal in a future version.static RepositorySourceServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, BiConsumer<? super PathResourcePack,Pack> packSetter)Deprecated, for removal: This API element is subject to removal in a future version.static RepositorySourceServerLifecycleHooks.buildPackFinderNew(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)Deprecated.private static voidServerLifecycleHooks.serverPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory)