Uses of Class
net.minecraftforge.resource.PathPackResources
Packages that use PathPackResources
Package
Description
-
Uses of PathPackResources in net.minecraftforge.client.loading
Method parameters in net.minecraftforge.client.loading with type arguments of type PathPackResourcesModifier and TypeMethodDescriptionprivate static RepositorySourceClientModLoader.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources> modResourcePacks) private static voidClientModLoader.clientPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources> modResourcePacks, Consumer<Pack> packAcceptor) -
Uses of PathPackResources in net.minecraftforge.resource
Fields in net.minecraftforge.resource with type parameters of type PathPackResourcesModifier and TypeFieldDescriptionprivate static Map<net.minecraftforge.forgespi.locating.IModFile,PathPackResources> ResourcePackLoader.modResourcePacksMethods in net.minecraftforge.resource that return PathPackResourcesModifier and TypeMethodDescriptionstatic @NotNull PathPackResourcesResourcePackLoader.createPackForMod(net.minecraftforge.forgespi.language.IModFileInfo mf) Methods in net.minecraftforge.resource that return types with arguments of type PathPackResourcesModifier and TypeMethodDescriptionstatic Optional<PathPackResources>ResourcePackLoader.getPackFor(String modId) Method parameters in net.minecraftforge.resource with type arguments of type PathPackResourcesModifier and TypeMethodDescriptionstatic voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources>, BiConsumer<? super PathPackResources, Pack>, ? extends RepositorySource> packFinder) Deprecated.static voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources>, BiConsumer<? super PathPackResources, Pack>, ? extends RepositorySource> packFinder) Deprecated.static voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, Function<Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources>, ? extends RepositorySource> packFinder) -
Uses of PathPackResources in net.minecraftforge.server
Method parameters in net.minecraftforge.server with type arguments of type PathPackResourcesModifier and TypeMethodDescriptionstatic RepositorySourceServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources> modResourcePacks) private static voidServerLifecycleHooks.serverPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathPackResources> modResourcePacks, Consumer<Pack> packAcceptor)