Uses of Class
net.minecraftforge.resource.PathResourcePack
Packages that use PathResourcePack
Package
Description
-
Uses of PathResourcePack in net.minecraftforge.client.loading
Method parameters in net.minecraftforge.client.loading 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.resource
Fields in net.minecraftforge.resource with type parameters of type PathResourcePackModifier and TypeFieldDescriptionprivate static Map<net.minecraftforge.forgespi.locating.IModFile,PathResourcePack> ResourcePackLoader.modResourcePacksMethods in net.minecraftforge.resource that return PathResourcePackModifier and TypeMethodDescriptionstatic @NotNull PathResourcePackResourcePackLoader.createPackForMod(net.minecraftforge.forgespi.language.IModFileInfo mf) Methods in net.minecraftforge.resource that return types with arguments of type PathResourcePackModifier and TypeMethodDescriptionstatic Optional<PathResourcePack>ResourcePackLoader.getPackFor(String modId) Method parameters in net.minecraftforge.resource 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.server
Method parameters in net.minecraftforge.server with type arguments of type PathResourcePackModifier and TypeMethodDescriptionstatic RepositorySourceServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathResourcePack> modResourcePacks) private static voidServerLifecycleHooks.serverPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory)